summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-14 15:55:08 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-14 15:55:08 +0000
commiteee209917a078eae36681c0b67e2f6e3e286f2e3 (patch)
tree663f396ef09e3ca97318259b22e2c0e13256bfc7 /gnome-extra/gtkhtml
parentdon't assign S=${WORKDIR}/${P} (Manifest recommit) (diff)
downloadgentoo-2-eee209917a078eae36681c0b67e2f6e3e286f2e3.tar.gz
gentoo-2-eee209917a078eae36681c0b67e2f6e3e286f2e3.tar.bz2
gentoo-2-eee209917a078eae36681c0b67e2f6e3e286f2e3.zip
sync IUSE (-gnome), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'gnome-extra/gtkhtml')
-rw-r--r--gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild4
-rw-r--r--gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild6
2 files changed, 4 insertions, 6 deletions
diff --git a/gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild b/gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild
index 551d6d2365fa..9b944538abb5 100644
--- a/gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild,v 1.4 2004/06/24 22:06:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild,v 1.5 2004/07/14 15:55:08 agriffis Exp $
inherit gnome.org libtool
@@ -14,7 +14,7 @@ LICENSE="GPL-2 LGPL-2.1"
# that new versions will support 1.[12] of gtkhtml ...
SLOT="0"
KEYWORDS="x86 ppc sparc alpha hppa amd64"
-IUSE="nls gnome"
+IUSE="nls"
# peg gtkhtml at gal-0.23 because it might get confused with gal-1.99
RDEPEND="=gnome-extra/gal-0.24*
diff --git a/gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild b/gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild
index d45c89730c21..35e416ad320e 100644
--- a/gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild,v 1.11 2004/06/24 22:06:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild,v 1.12 2004/07/14 15:55:08 agriffis Exp $
-IUSE="nls gnome"
+IUSE="nls"
inherit gnome.org libtool
MY_PV="`echo ${PV} | cut -d. -f1,2`"
-S="${WORKDIR}/${P}"
DESCRIPTION="Lightweight HTML rendering/printing/editing engine."
HOMEPAGE="http://www.gnome.org/"
@@ -142,4 +141,3 @@ src_install() {
dodoc AUTHORS COPYING* ChangeLog README NEWS TODO
}
-