summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 03:42:26 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 03:42:26 +0000
commitd23e46c9d2d4d956b5e1b54e897bbbe3a4925d1e (patch)
treea892f71d9e8d9972f42f07b869a5d001685d5fbc /gnome-base/libgnomeprint
parentfix license/repoman (diff)
downloadgentoo-2-d23e46c9d2d4d956b5e1b54e897bbbe3a4925d1e.tar.gz
gentoo-2-d23e46c9d2d4d956b5e1b54e897bbbe3a4925d1e.tar.bz2
gentoo-2-d23e46c9d2d4d956b5e1b54e897bbbe3a4925d1e.zip
fix license/repoman
Diffstat (limited to 'gnome-base/libgnomeprint')
-rw-r--r--gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild16
-rw-r--r--gnome-base/libgnomeprint/libgnomeprint-1.116.1.ebuild14
-rw-r--r--gnome-base/libgnomeprint/libgnomeprint-2.2.1.2.ebuild10
-rw-r--r--gnome-base/libgnomeprint/libgnomeprint-2.2.1.3.ebuild10
4 files changed, 22 insertions, 28 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 \
diff --git a/gnome-base/libgnomeprint/libgnomeprint-1.116.1.ebuild b/gnome-base/libgnomeprint/libgnomeprint-1.116.1.ebuild
index ce02a626f2bc..7b95aacdb9c7 100644
--- a/gnome-base/libgnomeprint/libgnomeprint-1.116.1.ebuild
+++ b/gnome-base/libgnomeprint/libgnomeprint-1.116.1.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-1.116.1.ebuild,v 1.5 2003/02/13 12:13:15 vapier Exp $
-
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-1.116.1.ebuild,v 1.6 2003/08/07 03:39:17 vapier Exp $
inherit libtool gnome.org
-S=${WORKDIR}/${P}
DESCRIPTION="Printer handling for Gnome"
HOMEPAGE="http://www.gnome.org/"
-SLOT="2"
+
KEYWORDS="x86 ~ppc ~sparc "
+SLOT="2"
LICENSE="GPL-2 LGPL-2.1"
-
+IUSE="doc"
RDEPEND=">=gnome-base/libbonobo-2.0.0
>=media-libs/libart_lgpl-2.3.8
@@ -19,7 +18,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 )"
@@ -27,7 +25,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 \
diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.2.1.2.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.2.1.2.ebuild
index 0c0e6a9a1118..6cdaecb2f2fd 100644
--- a/gnome-base/libgnomeprint/libgnomeprint-2.2.1.2.ebuild
+++ b/gnome-base/libgnomeprint/libgnomeprint-2.2.1.2.ebuild
@@ -1,15 +1,16 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.2.1.2.ebuild,v 1.7 2003/07/19 23:22:44 tester Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.2.1.2.ebuild,v 1.8 2003/08/07 03:39:17 vapier Exp $
inherit gnome2
-IUSE="cups doc"
DESCRIPTION="Printer handling for Gnome"
HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 LGPL-2.1"
SLOT="2.2"
KEYWORDS="x86 ppc alpha sparc hppa amd64"
-LICENSE="GPL-2 LGPL-2.1"
+IUSE="cups doc"
RDEPEND=">=dev-libs/glib-2
>=x11-libs/pango-1
@@ -18,7 +19,6 @@ RDEPEND=">=dev-libs/glib-2
>=dev-libs/libxml2-2.4.23
>=media-libs/freetype-2.0.5
cups? ( >=net-print/cups-1.1 )"
-
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
doc? ( >=dev-util/gtk-doc-0.9 )"
diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.2.1.3.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.2.1.3.ebuild
index d83edc4420b4..df207c7e7f08 100644
--- a/gnome-base/libgnomeprint/libgnomeprint-2.2.1.3.ebuild
+++ b/gnome-base/libgnomeprint/libgnomeprint-2.2.1.3.ebuild
@@ -1,15 +1,16 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.2.1.3.ebuild,v 1.3 2003/07/19 23:22:44 tester Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.2.1.3.ebuild,v 1.4 2003/08/07 03:39:17 vapier Exp $
inherit gnome2
-IUSE="cups doc"
DESCRIPTION="Printer handling for Gnome"
HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 LGPL-2.1"
SLOT="2.2"
KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64"
-LICENSE="GPL-2 LGPL-2.1"
+IUSE="cups doc"
RDEPEND=">=dev-libs/glib-2
>=x11-libs/pango-1
@@ -18,7 +19,6 @@ RDEPEND=">=dev-libs/glib-2
>=dev-libs/libxml2-2.4.23
>=media-libs/freetype-2.0.5
cups? ( >=net-print/cups-1.1 )"
-
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
doc? ( >=dev-util/gtk-doc-0.9 )"