Gentoo Archives: gentoo-commits

From: "Andrey Kislyuk (weaver)" <weaver@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/GBrowse: GBrowse-2.44-r1.ebuild ChangeLog GBrowse-2.44.ebuild
Date: Mon, 02 Jan 2012 21:20:02
Message-Id: 20120102211946.2B7CD2004B@flycatcher.gentoo.org
1 weaver 12/01/02 21:19:46
2
3 Modified: ChangeLog
4 Added: GBrowse-2.44-r1.ebuild
5 Removed: GBrowse-2.44.ebuild
6 Log:
7 Disable webapp autoslotting, bug 396085
8
9 (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 sci-biology/GBrowse/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/GBrowse/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/GBrowse/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/GBrowse/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 26 Dec 2011 05:27:12 -0000 1.2
25 +++ ChangeLog 2 Jan 2012 21:19:46 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sci-biology/GBrowse
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/ChangeLog,v 1.2 2011/12/26 05:27:12 weaver Exp $
30 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/ChangeLog,v 1.3 2012/01/02 21:19:46 weaver Exp $
32 +
33 +*GBrowse-2.44-r1 (02 Jan 2012)
34 +
35 + 02 Jan 2012; Andrey Kislyuk <weaver@g.o> -GBrowse-2.44.ebuild,
36 + +GBrowse-2.44-r1.ebuild:
37 + Disable webapp autoslotting, bug 396085
38
39 *GBrowse-2.44 (26 Dec 2011)
40
41
42
43
44 1.1 sci-biology/GBrowse/GBrowse-2.44-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/GBrowse/GBrowse-2.44-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/GBrowse/GBrowse-2.44-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: GBrowse-2.44-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/GBrowse-2.44-r1.ebuild,v 1.1 2012/01/02 21:19:46 weaver Exp $
54
55 EAPI=4
56
57 MODULE_AUTHOR=LDS
58 inherit perl-module webapp
59
60 DESCRIPTION="Generic Model Organism Database Project - The Generic Genome Browser"
61 HOMEPAGE="http://gmod.org/wiki/GBrowse"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="-minimal mysql postgres +sqlite"
64
65 SLOT="0"
66 WEBAPP_MANUAL_SLOT="yes"
67
68 CDEPEND="!<sci-biology/GBrowse-2.44-r1
69 >=sci-biology/bioperl-1.6.9
70 >=dev-perl/Bio-Graphics-2.09
71 >=dev-perl/GD-2.07
72 >=dev-perl/CGI-Session-4.02
73 dev-perl/IO-String
74 dev-perl/JSON
75 dev-perl/libwww-perl
76 dev-perl/Statistics-Descriptive
77 !minimal? (
78 dev-perl/Bio-Das
79 >=dev-perl/Bio-SamTools-1.20
80 dev-perl/Crypt-SSLeay
81 dev-perl/DB_File-Lock
82 dev-perl/DBI
83 mysql? ( dev-perl/DBD-mysql )
84 postgres? ( dev-perl/DBD-Pg )
85 sqlite? ( dev-perl/DBD-SQLite )
86 dev-perl/FCGI
87 dev-perl/File-NFSLock
88 dev-perl/GD-SVG
89 dev-perl/Net-OpenID-Consumer
90 dev-perl/Net-SMTP-SSL
91 )"
92 # >=dev-perl/Bio-DB-BigFile-1.00 - requires jklib to compile
93 DEPEND="virtual/perl-Module-Build
94 dev-perl/Capture-Tiny
95 ${CDEPEND}"
96 RDEPEND="${CDEPEND}"
97
98 PATCHES=( "${FILESDIR}"/GBrowseInstall.pm-2.39.patch )
99
100 src_configure() {
101 webapp_src_preinst
102
103 # myconf="--install_base=${D}/usr" or "--install_base=/opt/gbrowse"
104 myconf="--conf=/etc/gbrowse2"
105 myconf="${myconf} --htdocs=${MY_HTDOCSDIR}"
106 myconf="${myconf} --cgibin=${MY_CGIBINDIR}"
107 myconf="${myconf} --tmp=/var/tmp/gbrowse2"
108 myconf="${myconf} --persistent=/var/db/gbrowse2"
109 myconf="${myconf} --databases=/var/db/gbrowse2/databases"
110 myconf="${myconf} --installconf=no"
111 myconf="${myconf} --installetc=no"
112 perl-module_src_configure
113 }
114
115 src_install() {
116 dodir /var/tmp/gbrowse2
117 dodir /var/db/gbrowse2/sessions
118 dodir /var/db/gbrowse2/userdata
119 webapp_serverowned -R /var/tmp/gbrowse2 /var/db/gbrowse2
120 perl-module_src_install
121 webapp_src_install
122 }