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 /dev-lisp/cl-gd | |
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
Diffstat (limited to 'dev-lisp/cl-gd')
-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 |
6 files changed, 31 insertions, 36 deletions
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 |