summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-23 18:56:21 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-23 18:56:21 +0000
commitfb089ec92ebc197f91ef3a17864555e992713278 (patch)
treee201f26be9bec4623588b0309a3ebe387bc62d66 /dev-perl/Gtk2-MozEmbed
parentVersion bump. (diff)
downloadgentoo-2-fb089ec92ebc197f91ef3a17864555e992713278.tar.gz
gentoo-2-fb089ec92ebc197f91ef3a17864555e992713278.tar.bz2
gentoo-2-fb089ec92ebc197f91ef3a17864555e992713278.zip
Version bump.
(Portage version: 2.2_rc18/cvs/Linux 2.6.28-rc6-00007-ged31348 x86_64)
Diffstat (limited to 'dev-perl/Gtk2-MozEmbed')
-rw-r--r--dev-perl/Gtk2-MozEmbed/ChangeLog8
-rw-r--r--dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.08.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Gtk2-MozEmbed/ChangeLog b/dev-perl/Gtk2-MozEmbed/ChangeLog
index e31276b7c6c1..4ddb58d59594 100644
--- a/dev-perl/Gtk2-MozEmbed/ChangeLog
+++ b/dev-perl/Gtk2-MozEmbed/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Gtk2-MozEmbed
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-MozEmbed/ChangeLog,v 1.5 2008/11/29 12:18:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-MozEmbed/ChangeLog,v 1.6 2008/12/23 18:56:21 robbat2 Exp $
+
+*Gtk2-MozEmbed-0.08 (23 Dec 2008)
+
+ 23 Dec 2008; Robin H. Johnson <robbat2@gentoo.org>
+ +Gtk2-MozEmbed-0.08.ebuild:
+ Version bump.
29 Nov 2008; <ssuominen@gentoo.org> Gtk2-MozEmbed-0.06.ebuild:
Move extutils-pkgconfig to DEPEND wrt #223075.
diff --git a/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.08.ebuild b/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.08.ebuild
new file mode 100644
index 000000000000..99abcd363303
--- /dev/null
+++ b/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.08.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.08.ebuild,v 1.1 2008/12/23 18:56:21 robbat2 Exp $
+
+inherit perl-module
+
+DESCRIPTION="Interface to the Mozilla embedding widget"
+HOMEPAGE="http://search.cpan.org/~tsch"
+SRC_URI="mirror://cpan/authors/id/T/TS/TSCH/${P}.tar.gz"
+
+IUSE="firefox"
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~sparc ~x86"
+
+RDEPEND=">=dev-perl/gtk2-perl-1.144
+ firefox? ( www-client/mozilla-firefox )
+ !firefox? ( www-client/seamonkey )"
+DEPEND="${RDEPEND}
+ >=dev-perl/extutils-depends-0.205
+ >=dev-perl/extutils-pkgconfig-1.07"