From 28aad7430b21fb8f429727451f6f2c9c6a0e5bc7 Mon Sep 17 00:00:00 2001 From: Jeffrey Gardner Date: Tue, 17 Feb 2009 03:54:29 +0000 Subject: Bump to latest version. Thanks to Sascha Lucas on bug #259267. (Portage version: 2.1.6.7/cvs/Linux x86_64) --- sci-biology/ApE/ApE-1.12.ebuild | 41 ----------------------------------------- sci-biology/ApE/ApE-1.17.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++ sci-biology/ApE/ChangeLog | 10 ++++++++-- 3 files changed, 49 insertions(+), 43 deletions(-) delete mode 100644 sci-biology/ApE/ApE-1.12.ebuild create mode 100644 sci-biology/ApE/ApE-1.17.ebuild (limited to 'sci-biology/ApE') diff --git a/sci-biology/ApE/ApE-1.12.ebuild b/sci-biology/ApE/ApE-1.12.ebuild deleted file mode 100644 index 6512b72bf566..000000000000 --- a/sci-biology/ApE/ApE-1.12.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/ApE/ApE-1.12.ebuild,v 1.3 2008/07/09 15:32:29 mr_bones_ Exp $ - -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" - -LICENSE="ApE" -RESTRICT="mirror" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/tcl" - -src_compile() { - echo - einfo "Nothing to compile." - echo -} - -src_install() { - -cat >> "${T}/ApE" << EOF -#!/bin/bash -exec tclsh /usr/share/${P}/AppMain.tcl -EOF - -exeinto /usr/bin -doexe "${T}/ApE" -insinto "/usr/share/${P}" -doins -r "${WORKDIR}"/ApE\ Linux/* -make_desktop_entry ${PN} \ - ApE \ - "/usr/share/${P}/Accessory Files/Icons and images/monkey_icon.gif" \ - "Application;Graphics;Science" -} diff --git a/sci-biology/ApE/ApE-1.17.ebuild b/sci-biology/ApE/ApE-1.17.ebuild new file mode 100644 index 000000000000..7c5cfb1691d2 --- /dev/null +++ b/sci-biology/ApE/ApE-1.17.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2009 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 $ + +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" + +LICENSE="ApE" +RESTRICT="mirror" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="dev-lang/tcl" + +src_compile() { + echo + einfo "Nothing to compile." + echo +} + +src_install() { + +cat >> "${T}/ApE" << EOF +#!/bin/bash +exec tclsh /usr/share/${P}/AppMain.tcl +EOF + +exeinto /usr/bin +doexe "${T}/ApE" +insinto "/usr/share/${P}" +doins -r "${WORKDIR}"/ApE\ Linux/* +make_desktop_entry ${PN} \ + ApE \ + "/usr/share/${P}/Accessory Files/Icons and images/monkey_icon.gif" \ + "Application;Graphics;Science" +} diff --git a/sci-biology/ApE/ChangeLog b/sci-biology/ApE/ChangeLog index 34f617176164..c427b18ee9bb 100644 --- a/sci-biology/ApE/ChangeLog +++ b/sci-biology/ApE/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-biology/ApE -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/ApE/ChangeLog,v 1.4 2008/12/30 22:13:00 je_fro Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/ApE/ChangeLog,v 1.5 2009/02/17 03:54:29 je_fro Exp $ + +*ApE-1.17 (17 Feb 2009) + + 17 Feb 2009; Jeff Gardner -ApE-1.12.ebuild, + +ApE-1.17.ebuild: + Bump to latest version. Thanks to Sascha Lucas on bug #259267. 30 Dec 2008; Jeff Gardner Manifest: Fix manifest -- cgit v1.2.3-65-gdbad