diff options
author | Michael Weber <xmw@gentoo.org> | 2012-05-29 01:48:40 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-05-29 01:48:40 +0000 |
commit | 4796ad26197704b41aaab2a9e0411330dcd16a23 (patch) | |
tree | 76aa50de1924a883f0c0ac42e8b1f146595e4b3b /dev-perl/Getopt-GUI-Long | |
parent | Version bump, bug #418061 (diff) | |
download | gentoo-2-4796ad26197704b41aaab2a9e0411330dcd16a23.tar.gz gentoo-2-4796ad26197704b41aaab2a9e0411330dcd16a23.tar.bz2 gentoo-2-4796ad26197704b41aaab2a9e0411330dcd16a23.zip |
Initial import to resolve bug 418011 (thanks Michael Orlitzky)
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Getopt-GUI-Long')
-rw-r--r-- | dev-perl/Getopt-GUI-Long/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.92.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Getopt-GUI-Long/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Getopt-GUI-Long/metadata.xml | 13 |
4 files changed, 46 insertions, 0 deletions
diff --git a/dev-perl/Getopt-GUI-Long/ChangeLog b/dev-perl/Getopt-GUI-Long/ChangeLog new file mode 100644 index 000000000000..015f646542c3 --- /dev/null +++ b/dev-perl/Getopt-GUI-Long/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2012/05/29 01:48:40 xmw Exp $ + +*Getopt-GUI-Long-0.92 (29 May 2012) + + 29 May 2012; Michael Weber <xmw@gentoo.org> +Getopt-GUI-Long-0.92.ebuild, + +metadata.xml: + Initial import to resolve bug 418011 (thanks Michael Orlitzky) + diff --git a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.92.ebuild b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.92.ebuild new file mode 100644 index 000000000000..47705b9314a0 --- /dev/null +++ b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.92.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# This ebuild generated by g-cpan 0.16.0 + +EAPI="2" + +MODULE_AUTHOR="HARDAKER" + +inherit perl-module + +DESCRIPTION="Auto-GUI extending Getopt::Long" + +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="virtual/perl-File-Temp + virtual/perl-Getopt-Long" diff --git a/dev-perl/Getopt-GUI-Long/Manifest b/dev-perl/Getopt-GUI-Long/Manifest new file mode 100644 index 000000000000..e48590c23804 --- /dev/null +++ b/dev-perl/Getopt-GUI-Long/Manifest @@ -0,0 +1,4 @@ +DIST Getopt-GUI-Long-0.92.tar.gz 13872 RMD160 edbf350565dd77e4a3f758f1f3aa213bfdc33309 SHA1 be1a085f289ba0a6a11c927a52eed93851262e8c SHA256 100c67f3e716a20988c4fa852e2db422c6d8ddb6190faa68b030f3cb5636e640 +EBUILD Getopt-GUI-Long-0.92.ebuild 397 RMD160 da8fd7a7d20af00a37d824f93750fb656ead560d SHA1 cb15d83744b880efb89c2d6775971d378655e502 SHA256 ef3e9997139353eeef1167d7d86909a54b64df1e5998c1dc5de75a861bef233a +MISC ChangeLog 321 RMD160 906c2dbb50f8e905225b7c44f7b3f43511c1f6e1 SHA1 3af400fd285f0da7915016e6afa6a89179c934ef SHA256 b5f86d3223fc3514a29cb7e438bf33b9fbaf0fd22d7115abb22fa9905b42778e +MISC metadata.xml 319 RMD160 1c93a5e2123e70ff552d4fbc25036c56f884ce52 SHA1 7134cb35689223765ce1fa19183cd12782aaeff3 SHA256 c6b91ca6bb37e3eb8e14710de4f78a68d30b0b43b044cb2546ebd6a1446d824a diff --git a/dev-perl/Getopt-GUI-Long/metadata.xml b/dev-perl/Getopt-GUI-Long/metadata.xml new file mode 100644 index 000000000000..9aa4f2940c4b --- /dev/null +++ b/dev-perl/Getopt-GUI-Long/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>perl</herd> +<maintainer> + <email>xmw@gentoo.org</email> + <name>Michael Weber</name> +</maintainer> +<upstream> + <remote-id type="cpan">Getopt-GUI-Long</remote-id> +</upstream> +</pkgmetadata> + |