summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-03-11 01:03:10 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-03-11 01:03:10 +0000
commitc411110217e736be9b3a128bd2160734e9d7aa52 (patch)
treeedbfdf10ccf367bcab5315eb6e9b2f51225ccf7c /dev-perl/gtk2-perl
parentStable on Alpha + IA64. (diff)
downloadgentoo-2-c411110217e736be9b3a128bd2160734e9d7aa52.tar.gz
gentoo-2-c411110217e736be9b3a128bd2160734e9d7aa52.tar.bz2
gentoo-2-c411110217e736be9b3a128bd2160734e9d7aa52.zip
Version bump
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-perl/gtk2-perl')
-rw-r--r--dev-perl/gtk2-perl/ChangeLog8
-rw-r--r--dev-perl/gtk2-perl/files/digest-gtk2-perl-1.1433
-rw-r--r--dev-perl/gtk2-perl/gtk2-perl-1.143.ebuild23
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/gtk2-perl/ChangeLog b/dev-perl/gtk2-perl/ChangeLog
index fcafd4deb371..b46ca67b4525 100644
--- a/dev-perl/gtk2-perl/ChangeLog
+++ b/dev-perl/gtk2-perl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/gtk2-perl
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/ChangeLog,v 1.76 2007/03/05 12:48:21 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/ChangeLog,v 1.77 2007/03/11 01:03:10 mcummings Exp $
+
+*gtk2-perl-1.143 (11 Mar 2007)
+
+ 11 Mar 2007; Michael Cummings <mcummings@gentoo.org>
+ +gtk2-perl-1.143.ebuild:
+ Version bump
05 Mar 2007; Andrej Kacian <ticho@gentoo.org> gtk2-perl-1.141-r1.ebuild:
Stable on x86, bug #169152.
diff --git a/dev-perl/gtk2-perl/files/digest-gtk2-perl-1.143 b/dev-perl/gtk2-perl/files/digest-gtk2-perl-1.143
new file mode 100644
index 000000000000..7ed45d90bdb3
--- /dev/null
+++ b/dev-perl/gtk2-perl/files/digest-gtk2-perl-1.143
@@ -0,0 +1,3 @@
+MD5 ffdff7ac0a54de534d1772f359f6a1cd Gtk2-1.143.tar.gz 654227
+RMD160 dd303af62599b55d40cdc9f7d969662167b68aae Gtk2-1.143.tar.gz 654227
+SHA256 9a8d4cd37416c96612f5d53743c4770bc8c19813221aad62af2973de25ad8743 Gtk2-1.143.tar.gz 654227
diff --git a/dev-perl/gtk2-perl/gtk2-perl-1.143.ebuild b/dev-perl/gtk2-perl/gtk2-perl-1.143.ebuild
new file mode 100644
index 000000000000..3b52bf5d29d2
--- /dev/null
+++ b/dev-perl/gtk2-perl/gtk2-perl-1.143.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/gtk2-perl-1.143.ebuild,v 1.1 2007/03/11 01:03:10 mcummings Exp $
+
+inherit perl-module
+
+MY_P=Gtk2-${PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Perl bindings for GTK2"
+HOMEPAGE="http://search.cpan.org/~tsch/"
+SRC_URI="mirror://cpan/authors/id/T/TS/TSCH/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/gtk+-2
+ dev-perl/Cairo
+ >=dev-perl/glib-perl-1.140
+ >=dev-perl/extutils-depends-0.205
+ >=dev-perl/extutils-pkgconfig-1.07
+ dev-lang/perl"