summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-02 14:02:42 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-02 14:02:42 +0000
commit67fddba06dc6b577413e6a572c1dc41e0c5138eb (patch)
treec7aae8fc6e9725142d5b07fabd62420080a54719 /dev-perl/gnome2-perl/gnome2-perl-1.041.ebuild
parentKeyworded ~sparc wrt #145970 and cleanup (diff)
downloadhistorical-67fddba06dc6b577413e6a572c1dc41e0c5138eb.tar.gz
historical-67fddba06dc6b577413e6a572c1dc41e0c5138eb.tar.bz2
historical-67fddba06dc6b577413e6a572c1dc41e0c5138eb.zip
Version bump
Package-Manager: portage-2.1.2_rc4-r3
Diffstat (limited to 'dev-perl/gnome2-perl/gnome2-perl-1.041.ebuild')
-rw-r--r--dev-perl/gnome2-perl/gnome2-perl-1.041.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/gnome2-perl/gnome2-perl-1.041.ebuild b/dev-perl/gnome2-perl/gnome2-perl-1.041.ebuild
new file mode 100644
index 000000000000..4a1bd7955e45
--- /dev/null
+++ b/dev-perl/gnome2-perl/gnome2-perl-1.041.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-perl/gnome2-perl-1.041.ebuild,v 1.1 2007/01/02 13:57:42 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Perl interface to the 2.x series of the Gnome libraries"
+HOMEPAGE="http://gtk2-perl.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gtk2-perl/Gnome2-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/gtk+-2
+ >=gnome-base/libgnomeprint-2
+ >=dev-perl/gtk2-perl-1.0
+ gnome-base/libgnomeui
+ gnome-base/libbonoboui
+ >=dev-perl/gnome2-canvas-1.0
+ >=dev-perl/extutils-depends-0.2
+ >=dev-perl/extutils-pkgconfig-1.03
+ >=dev-perl/glib-perl-1.04
+ >=dev-perl/gnome2-vfs-perl-1.0
+ dev-lang/perl"
+
+S=${WORKDIR}/Gnome2-${PV}
+