diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 15:04:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 15:04:31 +0000 |
commit | d6394da96bef5e48e286fafba40210f42338f4d2 (patch) | |
tree | 855445e2e4bb26cadae762ed75871e1c6a8008c6 /dev-perl/ShipIt | |
parent | Cleanup (diff) | |
download | gentoo-2-d6394da96bef5e48e286fafba40210f42338f4d2.tar.gz gentoo-2-d6394da96bef5e48e286fafba40210f42338f4d2.tar.bz2 gentoo-2-d6394da96bef5e48e286fafba40210f42338f4d2.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/ShipIt')
-rw-r--r-- | dev-perl/ShipIt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/ShipIt/ShipIt-0.570.0.ebuild | 22 |
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-perl/ShipIt/ChangeLog b/dev-perl/ShipIt/ChangeLog index 8925b739ffe1..eb5afc24e2f9 100644 --- a/dev-perl/ShipIt/ChangeLog +++ b/dev-perl/ShipIt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/ShipIt -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.15 2012/11/18 11:35:07 robbat2 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.16 2013/01/06 15:04:31 tove Exp $ + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> -ShipIt-0.570.0.ebuild: + Cleanup 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. diff --git a/dev-perl/ShipIt/ShipIt-0.570.0.ebuild b/dev-perl/ShipIt/ShipIt-0.570.0.ebuild deleted file mode 100644 index 0a1ef8e533f7..000000000000 --- a/dev-perl/ShipIt/ShipIt-0.570.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.570.0.ebuild,v 1.1 2012/07/24 15:53:15 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=MIYAGAWA -MODULE_VERSION=0.57 -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." -} |