diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 17:16:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 17:16:54 +0000 |
commit | 554d38322a87e11b3f202f3fc7154bd697967b5f (patch) | |
tree | aaace98ad7baa9d7ef3bb0d9493f17803b5661cf | |
parent | Took over maintainership, changes made to reflect new amd64 herd, masked on a... (diff) | |
download | gentoo-2-554d38322a87e11b3f202f3fc7154bd697967b5f.tar.gz gentoo-2-554d38322a87e11b3f202f3fc7154bd697967b5f.tar.bz2 gentoo-2-554d38322a87e11b3f202f3fc7154bd697967b5f.zip |
update libgd DEPEND
-rw-r--r-- | app-misc/lcd4linux/lcd4linux-0.9.10.ebuild | 4 | ||||
-rw-r--r-- | app-misc/lcd4linux/lcd4linux-0.9.11.ebuild | 4 | ||||
-rw-r--r-- | app-misc/lcd4linux/lcd4linux-0.9.9.ebuild | 4 | ||||
-rw-r--r-- | app-sci/emboss/emboss-2.7.1.ebuild | 10 | ||||
-rw-r--r-- | app-sci/emboss/emboss-2.8.0-r1.ebuild | 13 | ||||
-rw-r--r-- | app-sci/emboss/emboss-2.8.0-r2.ebuild | 13 | ||||
-rw-r--r-- | app-sci/emboss/emboss-2.8.0.ebuild | 10 | ||||
-rw-r--r-- | dev-lisp/cl-gd/cl-gd-0.1.0.ebuild | 11 | ||||
-rw-r--r-- | dev-lisp/cl-gd/cl-gd-0.1.4.ebuild | 11 | ||||
-rw-r--r-- | dev-lisp/cl-gd/cl-gd-0.2.0-r1.ebuild | 12 | ||||
-rw-r--r-- | dev-lisp/cl-gd/cl-gd-0.2.0.ebuild | 11 | ||||
-rw-r--r-- | dev-lisp/cl-gd/cl-gd-0.3.1.ebuild | 11 | ||||
-rw-r--r-- | dev-lisp/cl-gd/cl-gd-0.4.1.ebuild | 11 |
13 files changed, 63 insertions, 62 deletions
diff --git a/app-misc/lcd4linux/lcd4linux-0.9.10.ebuild b/app-misc/lcd4linux/lcd4linux-0.9.10.ebuild index 7eb420bcadcc..fc5074738815 100644 --- a/app-misc/lcd4linux/lcd4linux-0.9.10.ebuild +++ b/app-misc/lcd4linux/lcd4linux-0.9.10.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/app-misc/lcd4linux/lcd4linux-0.9.10.ebuild,v 1.5 2004/06/28 03:52:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.9.10.ebuild,v 1.6 2004/06/30 17:12:35 vapier Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="kde pda png X usb" DEPEND="png? ( media-libs/libpng sys-libs/zlib - media-libs/libgd )" + media-libs/gd )" src_unpack() { unpack ${P}.tar.gz diff --git a/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild b/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild index 47bc52446eba..d91834941bfc 100644 --- a/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild +++ b/app-misc/lcd4linux/lcd4linux-0.9.11.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/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild,v 1.6 2004/06/28 03:52:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild,v 1.7 2004/06/30 17:12:35 vapier Exp $ DESCRIPTION="system and ISDN information is shown on an external display or in a X11 window" HOMEPAGE="http://lcd4linux.sourceforge.net/" @@ -13,7 +13,7 @@ IUSE="kde pda png X usb" DEPEND="png? ( media-libs/libpng sys-libs/zlib - media-libs/libgd )" + media-libs/gd )" src_compile() { local myconf diff --git a/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild b/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild index 26f4466605bc..ab732599c893 100644 --- a/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild +++ b/app-misc/lcd4linux/lcd4linux-0.9.9.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/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild,v 1.8 2004/06/28 03:52:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild,v 1.9 2004/06/30 17:12:35 vapier Exp $ DESCRIPTION="system and ISDN information is shown on an external display or in a X11 window" HOMEPAGE="http://lcd4linux.sourceforge.net/" @@ -13,7 +13,7 @@ IUSE="kde pda png X usb" DEPEND="png? ( media-libs/libpng sys-libs/zlib - media-libs/libgd )" + media-libs/gd )" src_compile() { local myconf diff --git a/app-sci/emboss/emboss-2.7.1.ebuild b/app-sci/emboss/emboss-2.7.1.ebuild index 6a583f0c34c3..985daa6d6800 100644 --- a/app-sci/emboss/emboss-2.7.1.ebuild +++ b/app-sci/emboss/emboss-2.7.1.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/emboss/emboss-2.7.1.ebuild,v 1.6 2004/06/24 21:57:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/emboss/emboss-2.7.1.ebuild,v 1.7 2004/06/30 17:14:33 vapier Exp $ - -S=${WORKDIR}/EMBOSS-${PV} DESCRIPTION="The European Molecular Biology Open Software Suite: EMBOSS is a package of high-quality FREE Open Source software for sequence analysis" HOMEPAGE="http://www.emboss.org/" SRC_URI="ftp://ftp.uk.embnet.org/pub/EMBOSS/EMBOSS-${PV}.tar.gz" + LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="x86" IUSE="png X" + DEPEND="X? ( virtual/x11 ) png? ( >=sys-libs/zlib-1.1.4 >=media-libs/libpng-1.2.4 - >=media-libs/libgd-1.8.4 )" + >=media-libs/gd-1.8.4 )" + +S=${WORKDIR}/EMBOSS-${PV} src_install() { einstall || die diff --git a/app-sci/emboss/emboss-2.8.0-r1.ebuild b/app-sci/emboss/emboss-2.8.0-r1.ebuild index 19bfc397339f..7737d6b2f7ec 100644 --- a/app-sci/emboss/emboss-2.8.0-r1.ebuild +++ b/app-sci/emboss/emboss-2.8.0-r1.ebuild @@ -1,22 +1,23 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/emboss/emboss-2.8.0-r1.ebuild,v 1.3 2004/06/24 21:57:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/emboss/emboss-2.8.0-r1.ebuild,v 1.4 2004/06/30 17:14:33 vapier Exp $ - -S=${WORKDIR}/EMBOSS-${PV} DESCRIPTION="The European Molecular Biology Open Software Suite: EMBOSS is a package of high-quality FREE Open Source software for sequence analysis" HOMEPAGE="http://www.emboss.org/" SRC_URI="ftp://ftp.uk.embnet.org/pub/EMBOSS/EMBOSS-${PV}.tar.gz" + LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="~x86" IUSE="X png" + DEPEND="X? ( virtual/x11 - png? ( >=sys-libs/zlib-1.1.4 + png? ( >=sys-libs/zlib-1.1.4 >=media-libs/libpng-1.2.4 - >=media-libs/libgd-1.8.4 ) - )" + >=media-libs/gd-1.8.4 ) + )" +S=${WORKDIR}/EMBOSS-${PV} src_compile() { diff --git a/app-sci/emboss/emboss-2.8.0-r2.ebuild b/app-sci/emboss/emboss-2.8.0-r2.ebuild index 329b68594546..8a2c3c53603d 100644 --- a/app-sci/emboss/emboss-2.8.0-r2.ebuild +++ b/app-sci/emboss/emboss-2.8.0-r2.ebuild @@ -1,22 +1,23 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/emboss/emboss-2.8.0-r2.ebuild,v 1.4 2004/06/24 21:57:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/emboss/emboss-2.8.0-r2.ebuild,v 1.5 2004/06/30 17:14:33 vapier Exp $ - -S=${WORKDIR}/EMBOSS-${PV} DESCRIPTION="The European Molecular Biology Open Software Suite: EMBOSS is a package of high-quality FREE Open Source software for sequence analysis" HOMEPAGE="http://www.emboss.org/" SRC_URI="ftp://ftp.uk.embnet.org/pub/EMBOSS/EMBOSS-${PV}.tar.gz" + LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="X png" + DEPEND="X? ( virtual/x11 - png? ( >=sys-libs/zlib-1.1.4 + png? ( >=sys-libs/zlib-1.1.4 >=media-libs/libpng-1.2.4 - >=media-libs/libgd-1.8.4 ) - )" + >=media-libs/gd-1.8.4 ) + )" +S=${WORKDIR}/EMBOSS-${PV} src_compile() { diff --git a/app-sci/emboss/emboss-2.8.0.ebuild b/app-sci/emboss/emboss-2.8.0.ebuild index 9be889535c74..7d4374b29f1f 100644 --- a/app-sci/emboss/emboss-2.8.0.ebuild +++ b/app-sci/emboss/emboss-2.8.0.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/emboss/emboss-2.8.0.ebuild,v 1.5 2004/06/24 21:57:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/emboss/emboss-2.8.0.ebuild,v 1.6 2004/06/30 17:14:33 vapier Exp $ - -S=${WORKDIR}/EMBOSS-${PV} DESCRIPTION="The European Molecular Biology Open Software Suite: EMBOSS is a package of high-quality FREE Open Source software for sequence analysis" HOMEPAGE="http://www.emboss.org/" SRC_URI="ftp://ftp.uk.embnet.org/pub/EMBOSS/EMBOSS-${PV}.tar.gz" + LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="x86" IUSE="png" + DEPEND="virtual/x11 png? ( >=sys-libs/zlib-1.1.4 >=media-libs/libpng-1.2.4 - >=media-libs/libgd-1.8.4 )" + >=media-libs/gd-1.8.4 )" + +S=${WORKDIR}/EMBOSS-${PV} src_install() { einstall || die diff --git a/dev-lisp/cl-gd/cl-gd-0.1.0.ebuild b/dev-lisp/cl-gd/cl-gd-0.1.0.ebuild index 3c6ab3331d8e..41a1c801b6e7 100644 --- a/dev-lisp/cl-gd/cl-gd-0.1.0.ebuild +++ b/dev-lisp/cl-gd/cl-gd-0.1.0.ebuild @@ -1,30 +1,29 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.1.0.ebuild,v 1.4 2004/06/24 23:43:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.1.0.ebuild,v 1.5 2004/06/30 17:16:54 vapier Exp $ inherit common-lisp DESCRIPTION="CL-GD is a library for Common Lisp which provides an interface to the GD Graphics Library for the dynamic creation of images. It is based on UFFI and should thus be portable to all CL implementations supported by UFFI." -HOMEPAGE="http://weitz.de/cl-gd - http://www.cliki.net/cl-gd" +HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" SRC_URI="mirror://gentoo/${P}.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="dev-lisp/common-lisp-controller >=dev-lisp/cl-uffi-1.3.4 media-libs/libpng media-libs/jpeg media-libs/freetype - >=media-libs/libgd-2.0.15 + >=media-libs/gd-2.0.15 sys-libs/zlib virtual/commonlisp" CLPACKAGE=cl-gd -S=${WORKDIR}/${P} - src_compile() { gcc ${CFLAGS} -fPIC -c cl-gd-glue.c ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared cl-gd-glue.o -o cl-gd-glue.so diff --git a/dev-lisp/cl-gd/cl-gd-0.1.4.ebuild b/dev-lisp/cl-gd/cl-gd-0.1.4.ebuild index dfe6994fe7cc..2b1392b101ef 100644 --- a/dev-lisp/cl-gd/cl-gd-0.1.4.ebuild +++ b/dev-lisp/cl-gd/cl-gd-0.1.4.ebuild @@ -1,30 +1,29 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.1.4.ebuild,v 1.4 2004/06/24 23:43:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.1.4.ebuild,v 1.5 2004/06/30 17:16:54 vapier Exp $ inherit common-lisp DESCRIPTION="CL-GD is a library for Common Lisp which provides an interface to the GD Graphics Library for the dynamic creation of images. It is based on UFFI and should thus be portable to all CL implementations supported by UFFI." -HOMEPAGE="http://weitz.de/cl-gd - http://www.cliki.net/cl-gd" +HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" SRC_URI="mirror://gentoo/${P}.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="dev-lisp/common-lisp-controller >=dev-lisp/cl-uffi-1.3.4 media-libs/libpng media-libs/jpeg media-libs/freetype - >=media-libs/libgd-2.0.15 + >=media-libs/gd-2.0.15 sys-libs/zlib virtual/commonlisp" CLPACKAGE=cl-gd -S=${WORKDIR}/${P} - src_compile() { gcc ${CFLAGS} -fPIC -c cl-gd-glue.c ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared cl-gd-glue.o -o cl-gd-glue.so diff --git a/dev-lisp/cl-gd/cl-gd-0.2.0-r1.ebuild b/dev-lisp/cl-gd/cl-gd-0.2.0-r1.ebuild index 1dc1153f3109..9da17bf7df38 100644 --- a/dev-lisp/cl-gd/cl-gd-0.2.0-r1.ebuild +++ b/dev-lisp/cl-gd/cl-gd-0.2.0-r1.ebuild @@ -1,29 +1,29 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.2.0-r1.ebuild,v 1.2 2004/06/24 23:43:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.2.0-r1.ebuild,v 1.3 2004/06/30 17:16:54 vapier Exp $ inherit common-lisp DESCRIPTION="CL-GD is a library for Common Lisp which provides an interface to the GD Graphics Library" -HOMEPAGE="http://weitz.de/cl-gd - http://www.cliki.net/cl-gd" +HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~x86" +IUSE="" + DEPEND="dev-lisp/common-lisp-controller >=dev-lisp/cl-uffi-1.3.4 media-libs/libpng media-libs/jpeg media-libs/freetype - >=media-libs/libgd-2.0.15 + >=media-libs/gd-2.0.15 sys-libs/zlib virtual/commonlisp" CLPACKAGE='cl-gd cl-gd-test' -S=${WORKDIR}/${P} - src_compile() { gcc ${CFLAGS} -fPIC -c cl-gd-glue.c ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared cl-gd-glue.o -o cl-gd-glue.so diff --git a/dev-lisp/cl-gd/cl-gd-0.2.0.ebuild b/dev-lisp/cl-gd/cl-gd-0.2.0.ebuild index 3af886e6f076..026386b21ace 100644 --- a/dev-lisp/cl-gd/cl-gd-0.2.0.ebuild +++ b/dev-lisp/cl-gd/cl-gd-0.2.0.ebuild @@ -1,30 +1,29 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.2.0.ebuild,v 1.3 2004/06/24 23:43:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.2.0.ebuild,v 1.4 2004/06/30 17:16:54 vapier Exp $ inherit common-lisp DESCRIPTION="CL-GD is a library for Common Lisp which provides an interface to the GD Graphics Library for the dynamic creation of images. It is based on UFFI and should thus be portable to all CL implementations supported by UFFI." -HOMEPAGE="http://weitz.de/cl-gd - http://www.cliki.net/cl-gd" +HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="dev-lisp/common-lisp-controller >=dev-lisp/cl-uffi-1.3.4 media-libs/libpng media-libs/jpeg media-libs/freetype - >=media-libs/libgd-2.0.15 + >=media-libs/gd-2.0.15 sys-libs/zlib virtual/commonlisp" CLPACKAGE=cl-gd -S=${WORKDIR}/${P} - src_compile() { gcc ${CFLAGS} -fPIC -c cl-gd-glue.c ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared cl-gd-glue.o -o cl-gd-glue.so diff --git a/dev-lisp/cl-gd/cl-gd-0.3.1.ebuild b/dev-lisp/cl-gd/cl-gd-0.3.1.ebuild index 64c00b7b7725..fd571229e910 100644 --- a/dev-lisp/cl-gd/cl-gd-0.3.1.ebuild +++ b/dev-lisp/cl-gd/cl-gd-0.3.1.ebuild @@ -1,30 +1,29 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.3.1.ebuild,v 1.3 2004/06/24 23:43:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.3.1.ebuild,v 1.4 2004/06/30 17:16:54 vapier Exp $ inherit common-lisp DESCRIPTION="CL-GD is a library for Common Lisp which interfaces ti the GD Graphics Library" -HOMEPAGE="http://weitz.de/cl-gd - http://www.cliki.net/cl-gd" +HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="gif" + DEPEND="dev-lisp/common-lisp-controller >=dev-lisp/cl-uffi-1.3.4 media-libs/libpng media-libs/jpeg media-libs/freetype - >=media-libs/libgd-2.0.15 + >=media-libs/gd-2.0.15 sys-libs/zlib virtual/commonlisp" CLPACKAGE=cl-gd -S=${WORKDIR}/${P} - src_compile() { local csource if use gif; then diff --git a/dev-lisp/cl-gd/cl-gd-0.4.1.ebuild b/dev-lisp/cl-gd/cl-gd-0.4.1.ebuild index ba3c5a640879..0f4f34c7cbb5 100644 --- a/dev-lisp/cl-gd/cl-gd-0.4.1.ebuild +++ b/dev-lisp/cl-gd/cl-gd-0.4.1.ebuild @@ -1,30 +1,29 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.4.1.ebuild,v 1.2 2004/06/24 23:43:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.4.1.ebuild,v 1.3 2004/06/30 17:16:54 vapier Exp $ inherit common-lisp DESCRIPTION="CL-GD is a library for Common Lisp which interfaces ti the GD Graphics Library" -HOMEPAGE="http://weitz.de/cl-gd - http://www.cliki.net/cl-gd" +HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="gif" + DEPEND="dev-lisp/common-lisp-controller >=dev-lisp/cl-uffi-1.3.4 media-libs/libpng media-libs/jpeg media-libs/freetype - >=media-libs/libgd-2.0.15 + >=media-libs/gd-2.0.15 sys-libs/zlib virtual/commonlisp" CLPACKAGE=cl-gd -S=${WORKDIR}/${P} - src_compile() { local csource if use gif; then |