diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-10-19 20:19:03 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-10-19 20:19:03 +0000 |
commit | 74638dfadc0edd5c780fa65b2d67ddc6e70fb7db (patch) | |
tree | 3927226b89b1f44087524d4e90f70959d6f10e1f /dev-perl/ShipIt | |
parent | drop 0.3.1; keep three (diff) | |
download | gentoo-2-74638dfadc0edd5c780fa65b2d67ddc6e70fb7db.tar.gz gentoo-2-74638dfadc0edd5c780fa65b2d67ddc6e70fb7db.tar.bz2 gentoo-2-74638dfadc0edd5c780fa65b2d67ddc6e70fb7db.zip |
Remove old
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl/ShipIt')
-rw-r--r-- | dev-perl/ShipIt/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/ShipIt/ShipIt-0.580.0.ebuild | 22 |
2 files changed, 6 insertions, 24 deletions
diff --git a/dev-perl/ShipIt/ChangeLog b/dev-perl/ShipIt/ChangeLog index 66ee724dcae5..aee45f200d84 100644 --- a/dev-perl/ShipIt/ChangeLog +++ b/dev-perl/ShipIt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ShipIt -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.17 2013/02/08 18:53:10 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.18 2014/10/19 20:19:03 dilfridge Exp $ + + 19 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -ShipIt-0.580.0.ebuild: + Remove old *ShipIt-0.600.0 (08 Feb 2013) diff --git a/dev-perl/ShipIt/ShipIt-0.580.0.ebuild b/dev-perl/ShipIt/ShipIt-0.580.0.ebuild deleted file mode 100644 index 5611b6ab1a24..000000000000 --- a/dev-perl/ShipIt/ShipIt-0.580.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ShipIt-0.580.0.ebuild,v 1.1 2012/11/12 20:00:26 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=MIYAGAWA -MODULE_VERSION=0.58 -inherit perl-module - -DESCRIPTION="Software Release Tool" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -SRC_TEST="do" - -pkg_postinst() { - elog "Please note that ShipIt does not depend on any specific VCS." - elog "You must install a supported VCS (CVS, SVN, SVK, GIT, HG) for use." -} |