commit: 9a5e2e5275709896976435c4a89c338c529d50d0 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Wed Feb 15 19:35:44 2017 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Wed Feb 15 19:35:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5e2e52
gnome-base/gnome-common: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 gnome-base/gnome-common/Manifest | 1 - .../gnome-common/gnome-common-3.14.0-r1.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/gnome-base/gnome-common/Manifest b/gnome-base/gnome-common/Manifest index 2823c8fb8e..29caab5691 100644 --- a/gnome-base/gnome-common/Manifest +++ b/gnome-base/gnome-common/Manifest @@ -1,2 +1 @@ -DIST gnome-common-3.14.0.tar.xz 156320 SHA256 4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c SHA512 19f00278827fcd7f81a2ea7c198bd270b58f5308f2bb1857f59151c9743c3d968c3f8a7c9885a1b3d50e0e60719b835b0ec2dfc64cc76f00df7b1856822dd695 WHIRLPOOL fa9c553ed816dfa6b72a52d052c839eb626ef68ae306b8647e0ca8db84d44653c922b85ddb258d98af96755693ab0ef1d175654a201884cb2e19add56621855a DIST gnome-common-3.18.0.tar.xz 155804 SHA256 22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf SHA512 b931c9a6668d996560549738bb2d95f86f56fa68ce930c077275bdc8fddbc2d28d215c1190099db1df851417902fca87ec81f1c0e644c5b9630a175e1cde0719 WHIRLPOOL d84fbee01c1b51c333395998d98eeb2d31d60dbac6a624bdc066b62d1f583bd36759e8e46528970f12b786ccf2724ad8204af5dadaf75656d9b9b0567269f07e diff --git a/gnome-base/gnome-common/gnome-common-3.14.0-r1.ebuild b/gnome-base/gnome-common/gnome-common-3.14.0-r1.ebuild deleted file mode 100644 index 81bed5fcb5..0000000000 --- a/gnome-base/gnome-common/gnome-common-3.14.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit gnome.org - -DESCRIPTION="Common files for development of Gnome packages" -HOMEPAGE="https://git.gnome.org/browse/gnome-common" - -LICENSE="GPL-3" -SLOT="3" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="+autoconf-archive" - -RDEPEND="autoconf-archive? ( >=sys-devel/autoconf-archive-2015.02.04 ) - !autoconf-archive? ( !>=sys-devel/autoconf-archive-2015.02.04 ) -" -DEPEND="" - -src_install() { - default - if use autoconf-archive; then - # do not install macros owned by autoconf-archive, bug #540138 - rm "${ED}"/usr/share/aclocal/ax_{check_enable_debug,code_coverage}.m4 || die "removing macros failed" - fi - mv doc-build/README README.doc-build || die "renaming doc-build/README failed" - dodoc ChangeLog README* -}