diff options
Diffstat (limited to 'dev-perl/ShipIt')
-rw-r--r-- | dev-perl/ShipIt/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/ShipIt/ShipIt-0.570.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/ShipIt/metadata.xml | 1 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/ShipIt/ChangeLog b/dev-perl/ShipIt/ChangeLog index f4eed3ba402d..bf37c08eeb24 100644 --- a/dev-perl/ShipIt/ChangeLog +++ b/dev-perl/ShipIt/ChangeLog @@ -1,6 +1,12 @@ # 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.11 2012/06/24 12:59:40 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.12 2012/07/24 15:53:15 tove Exp $ + +*ShipIt-0.570.0 (24 Jul 2012) + + 24 Jul 2012; Torsten Veller <tove@gentoo.org> +ShipIt-0.570.0.ebuild, + metadata.xml: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/ShipIt/ShipIt-0.570.0.ebuild b/dev-perl/ShipIt/ShipIt-0.570.0.ebuild new file mode 100644 index 000000000000..0a1ef8e533f7 --- /dev/null +++ b/dev-perl/ShipIt/ShipIt-0.570.0.ebuild @@ -0,0 +1,22 @@ +# 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." +} diff --git a/dev-perl/ShipIt/metadata.xml b/dev-perl/ShipIt/metadata.xml index f5228d751095..3a36c7ccef50 100644 --- a/dev-perl/ShipIt/metadata.xml +++ b/dev-perl/ShipIt/metadata.xml @@ -34,5 +34,6 @@ <remote-id type="cpan-module">ShipIt::VC::Mercurial</remote-id> <remote-id type="cpan-module">ShipIt::VC::SVK</remote-id> <remote-id type="cpan-module">ShipIt::VC::SVN</remote-id> + <remote-id type="cpan-module">__ShipIt_Temp_Package</remote-id> </upstream> </pkgmetadata> |