diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-22 12:48:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-22 12:48:48 +0000 |
commit | bfbd21965a401be73e0f65c941d695c22736c889 (patch) | |
tree | 0f839bc45898959775f54f0f2a91e0df1e287da1 | |
parent | x86 stable wrt bug #302033 (diff) | |
download | gentoo-2-bfbd21965a401be73e0f65c941d695c22736c889.tar.gz gentoo-2-bfbd21965a401be73e0f65c941d695c22736c889.tar.bz2 gentoo-2-bfbd21965a401be73e0f65c941d695c22736c889.zip |
Fix LICENSE. Remove seamonkey dependency (#300432, #178848). EAPI=2
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Gtk2-MozEmbed/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.08-r1.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Gtk2-MozEmbed/ChangeLog b/dev-perl/Gtk2-MozEmbed/ChangeLog index 99e5321e320d..edc93953d6e0 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-MozEmbed/ChangeLog,v 1.7 2009/05/02 11:08:17 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-MozEmbed/ChangeLog,v 1.8 2010/03/22 12:48:48 tove Exp $ + +*Gtk2-MozEmbed-0.08-r1 (22 Mar 2010) + + 22 Mar 2010; Torsten Veller <tove@gentoo.org> + +Gtk2-MozEmbed-0.08-r1.ebuild: + Fix LICENSE. Remove seamonkey dependency (#300432, #178848). EAPI=2 02 May 2009; Torsten Veller <tove@gentoo.org> -Gtk2-MozEmbed-0.06.ebuild: Cleanup diff --git a/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.08-r1.ebuild b/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.08-r1.ebuild new file mode 100644 index 000000000000..e88c4404b669 --- /dev/null +++ b/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.08-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 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-r1.ebuild,v 1.1 2010/03/22 12:48:48 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=TSCH +inherit perl-module + +DESCRIPTION="Interface to the Mozilla embedding widget" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-perl/gtk2-perl-1.144 + net-libs/xulrunner" +DEPEND="${RDEPEND} + >=dev-perl/extutils-depends-0.205 + >=dev-perl/extutils-pkgconfig-1.07" |