summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-01-18 11:12:41 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-01-18 11:12:41 +0000
commitdc009f63f4d41c727758ea4e6b688d90ada81a4f (patch)
tree54d7621fbde1d59d60ff2040febd2a26ee704070 /dev-perl/Gtk2-Html2/Gtk2-Html2-0.04.ebuild
parentVersion bump, ported to use linux-mod.eclass, split firmware from ebuild, re-... (diff)
downloadhistorical-dc009f63f4d41c727758ea4e6b688d90ada81a4f.tar.gz
historical-dc009f63f4d41c727758ea4e6b688d90ada81a4f.tar.bz2
historical-dc009f63f4d41c727758ea4e6b688d90ada81a4f.zip
bug 55206
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'dev-perl/Gtk2-Html2/Gtk2-Html2-0.04.ebuild')
-rw-r--r--dev-perl/Gtk2-Html2/Gtk2-Html2-0.04.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Gtk2-Html2/Gtk2-Html2-0.04.ebuild b/dev-perl/Gtk2-Html2/Gtk2-Html2-0.04.ebuild
new file mode 100644
index 000000000000..f500abe31729
--- /dev/null
+++ b/dev-perl/Gtk2-Html2/Gtk2-Html2-0.04.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Html2/Gtk2-Html2-0.04.ebuild,v 1.1 2005/01/18 11:12:41 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Bindings for GtkHtml with Gtk2.x"
+SRC_URI="mirror://sourceforge/gtk2-perl/${P}.tar.gz"
+HOMEPAGE="http://gtk2-perl.sourceforge.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="${DEPEND}
+ >=x11-libs/gtk+-2*
+ >=gnome-extra/libgtkhtml-2.0.0
+ >=dev-perl/glib-perl-1.012
+ >=dev-perl/gtk2-perl-1.012"
+
+