summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 03:39:17 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 03:39:17 +0000
commit48d9281259545ce9c9c4f5a4762337ec4b485624 (patch)
treeb0daef34bc31ca7cd9abf5213d426f3eb125c473 /gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild
parentfix license/repoman (diff)
downloadhistorical-48d9281259545ce9c9c4f5a4762337ec4b485624.tar.gz
historical-48d9281259545ce9c9c4f5a4762337ec4b485624.tar.bz2
historical-48d9281259545ce9c9c4f5a4762337ec4b485624.zip
fix license/repoman
Diffstat (limited to 'gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild')
-rw-r--r--gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild16
1 files changed, 6 insertions, 10 deletions
diff --git a/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild b/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild
index 550878167a54..a9a9a809e721 100644
--- a/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild
+++ b/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild
@@ -1,20 +1,17 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild,v 1.10 2003/02/13 12:13:11 vapier Exp $
-
-IUSE="doc"
-
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild,v 1.11 2003/08/07 03:39:17 vapier Exp $
inherit libtool
-S=${WORKDIR}/${P}
DESCRIPTION="Printer handling for Gnome"
-SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.gnome.org/"
+SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2.1"
SLOT="2"
KEYWORDS="x86 ppc sparc alpha"
-LICENSE="GPL-2 LGPL-2.1"
-
+IUSE="doc"
RDEPEND=">=gnome-base/libbonobo-2.0.0
>=media-libs/libart_lgpl-2.3.8
@@ -22,7 +19,6 @@ RDEPEND=">=gnome-base/libbonobo-2.0.0
>=dev-libs/libxml2-2.4.22
>=dev-libs/glib-2.0.0
>=media-libs/freetype-2.0.9"
-
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
doc? ( dev-util/gtk-doc )"
@@ -30,7 +26,7 @@ DEPEND="${RDEPEND}
src_compile() {
elibtoolize
local myconf
- use doc && myconf="--enable-gtk-doc" || myconf="--disable-gtk-doc"
+ use doc && myconf="--enable-gtk-doc" || myconf="--disable-gtk-doc"
./configure --host=${CHOST} \
--prefix=/usr \