diff options
author | Marius Mauch <genone@gentoo.org> | 2006-01-22 17:32:24 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2006-01-22 17:32:24 +0000 |
commit | 3d550805333c71679e7490b9e67d06da892169ed (patch) | |
tree | 6f762962dc976a0f4b8ca63ca0975e178abf4f3d /dev-lang/pike | |
parent | Two more packages not in portage anymore (diff) | |
download | gentoo-2-3d550805333c71679e7490b9e67d06da892169ed.tar.gz gentoo-2-3d550805333c71679e7490b9e67d06da892169ed.tar.bz2 gentoo-2-3d550805333c71679e7490b9e67d06da892169ed.zip |
Replacing pdflib use flag with pdf use flag
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-lang/pike')
-rw-r--r-- | dev-lang/pike/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/pike/pike-7.4.44.ebuild | 10 | ||||
-rw-r--r-- | dev-lang/pike/pike-7.6.24.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/pike/pike-7.6.50.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/pike/pike-7.6.6.ebuild | 10 |
5 files changed, 23 insertions, 19 deletions
diff --git a/dev-lang/pike/ChangeLog b/dev-lang/pike/ChangeLog index 541c769ec102..477ed0a404a6 100644 --- a/dev-lang/pike/ChangeLog +++ b/dev-lang/pike/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/pike # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/ChangeLog,v 1.16 2006/01/04 00:25:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/ChangeLog,v 1.17 2006/01/22 17:32:24 genone Exp $ + + 22 Jan 2006; Marius Mauch <genone@gentoo.org> pike-7.4.44.ebuild, + pike-7.6.6.ebuild, pike-7.6.24.ebuild, pike-7.6.50.ebuild: + Replacing pdflib use flag with pdf use flag *pike-7.6.50 (04 Jan 2006) diff --git a/dev-lang/pike/pike-7.4.44.ebuild b/dev-lang/pike/pike-7.4.44.ebuild index f6a4ab4c8d8c..2ccd8a958847 100644 --- a/dev-lang/pike/pike-7.4.44.ebuild +++ b/dev-lang/pike/pike-7.4.44.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2004 Gentoo Foundation, Emil Skoldberg, Fredrik Mellstrom (see ChangeLog) +# Copyright 1999-2006 Gentoo Foundation, Emil Skoldberg, Fredrik Mellstrom (see ChangeLog) # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.4.44.ebuild,v 1.5 2004/10/20 15:38:20 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.4.44.ebuild,v 1.6 2006/01/22 17:32:24 genone Exp $ inherit fixheadtails -IUSE="debug doc gdbm gif gtk java jpeg mysql oci8 odbc opengl pdflib postgres scanner sdl tiff truetype zlib" +IUSE="debug doc gdbm gif gtk java jpeg mysql oci8 odbc opengl pdf postgres scanner sdl tiff truetype zlib" S="${WORKDIR}/Pike-v${PV}" HOMEPAGE="http://pike.ida.liu.se/" @@ -17,7 +17,7 @@ KEYWORDS="x86 ppc" DEPEND="dev-libs/gmp zlib? ( sys-libs/zlib ) - pdflib? ( media-libs/pdflib ) + pdf? ( media-libs/pdflib ) gdbm? ( sys-libs/gdbm ) java? ( virtual/jdk ) scanner? ( media-gfx/sane-backends ) @@ -50,7 +50,7 @@ src_compile() { use mysql || myconf="${myconf} --without-mysql" use debug || myconf="${myconf} --without-debug" use gdbm || myconf="${myconf} --without-gdbm" - use pdflib || myconf="${myconf} --without-libpdf" + use pdf || myconf="${myconf} --without-libpdf" use java || myconf="${myconf} --without-java" use odbc || myconf="${myconf} --without-odbc" use scanner || myconf="${myconf} --without-sane" diff --git a/dev-lang/pike/pike-7.6.24.ebuild b/dev-lang/pike/pike-7.6.24.ebuild index ab73d815619c..4e9f0a178ebc 100644 --- a/dev-lang/pike/pike-7.6.24.ebuild +++ b/dev-lang/pike/pike-7.6.24.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.24.ebuild,v 1.8 2006/01/04 00:23:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.24.ebuild,v 1.9 2006/01/22 17:32:24 genone Exp $ -IUSE="crypt debug doc fftw gdbm gif gtk hardened jpeg kerberos opengl pdflib scanner svg tiff truetype zlib" +IUSE="crypt debug doc fftw gdbm gif gtk hardened jpeg kerberos opengl pdf scanner svg tiff truetype zlib" S="${WORKDIR}/Pike-v${PV}" HOMEPAGE="http://pike.ida.liu.se/" @@ -22,7 +22,7 @@ DEPEND="crypt? ( dev-libs/nettle ) kerberos? ( virtual/krb5 ) opengl? ( virtual/opengl virtual/glut ) - pdflib? ( media-libs/pdflib ) + pdf? ( media-libs/pdflib ) scanner? ( media-gfx/sane-backends ) svg? ( gnome-base/librsvg ) tiff? ( media-libs/tiff ) @@ -48,7 +48,7 @@ src_compile() { `use_with kerberos krb5` \ `use_with opengl GL` \ `use_with opengl GLUT` \ - `use_with pdflib libpdf` \ + `use_with pdf libpdf` \ `use_with scanner sane` \ `use_with svg` \ `use_with tiff tifflib` \ diff --git a/dev-lang/pike/pike-7.6.50.ebuild b/dev-lang/pike/pike-7.6.50.ebuild index 1c257eed496a..cce811009cdf 100644 --- a/dev-lang/pike/pike-7.6.50.ebuild +++ b/dev-lang/pike/pike-7.6.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.50.ebuild,v 1.1 2006/01/04 00:25:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.50.ebuild,v 1.2 2006/01/22 17:32:24 genone Exp $ DESCRIPTION="Pike programming language and runtime" HOMEPAGE="http://pike.ida.liu.se/" @@ -9,7 +9,7 @@ SRC_URI="http://pike.ida.liu.se/pub/pike/all/${PV}/Pike-v${PV}.tar.gz" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="bzip2 crypt debug doc fftw gdbm gif gmp gtk hardened jpeg kerberos mime mmx mysql opengl pcre pdflib scanner sdl ssl svg tiff truetype zlib" +IUSE="bzip2 crypt debug doc fftw gdbm gif gmp gtk hardened jpeg kerberos mime mmx mysql opengl pcre pdf scanner sdl ssl svg tiff truetype zlib" DEPEND="bzip2? ( app-arch/bzip2 ) crypt? ( dev-libs/nettle ) @@ -23,7 +23,7 @@ DEPEND="bzip2? ( app-arch/bzip2 ) mysql? ( dev-db/mysql ) opengl? ( virtual/opengl virtual/glut ) pcre? ( dev-libs/libpcre ) - pdflib? ( media-libs/pdflib ) + pdf? ( media-libs/pdflib ) scanner? ( media-gfx/sane-backends ) sdl? ( media-libs/libsdl media-libs/sdl-mixer ) ssl? ( dev-libs/openssl ) @@ -66,7 +66,7 @@ src_compile() { $(use_with opengl GL) \ $(use_with opengl GLUT) \ $(use_with pcre _Regexp_PCRE) \ - $(use_with pdflib libpdf) \ + $(use_with pdf libpdf) \ $(use_with scanner sane) \ $(use_with sdl SDL) \ $(use_with sdl SDL_mixer) \ diff --git a/dev-lang/pike/pike-7.6.6.ebuild b/dev-lang/pike/pike-7.6.6.ebuild index 413307b7c278..c7770371b35b 100644 --- a/dev-lang/pike/pike-7.6.6.ebuild +++ b/dev-lang/pike/pike-7.6.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.6.ebuild,v 1.8 2004/12/29 02:37:04 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.6.ebuild,v 1.9 2006/01/22 17:32:24 genone Exp $ # Contributions by Emil Skoldberg, Fredrik Mellstrom (see ChangeLog) inherit fixheadtails -IUSE="crypt debug doc fftw gdbm gif gtk java jpeg mysql oci8 odbc opengl pdflib postgres scanner sdl tiff truetype zlib" +IUSE="crypt debug doc fftw gdbm gif gtk java jpeg mysql oci8 odbc opengl pdf postgres scanner sdl tiff truetype zlib" S="${WORKDIR}/Pike-v${PV}" HOMEPAGE="http://pike.ida.liu.se/" @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="x86 ppc ~amd64" DEPEND="zlib? ( sys-libs/zlib ) - pdflib? ( media-libs/pdflib ) + pdf? ( media-libs/pdflib ) gdbm? ( sys-libs/gdbm ) java? ( virtual/jdk ) scanner? ( media-gfx/sane-backends ) @@ -53,7 +53,7 @@ src_compile() { use mysql || myconf="${myconf} --without-mysql" use debug || myconf="${myconf} --without-debug" use gdbm || myconf="${myconf} --without-gdbm" - use pdflib || myconf="${myconf} --without-libpdf" + use pdf || myconf="${myconf} --without-libpdf" use java || myconf="${myconf} --without-java" use odbc || myconf="${myconf} --without-odbc" use scanner || myconf="${myconf} --without-sane" |