summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-30 17:14:33 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-30 17:14:33 +0000
commit35027289199f7178f6fec703575bb2f64666422a (patch)
tree7b905893c482e74afe3d4879dfbf60c9456c8d37 /app-sci
parentTook over maintainership, changes made to reflect new amd64 herd, masked on a... (diff)
downloadhistorical-35027289199f7178f6fec703575bb2f64666422a.tar.gz
historical-35027289199f7178f6fec703575bb2f64666422a.tar.bz2
historical-35027289199f7178f6fec703575bb2f64666422a.zip
update libgd DEPEND
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/emboss/Manifest24
-rw-r--r--app-sci/emboss/emboss-2.7.1.ebuild10
-rw-r--r--app-sci/emboss/emboss-2.8.0-r1.ebuild13
-rw-r--r--app-sci/emboss/emboss-2.8.0-r2.ebuild13
-rw-r--r--app-sci/emboss/emboss-2.8.0.ebuild10
5 files changed, 43 insertions, 27 deletions
diff --git a/app-sci/emboss/Manifest b/app-sci/emboss/Manifest
index c6149abe309d..8978e5efa264 100644
--- a/app-sci/emboss/Manifest
+++ b/app-sci/emboss/Manifest
@@ -1,12 +1,22 @@
-MD5 fda28ddff6fd6e1a1dc797958a6b759b emboss-2.8.0.ebuild 1149
-MD5 9391744d8c6d6b79255e86cdd3ef33ce emboss-2.8.0-r2.ebuild 1429
-MD5 c4e7a1fe09305558088eb64ea72dddb9 emboss-2.7.1.ebuild 1207
-MD5 8e78d418c8786cff58209f7eeba2658f emboss-2.8.0-r1.ebuild 1411
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 622eb23718e8d96a4c19f0b9ba7a838f ChangeLog 1236
+MD5 962ddde274b3c68aa058d87635e91691 emboss-2.7.1.ebuild 1204
+MD5 65b761fd4940716d5e143b85020d696f emboss-2.8.0.ebuild 1146
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 048d6642b77660671ad5c64cdc351df6 files/digest-emboss-2.8.0-r1 66
-MD5 048d6642b77660671ad5c64cdc351df6 files/digest-emboss-2.8.0-r2 66
+MD5 adb6b19caeae014710e371ce79ce5153 emboss-2.8.0-r1.ebuild 1405
+MD5 d4836dcee22f76b65e5c06d7aae74c30 emboss-2.8.0-r2.ebuild 1423
+MD5 cdf8dfd33e803ec4429d2ecfc2931b39 files/22emboss 120
MD5 e0cdf72a0fd91e172b9a2831546e7a41 files/digest-emboss-2.7.1 66
MD5 048d6642b77660671ad5c64cdc351df6 files/digest-emboss-2.8.0 66
+MD5 048d6642b77660671ad5c64cdc351df6 files/digest-emboss-2.8.0-r1 66
MD5 ef2dfa3d13837026f59c0cf5f04f67c5 files/22emboss-r1 110
-MD5 cdf8dfd33e803ec4429d2ecfc2931b39 files/22emboss 120
+MD5 048d6642b77660671ad5c64cdc351df6 files/digest-emboss-2.8.0-r2 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.8 (GNU/Linux)
+
+iD8DBQFA4vUTHTu7gpaalycRAmu6AJ0dq+Ex9Gc1TWomKauVb983e5K6qwCfSGTj
+vb03p+12fPcJfjjYkMphvvI=
+=yaND
+-----END PGP SIGNATURE-----
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