summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-28 00:30:56 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-28 00:30:56 +0000
commitfdd67544d4773e55c3290453a4271bf7a57f0738 (patch)
treeb8c7463274ac1ecc27fdd14a9425acfe860ad59c /dev-perl/gtk-perl
parentMarked stable on mips. (diff)
downloadgentoo-2-fdd67544d4773e55c3290453a4271bf7a57f0738.tar.gz
gentoo-2-fdd67544d4773e55c3290453a4271bf7a57f0738.tar.bz2
gentoo-2-fdd67544d4773e55c3290453a4271bf7a57f0738.zip
Marking stable amd64; Removed the applets use flag and support, gnome-panel-1 is about to be removed, which would break the applet support.
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/gtk-perl')
-rw-r--r--dev-perl/gtk-perl/ChangeLog7
-rw-r--r--dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-perl/gtk-perl/ChangeLog b/dev-perl/gtk-perl/ChangeLog
index 41586cc5c696..439d9b34c05a 100644
--- a/dev-perl/gtk-perl/ChangeLog
+++ b/dev-perl/gtk-perl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/gtk-perl
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/ChangeLog,v 1.48 2006/08/06 02:35:06 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/ChangeLog,v 1.49 2006/08/28 00:30:56 mcummings Exp $
+
+ 28 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ gtk-perl-0.7009-r2.ebuild:
+ Marking stable amd64; Removed the applets use flag and support,
+ gnome-panel-1 is about to be removed, which would break the applet support.
06 Aug 2006; Michael Cummings <mcummings@gentoo.org>
gtk-perl-0.7008-r9.ebuild, gtk-perl-0.7008-r10.ebuild,
diff --git a/dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild b/dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild
index 5b289ae031e1..81035b48106e 100644
--- a/dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild
+++ b/dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild,v 1.10 2006/08/06 02:35:06 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild,v 1.11 2006/08/28 00:30:56 mcummings Exp $
inherit perl-module eutils
@@ -9,10 +9,10 @@ S=${WORKDIR}/${MY_P}
DESCRIPTION="Perl bindings for GTK"
SRC_URI="mirror://cpan/authors/id/M/ML/MLEHMANN/${MY_P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~mlehmann/${MY_P}/"
-IUSE="gtkhtml gnome-print applet gnome opengl"
+IUSE="gtkhtml gnome-print gnome opengl"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 hppa ppc sparc x86"
+KEYWORDS="amd64 hppa ppc sparc x86"
DEPEND="media-libs/gdk-pixbuf
=x11-libs/gtk+-1.2*
@@ -20,17 +20,16 @@ DEPEND="media-libs/gdk-pixbuf
dev-perl/XML-Parser
opengl? ( =x11-libs/gtkglarea-1.2* )
gnome? ( gnome-base/gnome-libs
- gnome-print? ( gnome-base/gnome-print )
- applet? ( =gnome-base/gnome-applets-1.4.0.5 ) )
+ gnome-print? ( gnome-base/gnome-print ) )
gtkhtml? ( =gnome-extra/gtkhtml-1* )
dev-lang/perl"
RDEPEND="${DEPEND}"
mydoc="VERSIONS WARNING NOTES"
+myconf="${myconf} --without-applets"
use gnome || myconf="${myconf} --without-gnome"
use gnome-print || myconf="${myconf} --without-gnomeprint"
-use applet || myconf="${myconf} --without-applets"
use opengl || myconf="${myconf} --without-gtkglarea"
src_unpack() {
@@ -39,7 +38,6 @@ src_unpack() {
cd ${S}
use gnome || einfo "${PN} being built without gnome support"
use gnome-print || einfo "${PN} being built without gnome-print support"
- use applet || einfo "${PN} being built without gnome-applets-1.4 support"
epatch ${FILESDIR}/gendef.patch
perl -pi -e '/CCMD/ && s|/m;|/mg;|' */Makefile.PL