Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/readseq: ChangeLog readseq-20080420.ebuild
Date: Sat, 26 Apr 2008 06:31:33
Message-Id: E1JpdwY-0007bh-Kq@stork.gentoo.org
1 dberkholz 08/04/26 06:31:30
2
3 Modified: ChangeLog
4 Added: readseq-20080420.ebuild
5 Log:
6 Add the Java version, which is actually maintained. This could possibly use some more enhancement to add wrappers for the GUI and such, but the ebuild is already a fully functional replacement for the old version.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.6 sci-biology/readseq/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/readseq/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/readseq/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/readseq/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/readseq/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 17 Aug 2006 22:20:51 -0000 1.5
23 +++ ChangeLog 26 Apr 2008 06:31:30 -0000 1.6
24 @@ -1,6 +1,14 @@
25 # ChangeLog for sci-biology/readseq
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/readseq/ChangeLog,v 1.5 2006/08/17 22:20:51 weeve Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/readseq/ChangeLog,v 1.6 2008/04/26 06:31:30 dberkholz Exp $
30 +
31 +*readseq-20080420 (26 Apr 2008)
32 +
33 + 26 Apr 2008; Donnie Berkholz <dberkholz@g.o>;
34 + +readseq-20080420.ebuild:
35 + Add the Java version, which is actually maintained. This could possibly
36 + use some more enhancement to add wrappers for the GUI and such, but the
37 + ebuild is already a fully functional replacement for the old version.
38
39 17 Aug 2006; Jason Wever <weeve@g.o> readseq-19930201.ebuild:
40 Added ~sparc keyword wrt bug #144246.
41
42
43
44 1.1 sci-biology/readseq/readseq-20080420.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/readseq/readseq-20080420.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/readseq/readseq-20080420.ebuild?rev=1.1&content-type=text/plain
48
49 Index: readseq-20080420.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sci-biology/readseq/readseq-20080420.ebuild,v 1.1 2008/04/26 06:31:30 dberkholz Exp $
54
55 EAPI=1
56
57 inherit java-pkg-2 java-ant-2
58
59 MY_P="${PN}-source-${PV}"
60 DESCRIPTION="Reads and writes nucleic/protein sequences in various formats."
61 HOMEPAGE="http://iubio.bio.indiana.edu/soft/molbio/readseq/"
62 # Originally unversioned at
63 # http://iubio.bio.indiana.edu/soft/molbio/readseq/java/readseq-source.zip.
64 # Renamed to the date of the modification and mirrored
65 SRC_URI="http://dev.gentoo.org/~dberkholz/distfiles/${MY_P}.zip"
66 #SRC_URI="mirror://gentoo/${MY_P}.zip"
67 LICENSE="public-domain"
68 SLOT="0"
69 KEYWORDS="~amd64"
70 IUSE=""
71 COMMON="dev-java/xerces:2
72 dev-java/jaxp"
73 RDEPEND="${COMMON}
74 >=virtual/jre-1.4"
75 DEPEND="${COMMON}
76 >=virtual/jdk-1.4
77 app-arch/unzip"
78 S=${WORKDIR}
79
80 src_unpack() {
81 unpack ${A}
82 cd "${S}"
83 java-pkg_jar-from xerces-2 xercesImpl.jar lib/ibm-xml4j-min.jar
84 java-pkg_jar-from jaxp jaxp-ri.jar lib/orgxml.jar
85 }
86
87 src_install() {
88 java-pkg_dojar build/readseq.jar
89
90 java-pkg_dolauncher
91 }
92
93 pkg_postinst() {
94 elog "Documentation is available at"
95 elog "http://iubio.bio.indiana.edu/soft/molbio/readseq/java/Readseq2-help.html"
96 }
97
98
99
100 --
101 gentoo-commits@l.g.o mailing list