diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-12-12 12:55:54 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-12-12 12:55:54 +0000 |
commit | ec5c46b1db99426d687791ea3259aba790d492d1 (patch) | |
tree | 93621fa3ecbd28b39446e2608ba20011f2422a7a /dev-perl/Gtk2-Ex-Simple-List | |
parent | Version bump (bug #114344) (diff) | |
download | historical-ec5c46b1db99426d687791ea3259aba790d492d1.tar.gz historical-ec5c46b1db99426d687791ea3259aba790d492d1.tar.bz2 historical-ec5c46b1db99426d687791ea3259aba790d492d1.zip |
Dep for app-text/podbrowser
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-perl/Gtk2-Ex-Simple-List')
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/files/digest-Gtk2-Ex-Simple-List-0.50 | 1 | ||||
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/metadata.xml | 10 |
5 files changed, 55 insertions, 0 deletions
diff --git a/dev-perl/Gtk2-Ex-Simple-List/ChangeLog b/dev-perl/Gtk2-Ex-Simple-List/ChangeLog new file mode 100644 index 000000000000..2da1131978cd --- /dev/null +++ b/dev-perl/Gtk2-Ex-Simple-List/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Gtk2-Ex-Simple-List +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.1 2005/12/12 12:55:54 mcummings Exp $ + +*Gtk2-Ex-Simple-List-0.50 (12 Dec 2005) + + 12 Dec 2005; <mcumming@gentoo.org> +metadata.xml, + +Gtk2-Ex-Simple-List-0.50.ebuild: + Dep for app-text/podbrowser + diff --git a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild new file mode 100644 index 000000000000..d330380ca0c5 --- /dev/null +++ b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild,v 1.1 2005/12/12 12:55:54 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A simple interface to Gtk2's complex MVC list widget " +HOMEPAGE="http://search.cpan.org/search?query=${PN}" +SRC_URI="mirror://cpan/authors/id/R/RM/RMCFARLA/Gtk2-Perl-Ex/${P}.tar.gz" + +LICENSE="|| (Artistic GPL-2)" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +SRC_TEST="do" + +DEPEND=">=x11-libs/gtk+-2" +RDEPEND=">=dev-perl/gtk2-perl-1.060 + >=dev-perl/glib-perl-1.062" + diff --git a/dev-perl/Gtk2-Ex-Simple-List/Manifest b/dev-perl/Gtk2-Ex-Simple-List/Manifest new file mode 100644 index 000000000000..10015bb5123f --- /dev/null +++ b/dev-perl/Gtk2-Ex-Simple-List/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 c5333f78cf01c76281553dd567bf5b92 ChangeLog 392 +MD5 7c5e8cb2688b558e05ca26047673f8af Gtk2-Ex-Simple-List-0.50.ebuild 635 +MD5 6f64c4b0645bea1ab67852bd481a0f05 files/digest-Gtk2-Ex-Simple-List-0.50 75 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDnXNjtG5z4I8BtQoRAsAUAJ9khZQfCo/p5Gnq5R20QeZLRKPsTQCghvMl +BAoFM9a6xk1O5ExacH8ybFI= +=Xs2X +-----END PGP SIGNATURE----- diff --git a/dev-perl/Gtk2-Ex-Simple-List/files/digest-Gtk2-Ex-Simple-List-0.50 b/dev-perl/Gtk2-Ex-Simple-List/files/digest-Gtk2-Ex-Simple-List-0.50 new file mode 100644 index 000000000000..acfca06c5656 --- /dev/null +++ b/dev-perl/Gtk2-Ex-Simple-List/files/digest-Gtk2-Ex-Simple-List-0.50 @@ -0,0 +1 @@ +MD5 f66c71bbb794b699f0c3e8ca7cebc35b Gtk2-Ex-Simple-List-0.50.tar.gz 13769 diff --git a/dev-perl/Gtk2-Ex-Simple-List/metadata.xml b/dev-perl/Gtk2-Ex-Simple-List/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Gtk2-Ex-Simple-List/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |