diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/ShipIt | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/ShipIt')
-rw-r--r-- | dev-perl/ShipIt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/ShipIt/ShipIt-0.55.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-perl/ShipIt/ChangeLog b/dev-perl/ShipIt/ChangeLog index d27f3a0a03a3..42d3d6340dc7 100644 --- a/dev-perl/ShipIt/ChangeLog +++ b/dev-perl/ShipIt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/ShipIt # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.9 2011/08/28 19:49:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.10 2011/09/04 11:20:45 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -ShipIt-0.55.ebuild: + Cleanup *ShipIt-0.550.0 (28 Aug 2011) diff --git a/dev-perl/ShipIt/ShipIt-0.55.ebuild b/dev-perl/ShipIt/ShipIt-0.55.ebuild deleted file mode 100644 index 5dea4e1422d5..000000000000 --- a/dev-perl/ShipIt/ShipIt-0.55.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ShipIt-0.55.ebuild,v 1.1 2010/03/27 21:48:04 robbat2 Exp $ - -EAPI=2 - -MODULE_AUTHOR="BRADFITZ" -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." -} |