diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-05 21:16:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-05 21:16:03 +0000 |
commit | 1e72b78bf27b06d161c187af44debd0591a5c0e6 (patch) | |
tree | 9c6f9a6e01052688be0d86b5331918860f26bb88 /x11-libs | |
parent | hppa stable (diff) | |
download | historical-1e72b78bf27b06d161c187af44debd0591a5c0e6.tar.gz historical-1e72b78bf27b06d161c187af44debd0591a5c0e6.tar.bz2 historical-1e72b78bf27b06d161c187af44debd0591a5c0e6.zip |
hppa stable
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.4.0.ebuild | 15 | ||||
-rw-r--r-- | x11-libs/pango/pango-1.4.0.ebuild | 8 |
2 files changed, 7 insertions, 16 deletions
diff --git a/x11-libs/gtk+/gtk+-2.4.0.ebuild b/x11-libs/gtk+/gtk+-2.4.0.ebuild index 655664a309fe..289f82c20d36 100644 --- a/x11-libs/gtk+/gtk+-2.4.0.ebuild +++ b/x11-libs/gtk+/gtk+-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.4.0.ebuild,v 1.2 2004/03/30 05:22:29 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.4.0.ebuild,v 1.3 2004/04/05 21:13:28 vapier Exp $ inherit libtool flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.4/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~ia64 ~mips" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha hppa ~amd64 ~ia64" IUSE="doc tiff jpeg" RDEPEND="virtual/x11 @@ -20,7 +20,6 @@ RDEPEND="virtual/x11 >=media-libs/libpng-1.2.1 jpeg? ( >=media-libs/jpeg-6b-r2 ) tiff? ( >=media-libs/tiff-3.5.7 )" - DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 doc? ( >=dev-util/gtk-doc-1 )" @@ -71,7 +70,7 @@ src_install() { dodir /etc/env.d echo "GDK_USE_XFT=1" >${D}/etc/env.d/50gtk2 - dodoc AUTHORS COPYING ChangeLog* HACKING INSTALL NEWS* README* + dodoc AUTHORS ChangeLog* HACKING INSTALL NEWS* README* } @@ -84,12 +83,4 @@ pkg_postinst() { einfo "Executing 'qpkg -f -nc /usr/lib/gtk-2.0/2.2.0/engines | xargs emerge' should do the trick if" einfo "you upgrade from gtk+-2.2 to 2.4 (requires gentoolkit)." - env-update - -} - -pkg_postrm() { - - env-update - } diff --git a/x11-libs/pango/pango-1.4.0.ebuild b/x11-libs/pango/pango-1.4.0.ebuild index 784f7fcb00dd..1ebe38cbf74d 100644 --- a/x11-libs/pango/pango-1.4.0.ebuild +++ b/x11-libs/pango/pango-1.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.4.0.ebuild,v 1.2 2004/03/18 18:03:03 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.4.0.ebuild,v 1.3 2004/04/05 21:16:03 vapier Exp $ inherit gnome2 eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.4/${P}.tar.bz2" LICENSE="LGPL-2 FTL" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha hppa ~amd64 ~ia64" IUSE="doc" RDEPEND="virtual/x11 @@ -34,7 +34,7 @@ src_unpack() { } -DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS TODO*" +DOCS="AUTHORS ChangeLog README INSTALL NEWS TODO*" src_install() { |