diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-10-25 22:20:31 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-10-25 22:20:31 +0000 |
commit | c7e32771b9728ef06351d76065caa37c38d58edc (patch) | |
tree | 1f3d5ea91d9a44ac5bf1d63276bca839df5e36ac /sci-biology/GBrowse | |
parent | Remove old. (diff) | |
download | gentoo-2-c7e32771b9728ef06351d76065caa37c38d58edc.tar.gz gentoo-2-c7e32771b9728ef06351d76065caa37c38d58edc.tar.bz2 gentoo-2-c7e32771b9728ef06351d76065caa37c38d58edc.zip |
Remove old due to old EAPI
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'sci-biology/GBrowse')
-rw-r--r-- | sci-biology/GBrowse/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/GBrowse/GBrowse-2.44-r1.ebuild | 72 |
2 files changed, 5 insertions, 73 deletions
diff --git a/sci-biology/GBrowse/ChangeLog b/sci-biology/GBrowse/ChangeLog index 28a4e514f457..e0269fcf144a 100644 --- a/sci-biology/GBrowse/ChangeLog +++ b/sci-biology/GBrowse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/GBrowse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/ChangeLog,v 1.7 2014/08/27 16:23:19 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/ChangeLog,v 1.8 2014/10/25 22:20:31 dilfridge Exp $ + + 25 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -GBrowse-2.44-r1.ebuild: + Remove old due to old EAPI *GBrowse-2.48-r1 (27 Aug 2014) diff --git a/sci-biology/GBrowse/GBrowse-2.44-r1.ebuild b/sci-biology/GBrowse/GBrowse-2.44-r1.ebuild deleted file mode 100644 index b6844df7a6a0..000000000000 --- a/sci-biology/GBrowse/GBrowse-2.44-r1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/GBrowse-2.44-r1.ebuild,v 1.1 2012/01/02 21:19:46 weaver Exp $ - -EAPI=4 - -MODULE_AUTHOR=LDS -inherit perl-module webapp - -DESCRIPTION="Generic Model Organism Database Project - The Generic Genome Browser" -HOMEPAGE="http://gmod.org/wiki/GBrowse" -KEYWORDS="~amd64 ~x86" -IUSE="-minimal mysql postgres +sqlite" - -SLOT="0" -WEBAPP_MANUAL_SLOT="yes" - -CDEPEND="!<sci-biology/GBrowse-2.44-r1 - >=sci-biology/bioperl-1.6.9 - >=dev-perl/Bio-Graphics-2.09 - >=dev-perl/GD-2.07 - >=dev-perl/CGI-Session-4.02 - dev-perl/IO-String - dev-perl/JSON - dev-perl/libwww-perl - dev-perl/Statistics-Descriptive - !minimal? ( - dev-perl/Bio-Das - >=dev-perl/Bio-SamTools-1.20 - dev-perl/Crypt-SSLeay - dev-perl/DB_File-Lock - dev-perl/DBI - mysql? ( dev-perl/DBD-mysql ) - postgres? ( dev-perl/DBD-Pg ) - sqlite? ( dev-perl/DBD-SQLite ) - dev-perl/FCGI - dev-perl/File-NFSLock - dev-perl/GD-SVG - dev-perl/Net-OpenID-Consumer - dev-perl/Net-SMTP-SSL - )" -# >=dev-perl/Bio-DB-BigFile-1.00 - requires jklib to compile -DEPEND="virtual/perl-Module-Build - dev-perl/Capture-Tiny - ${CDEPEND}" -RDEPEND="${CDEPEND}" - -PATCHES=( "${FILESDIR}"/GBrowseInstall.pm-2.39.patch ) - -src_configure() { - webapp_src_preinst - -# myconf="--install_base=${D}/usr" or "--install_base=/opt/gbrowse" - myconf="--conf=/etc/gbrowse2" - myconf="${myconf} --htdocs=${MY_HTDOCSDIR}" - myconf="${myconf} --cgibin=${MY_CGIBINDIR}" - myconf="${myconf} --tmp=/var/tmp/gbrowse2" - myconf="${myconf} --persistent=/var/db/gbrowse2" - myconf="${myconf} --databases=/var/db/gbrowse2/databases" - myconf="${myconf} --installconf=no" - myconf="${myconf} --installetc=no" - perl-module_src_configure -} - -src_install() { - dodir /var/tmp/gbrowse2 - dodir /var/db/gbrowse2/sessions - dodir /var/db/gbrowse2/userdata - webapp_serverowned -R /var/tmp/gbrowse2 /var/db/gbrowse2 - perl-module_src_install - webapp_src_install -} |