summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Doty <kingtaco@gentoo.org>2005-01-05 00:20:36 +0000
committerMike Doty <kingtaco@gentoo.org>2005-01-05 00:20:36 +0000
commitb34a95a076f1da11a7489854e7ddf4e2480ff6b3 (patch)
tree506b2cb6c2a01feb4a8d6138ca113eb85c1fdafb /x11-libs/gtk+extra
parentRevision bump without resetting KEYWORDS. This is forcing a re-emerge of the ... (diff)
downloadgentoo-2-b34a95a076f1da11a7489854e7ddf4e2480ff6b3.tar.gz
gentoo-2-b34a95a076f1da11a7489854e7ddf4e2480ff6b3.tar.bz2
gentoo-2-b34a95a076f1da11a7489854e7ddf4e2480ff6b3.zip
fixed bug #71630
Diffstat (limited to 'x11-libs/gtk+extra')
-rw-r--r--x11-libs/gtk+extra/ChangeLog7
-rw-r--r--x11-libs/gtk+extra/gtk+extra-0.99.17.ebuild10
2 files changed, 11 insertions, 6 deletions
diff --git a/x11-libs/gtk+extra/ChangeLog b/x11-libs/gtk+extra/ChangeLog
index 54d6fda26da5..bd77722bfca3 100644
--- a/x11-libs/gtk+extra/ChangeLog
+++ b/x11-libs/gtk+extra/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+extra
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.8 2004/09/03 15:35:19 pvdabeel Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.9 2005/01/05 00:20:36 kingtaco Exp $
+
+ 04 Jan 2005; Mike Doty <kingtaco@gentoo.org> gtk+extra-0.99.17.ebuild:
+ fixed bug #71630 using gnuconfig_update and fixed dodoc(NEWS TODO) missing
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
gtk+extra-0.99.17.ebuild:
diff --git a/x11-libs/gtk+extra/gtk+extra-0.99.17.ebuild b/x11-libs/gtk+extra/gtk+extra-0.99.17.ebuild
index d804f32c3630..bb40afc4d1ba 100644
--- a/x11-libs/gtk+extra/gtk+extra-0.99.17.ebuild
+++ b/x11-libs/gtk+extra/gtk+extra-0.99.17.ebuild
@@ -1,6 +1,7 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-0.99.17.ebuild,v 1.15 2004/09/03 15:35:19 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-0.99.17.ebuild,v 1.16 2005/01/05 00:20:36 kingtaco Exp $
+inherit gnuconfig
DESCRIPTION="Useful set of widgets for creating GUI's for the Xwindows system using GTK+."
HOMEPAGE="http://gtkextra.sourceforge.net/"
@@ -8,13 +9,14 @@ SRC_URI="http://gtkextra.sourceforge.net/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 sparc ppc"
+KEYWORDS="x86 sparc ppc ~amd64"
IUSE=""
DEPEND="=x11-libs/gtk+-1.2*
=dev-libs/glib-1.2*"
src_compile() {
+ gnuconfig_update
./configure \
--host=${CHOST} \
--prefix=/usr \
@@ -26,5 +28,5 @@ src_compile() {
src_install () {
make DESTDIR=${D} install || die "Installation Failed"
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
+ dodoc AUTHORS ChangeLog INSTALL README
}