public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/ApE: ApE-2.0.7.ebuild ChangeLog ApE-1.17.ebuild
@ 2011-06-15 16:11 Jeffrey Gardner (je_fro)
  0 siblings, 0 replies; only message in thread
From: Jeffrey Gardner (je_fro) @ 2011-06-15 16:11 UTC (permalink / raw
  To: gentoo-commits

je_fro      11/06/15 16:11:04

  Modified:             ChangeLog
  Added:                ApE-2.0.7.ebuild
  Removed:              ApE-1.17.ebuild
  Log:
  New version, fix bugs raised in #371473, thanks to Piotr Szymaniak and Jeroen Roovers.
  
  (Portage version: 2.1.10.2/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-biology/ApE/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/ApE/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/ApE/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/ApE/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/ApE/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	14 Nov 2009 01:46:22 -0000	1.6
+++ ChangeLog	15 Jun 2011 16:11:04 -0000	1.7
@@ -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



1.1                  sci-biology/ApE/ApE-2.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/ApE/ApE-2.0.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/ApE/ApE-2.0.7.ebuild?rev=1.1&content-type=text/plain

Index: ApE-2.0.7.ebuild
===================================================================
# 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-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 -> ${P}.zip"

LICENSE="ApE"
RESTRICT="mirror"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="app-arch/unzip"
RDEPEND="dev-lang/tcl
	 dev-lang/tk"

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"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-15 16:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-15 16:11 [gentoo-commits] gentoo-x86 commit in sci-biology/ApE: ApE-2.0.7.ebuild ChangeLog ApE-1.17.ebuild Jeffrey Gardner (je_fro)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox