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 /app-sci/emboss | |
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 'app-sci/emboss')
-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 |
4 files changed, 26 insertions, 20 deletions
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 |