diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2008-02-12 19:08:50 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2008-02-12 19:08:50 +0000 |
commit | 47986d6a88711ea8f7861188e6a39c961ddbae09 (patch) | |
tree | 13d604eedee97b1675f11283a025fbd94bdb11aa /sci-biology | |
parent | old (diff) | |
download | gentoo-2-47986d6a88711ea8f7861188e6a39c961ddbae09.tar.gz gentoo-2-47986d6a88711ea8f7861188e6a39c961ddbae09.tar.bz2 gentoo-2-47986d6a88711ea8f7861188e6a39c961ddbae09.zip |
Changed version scheme. Fixed PDFlib dependency (bug #208334). Commiting straight to stable since it is the same as 2.2.
(Portage version: 2.1.3.19, RepoMan options: --force)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/seaview/ChangeLog | 14 | ||||
-rw-r--r-- | sci-biology/seaview/seaview-20071113.ebuild (renamed from sci-biology/seaview/seaview-2.2.ebuild) | 7 |
2 files changed, 15 insertions, 6 deletions
diff --git a/sci-biology/seaview/ChangeLog b/sci-biology/seaview/ChangeLog index 8c9148865719..826e7df2acfa 100644 --- a/sci-biology/seaview/ChangeLog +++ b/sci-biology/seaview/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for sci-biology/seaview -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/ChangeLog,v 1.23 2007/12/31 15:37:40 je_fro Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/ChangeLog,v 1.24 2008/02/12 19:08:50 ribosome Exp $ + +*seaview-20071113 (12 Feb 2008) + + 12 Feb 2008; Olivier Fisette <ribosome@gentoo.org> -seaview-2.2.ebuild, + +seaview-20071113.ebuild: + Reverting to date-based version scheme. We cannot use upstream's versions + since they keep modifying the package whilst keeping the same version. + PDFlib is no longer needed as recent versions include PDFlib lite (fixes + bug #208334). Commiting straight to stable as this is the same as 2.2, + which was stable. 31 Dec 2007; Jeff Gardner <je_fro@gentoo.org> ChangeLog: Fixing my email addy in the Changelog diff --git a/sci-biology/seaview/seaview-2.2.ebuild b/sci-biology/seaview/seaview-20071113.ebuild index 8aa21794a5ee..fb8770d2cf40 100644 --- a/sci-biology/seaview/seaview-2.2.ebuild +++ b/sci-biology/seaview/seaview-20071113.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/seaview-2.2.ebuild,v 1.5 2007/12/26 10:26:29 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/seaview/seaview-20071113.ebuild,v 1.1 2008/02/12 19:08:50 ribosome Exp $ inherit toolchain-funcs multilib @@ -8,7 +8,7 @@ DESCRIPTION="A graphical multiple sequence alignment editor" HOMEPAGE="http://pbil.univ-lyon1.fr/software/seaview.html" MY_PF=${PF/-/_} -SRC_URI="ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/${MY_PF}.tar.gz" +SRC_URI="mirror://gentoo.org/${P}.tar.gz" LICENSE="public-domain" @@ -17,7 +17,6 @@ KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="x11-libs/fltk - =media-libs/pdflib-6.0* sci-biology/clustalw sci-biology/muscle" |