diff options
author | 2011-06-15 16:11:04 +0000 | |
---|---|---|
committer | 2011-06-15 16:11:04 +0000 | |
commit | 8a5c2f3de5815b726a5e9c285a250f62c6e867e9 (patch) | |
tree | b25bb70a5fc6d4c46143cde7d5a1f201814c26bd /sci-biology | |
parent | Prepare to set 'xz' as default compressor for eapi4. (diff) | |
download | gentoo-2-8a5c2f3de5815b726a5e9c285a250f62c6e867e9.tar.gz gentoo-2-8a5c2f3de5815b726a5e9c285a250f62c6e867e9.tar.bz2 gentoo-2-8a5c2f3de5815b726a5e9c285a250f62c6e867e9.zip |
New version, fix bugs raised in #371473, thanks to Piotr Szymaniak and Jeroen Roovers.
(Portage version: 2.1.10.2/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/ApE/ApE-2.0.7.ebuild (renamed from sci-biology/ApE/ApE-1.17.ebuild) | 12 | ||||
-rw-r--r-- | sci-biology/ApE/ChangeLog | 11 |
2 files changed, 16 insertions, 7 deletions
diff --git a/sci-biology/ApE/ApE-1.17.ebuild b/sci-biology/ApE/ApE-2.0.7.ebuild index 7c5cfb1691d2..c5a8d4d47fb9 100644 --- a/sci-biology/ApE/ApE-1.17.ebuild +++ b/sci-biology/ApE/ApE-2.0.7.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/ApE/ApE-1.17.ebuild,v 1.1 2009/02/17 03:54:29 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/ApE/ApE-2.0.7.ebuild,v 1.1 2011/06/15 16:11:04 je_fro Exp $ +EAPI=2 inherit eutils DESCRIPTION="ApE - A Plasmid Editor" HOMEPAGE="http://www.biology.utah.edu/jorgensen/wayned/ape/" -SRC_URI="http://www.biology.utah.edu/jorgensen/wayned/ape/Download/ApE_linux_current.zip" +SRC_URI="http://www.biology.utah.edu/jorgensen/wayned/ape/Download/ApE_linux_current.zip -> ${P}.zip" LICENSE="ApE" RESTRICT="mirror" @@ -14,8 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="dev-lang/tcl" +DEPEND="app-arch/unzip" +RDEPEND="dev-lang/tcl + dev-lang/tk" src_compile() { echo diff --git a/sci-biology/ApE/ChangeLog b/sci-biology/ApE/ChangeLog index bc610f886a01..646dcc965558 100644 --- a/sci-biology/ApE/ChangeLog +++ b/sci-biology/ApE/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-biology/ApE -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/ApE/ChangeLog,v 1.6 2009/11/14 01:46:22 je_fro Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/ApE/ChangeLog,v 1.7 2011/06/15 16:11:04 je_fro Exp $ + +*ApE-2.0.7 (15 Jun 2011) + + 15 Jun 2011; Jeff Gardner <je_fro@gentoo.org> ApE-1.17.ebuild, + +ApE-2.0.7.ebuild: + New version, fix bugs raised in #371473, thanks to Piotr Szymaniak and Jeroen + Roovers. 14 Nov 2009; Jeff Gardner <je_fro@gentoo.org> Manifest: Update digest thanks to a bump from Martin Mokrejs and Stefanie D. Hueber |