diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 11:08:17 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 11:08:17 +0000 |
commit | f130e87dcb0f6374ddb888a64862360717d72a42 (patch) | |
tree | c2e3cfe9162c9fcad7b9accdc27a14670a26b438 /dev-perl/Gtk2-MozEmbed | |
parent | Cleanup (diff) | |
download | gentoo-2-f130e87dcb0f6374ddb888a64862360717d72a42.tar.gz gentoo-2-f130e87dcb0f6374ddb888a64862360717d72a42.tar.bz2 gentoo-2-f130e87dcb0f6374ddb888a64862360717d72a42.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Gtk2-MozEmbed')
-rw-r--r-- | dev-perl/Gtk2-MozEmbed/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.06.ebuild | 21 |
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-perl/Gtk2-MozEmbed/ChangeLog b/dev-perl/Gtk2-MozEmbed/ChangeLog index 4ddb58d59594..99e5321e320d 100644 --- a/dev-perl/Gtk2-MozEmbed/ChangeLog +++ b/dev-perl/Gtk2-MozEmbed/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2008/12/23 18:56:21 robbat2 Exp $ +# 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 $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> -Gtk2-MozEmbed-0.06.ebuild: + Cleanup *Gtk2-MozEmbed-0.08 (23 Dec 2008) diff --git a/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.06.ebuild b/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.06.ebuild deleted file mode 100644 index 31fbc4195aa8..000000000000 --- a/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.06.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.06.ebuild,v 1.5 2008/11/29 12:18:19 ssuominen 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" |