summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-01-22 18:15:31 +0000
committerMarius Mauch <genone@gentoo.org>2006-01-22 18:15:31 +0000
commit404a31496a5c53989d8216ef8628463192e7cc95 (patch)
tree3b823eb89e2d8a0abbe9f0c008a28655cb5634e1
parentReplacing pdflib use flag with pdf use flag (diff)
downloadgentoo-2-404a31496a5c53989d8216ef8628463192e7cc95.tar.gz
gentoo-2-404a31496a5c53989d8216ef8628463192e7cc95.tar.bz2
gentoo-2-404a31496a5c53989d8216ef8628463192e7cc95.zip
Replacing pdflib use flag with pdf use flag
(Portage version: 2.1_pre3-r1)
-rw-r--r--app-text/xml2doc/ChangeLog7
-rw-r--r--app-text/xml2doc/xml2doc-20030510.ebuild12
-rw-r--r--media-gfx/gnuplot/ChangeLog8
-rw-r--r--media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild10
-rw-r--r--media-gfx/gnuplot/gnuplot-3.8j.ebuild10
-rw-r--r--media-gfx/gnuplot/gnuplot-4.0-r1.ebuild10
6 files changed, 31 insertions, 26 deletions
diff --git a/app-text/xml2doc/ChangeLog b/app-text/xml2doc/ChangeLog
index ff7b9267a7cb..335ba721aa19 100644
--- a/app-text/xml2doc/ChangeLog
+++ b/app-text/xml2doc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/xml2doc
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/ChangeLog,v 1.12 2005/12/01 05:21:33 tgall Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/ChangeLog,v 1.13 2006/01/22 18:15:31 genone Exp $
+
+ 22 Jan 2006; Marius Mauch <genone@gentoo.org> xml2doc-20030510.ebuild:
+ Replacing pdflib use flag with pdf use flag
30 Nov 2005; Tom Gall <tgall@gentoo.org> xml2doc-20030510.ebuild:
stable on ppc64
diff --git a/app-text/xml2doc/xml2doc-20030510.ebuild b/app-text/xml2doc/xml2doc-20030510.ebuild
index b378d2f7f1e6..5b5b3c768de2 100644
--- a/app-text/xml2doc/xml2doc-20030510.ebuild
+++ b/app-text/xml2doc/xml2doc-20030510.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/xml2doc-20030510.ebuild,v 1.12 2005/12/01 05:21:33 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/xml2doc-20030510.ebuild,v 1.13 2006/01/22 18:15:31 genone Exp $
-IUSE="pdflib"
+IUSE="pdf"
S=${WORKDIR}/${PN}
DESCRIPTION="An XML processor tool that allows for converting documents written in simple XML to a variety of document formats (eg pdf,html,txt,manpage)"
@@ -14,12 +14,10 @@ SLOT="0"
KEYWORDS="x86 ppc sparc alpha ~hppa ~mips amd64 ia64 ppc64"
DEPEND=">=dev-libs/libxml2-2.5
- pdflib? ( >=media-libs/pdflib-4 )"
+ pdf? ( >=media-libs/pdflib-4 )"
src_compile() {
- use pdflib || myconf="${myconf} --disable-pdf"
-
- econf `use_enable pdflib pdf` || die
+ econf `use_enable pdf` || die
emake || die
}
diff --git a/media-gfx/gnuplot/ChangeLog b/media-gfx/gnuplot/ChangeLog
index 6dd112d0258d..5ea6220132e5 100644
--- a/media-gfx/gnuplot/ChangeLog
+++ b/media-gfx/gnuplot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/gnuplot
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.45 2005/12/13 05:24:49 spyderous Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.46 2006/01/22 18:12:17 genone Exp $
+
+ 22 Jan 2006; Marius Mauch <genone@gentoo.org> gnuplot-3.8j.ebuild,
+ gnuplot-3.8j-r1.ebuild, gnuplot-4.0-r1.ebuild:
+ Replacing pdflib use flag with pdf use flag
13 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
gnuplot-4.0-r1.ebuild:
diff --git a/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild b/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild
index 397f2132404d..9e14a962f5ed 100644
--- a/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild
+++ b/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild,v 1.6 2005/01/02 06:45:19 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild,v 1.7 2006/01/22 18:12:17 genone Exp $
inherit eutils
@@ -13,11 +13,11 @@ SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
LICENSE="gnuplot"
SLOT="0"
KEYWORDS="-x86 -ppc -sparc -alpha amd64 -ia64"
-IUSE="X readline svga plotutils pdflib doc"
+IUSE="X readline svga plotutils pdf doc"
# Old png driver seems to have problems; switching to gd instead
DEPEND=">=media-libs/gd-2
- pdflib? ( media-libs/pdflib )
+ pdf? ( media-libs/pdflib )
doc? ( virtual/tetex )
X? ( virtual/x11 )
svga? ( media-libs/svgalib )
@@ -41,7 +41,7 @@ src_compile() {
&& myconf="${myconf} --with-plot=/usr/lib" \
|| myconf="${myconf} --without-plot"
- myconf="${myconf} `use_with pdflib pdf`"
+ myconf="${myconf} `use_with pdf`"
myconf="${myconf} `use_with X x`"
use readline \
diff --git a/media-gfx/gnuplot/gnuplot-3.8j.ebuild b/media-gfx/gnuplot/gnuplot-3.8j.ebuild
index b4d82ef8da67..2558bb8dccf5 100644
--- a/media-gfx/gnuplot/gnuplot-3.8j.ebuild
+++ b/media-gfx/gnuplot/gnuplot-3.8j.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.8j.ebuild,v 1.13 2005/03/02 23:23:36 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.8j.ebuild,v 1.14 2006/01/22 18:12:17 genone Exp $
MY_P="${P}.0"
S=${WORKDIR}/${MY_P}
@@ -11,11 +11,11 @@ SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
LICENSE="gnuplot"
SLOT="0"
KEYWORDS="x86 ppc ~sparc alpha amd64 ia64 ppc64 ppc-macos"
-IUSE="X readline svga plotutils pdflib doc"
+IUSE="X readline svga plotutils pdf doc"
# Old png driver seems to have problems; switching to gd instead
DEPEND=">=media-libs/gd-2
- pdflib? ( media-libs/pdflib )
+ pdf? ( media-libs/pdflib )
doc? ( virtual/tetex )
X? ( virtual/x11 )
svga? ( media-libs/svgalib )
@@ -34,7 +34,7 @@ src_compile() {
&& myconf="${myconf} --with-plot=/usr/lib" \
|| myconf="${myconf} --without-plot"
- myconf="${myconf} `use_with pdflib pdf`"
+ myconf="${myconf} `use_with pdf`"
myconf="${myconf} `use_with X x`"
use readline \
diff --git a/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild b/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild
index 001c56d192a6..da127adc404a 100644
--- a/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild
+++ b/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild,v 1.18 2005/12/13 05:24:49 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild,v 1.19 2006/01/22 18:12:17 genone Exp $
inherit eutils elisp-common
@@ -13,12 +13,12 @@ SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
LICENSE="gnuplot"
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc-macos ppc64 s390 sparc x86"
-IUSE="doc emacs gd ggi pdflib plotutils png readline svga X xemacs"
+IUSE="doc emacs gd ggi pdf plotutils png readline svga X xemacs"
DEPEND="
xemacs? ( virtual/xemacs )
emacs? ( virtual/emacs !app-emacs/gnuplot-mode )
- pdflib? ( media-libs/pdflib )
+ pdf? ( media-libs/pdflib )
ggi? ( media-libs/libggi )
png? ( media-libs/libpng )
gd? ( >=media-libs/gd-2 )
@@ -47,7 +47,7 @@ src_compile() {
myconf="${myconf} $(use_with gd)"
myconf="${myconf} $(use_with plotutils plot /usr/lib)"
myconf="${myconf} $(use_with png png /usr/lib)"
- myconf="${myconf} $(use_with pdflib pdf /usr/lib)"
+ myconf="${myconf} $(use_with pdf pdf /usr/lib)"
use ggi \
&& myconf="${myconf} --with-ggi=/usr/lib --with-xmi=/usr/lib" \