diff options
author | Michael Weber <xmw@gentoo.org> | 2013-03-13 13:16:38 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-03-13 13:16:38 +0000 |
commit | d10d3a6b1bf82ad22c09045cb34f89eda733f5ee (patch) | |
tree | f6c4b02fe39f8bdf94ea3b0a374b763f95a0cf65 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-d10d3a6b1bf82ad22c09045cb34f89eda733f5ee.tar.gz gentoo-2-d10d3a6b1bf82ad22c09045cb34f89eda733f5ee.tar.bz2 gentoo-2-d10d3a6b1bf82ad22c09045cb34f89eda733f5ee.zip |
Version bump
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Getopt-GUI-Long/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-perl/Getopt-GUI-Long/ChangeLog b/dev-perl/Getopt-GUI-Long/ChangeLog index 23802cbfe9d0..5dd438df4433 100644 --- a/dev-perl/Getopt-GUI-Long/ChangeLog +++ b/dev-perl/Getopt-GUI-Long/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Getopt-GUI-Long -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-GUI-Long/ChangeLog,v 1.3 2012/06/24 19:36:40 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-GUI-Long/ChangeLog,v 1.4 2013/03/13 13:16:38 xmw Exp $ + +*Getopt-GUI-Long-0.930.0 (13 Mar 2013) + + 13 Mar 2013; Michael Weber <xmw@gentoo.org> +Getopt-GUI-Long-0.930.0.ebuild: + Version bump *Getopt-GUI-Long-0.920.0 (24 Jun 2012) diff --git a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0.ebuild b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0.ebuild new file mode 100644 index 000000000000..e8cbd822be52 --- /dev/null +++ b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0.ebuild,v 1.1 2013/03/13 13:16:38 xmw Exp $ + +EAPI="4" + +MODULE_AUTHOR="HARDAKER" +MODULE_VERSION=0.93 +inherit perl-module + +DESCRIPTION="Auto-GUI extending Getopt::Long" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="virtual/perl-File-Temp + virtual/perl-Getopt-Long" |