diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-14 20:08:07 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-14 20:45:19 +0100 |
commit | 00cbd85be333bbb2cdfbfff2439aa5a320ba67ac (patch) | |
tree | ccb77bc6357f90f2f71b0162c717106132407dee /gnome-base | |
parent | gnome-base/gnome-common: Version bump (diff) | |
download | gentoo-00cbd85be333bbb2cdfbfff2439aa5a320ba67ac.tar.gz gentoo-00cbd85be333bbb2cdfbfff2439aa5a320ba67ac.tar.bz2 gentoo-00cbd85be333bbb2cdfbfff2439aa5a320ba67ac.zip |
gnome-base/gnome-common: Drop old
Package-Manager: portage-2.2.24
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-common/Manifest | 1 | ||||
-rw-r--r-- | gnome-base/gnome-common/gnome-common-3.12.0.ebuild | 21 | ||||
-rw-r--r-- | gnome-base/gnome-common/gnome-common-3.14.0.ebuild | 24 |
3 files changed, 0 insertions, 46 deletions
diff --git a/gnome-base/gnome-common/Manifest b/gnome-base/gnome-common/Manifest index ef67dd0759ed..2823c8fb8eb2 100644 --- a/gnome-base/gnome-common/Manifest +++ b/gnome-base/gnome-common/Manifest @@ -1,3 +1,2 @@ -DIST gnome-common-3.12.0.tar.xz 153060 SHA256 18712bc2df6b2dd88a11b9f7f874096d1c0c6e7ebc9cfc0686ef963bd590e1d8 SHA512 997e6cd4e3d92f02adc24f001479488ef18d46a432b0ebb740635eafa5bbe9fd5377553e944489bc9d70b83156a07bc20429ccc8a5b3b0acb60107bbc1cc3b2c WHIRLPOOL 7ab7bd709dff5d992677015d4e7f09963575b3ab8a2086d1962d7bf30be8a4bbf6a54569c64029d4ca465186b70a3274ab8d63cca2e8a54dbd3a08ca1189a144 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.12.0.ebuild b/gnome-base/gnome-common/gnome-common-3.12.0.ebuild deleted file mode 100644 index 408e2545fdce..000000000000 --- a/gnome-base/gnome-common/gnome-common-3.12.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 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 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -src_install() { - default - mv doc-build/README README.doc-build || die "renaming doc-build/README failed" - dodoc ChangeLog README* doc/usage.txt -} diff --git a/gnome-base/gnome-common/gnome-common-3.14.0.ebuild b/gnome-base/gnome-common/gnome-common-3.14.0.ebuild deleted file mode 100644 index 79148ed719c7..000000000000 --- a/gnome-base/gnome-common/gnome-common-3.14.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 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 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="!>=sys-devel/autoconf-archive-2015.02.04" -DEPEND="" - -src_install() { - default - mv doc-build/README README.doc-build || die "renaming doc-build/README failed" - dodoc ChangeLog README* -} |