Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Bio-Das: ChangeLog Bio-Das-1.14.ebuild
Date: Sat, 05 Sep 2009 11:13:23
Message-Id: E1MjtCr-0006XI-9t@stork.gentoo.org
1 tove 09/09/05 11:13:21
2
3 Modified: ChangeLog
4 Added: Bio-Das-1.14.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.24 dev-perl/Bio-Das/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Bio-Das/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Bio-Das/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Bio-Das/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 28 Aug 2009 07:27:26 -0000 1.23
23 +++ ChangeLog 5 Sep 2009 11:13:21 -0000 1.24
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Bio-Das
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.23 2009/08/28 07:27:26 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.24 2009/09/05 11:13:21 tove Exp $
29 +
30 +*Bio-Das-1.14 (05 Sep 2009)
31 +
32 + 05 Sep 2009; Torsten Veller <tove@g.o> +Bio-Das-1.14.ebuild:
33 + Version bump
34
35 *Bio-Das-1.12 (28 Aug 2009)
36
37
38
39
40 1.1 dev-perl/Bio-Das/Bio-Das-1.14.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Bio-Das/Bio-Das-1.14.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Bio-Das/Bio-Das-1.14.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Bio-Das-1.14.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/Bio-Das-1.14.ebuild,v 1.1 2009/09/05 11:13:21 tove Exp $
50
51 EAPI=2
52
53 MODULE_AUTHOR="LDS"
54 inherit perl-module
55
56 DESCRIPTION="Interface to Distributed Annotation System"
57
58 LICENSE="Artistic"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
61 IUSE=""
62
63 DEPEND=">=virtual/perl-IO-Compress-1.0
64 sci-biology/bioperl
65 >=dev-perl/HTML-Parser-3
66 >=dev-perl/libwww-perl-5
67 >=virtual/perl-MIME-Base64-2.12"
68 RDEPEND="${DEPEND}"
69
70 # Tests work again as of 1.10 (were broken in 1.09)
71 SRC_TEST="do"