aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-04-15 08:17:19 +0200
committerJustin Lecher <jlec@gentoo.org>2013-04-15 08:17:19 +0200
commit0d9d8867156da0f627b35d00a5c5cb314329e6c4 (patch)
tree513bb2a9ca4730f903c0125d963390d41ae17e8a /sci-libs/blastdb/blastdb-9999.ebuild
parentsci-chemistry/mgltools-webservices: Version Bump, drop old (diff)
parentmedia-gfx/librecad: version bump: 1.0.3, 2.0.0beta5 (diff)
downloadsci-0d9d8867156da0f627b35d00a5c5cb314329e6c4.tar.gz
sci-0d9d8867156da0f627b35d00a5c5cb314329e6c4.tar.bz2
sci-0d9d8867156da0f627b35d00a5c5cb314329e6c4.zip
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci
* 'master' of git+ssh://git.overlays.gentoo.org/proj/sci: (58 commits) media-gfx/librecad: version bump: 1.0.3, 2.0.0beta5 sci-chemistry/mgltools-stride: Fix license, thanks ulm looking for correct licensing sci-chemistry/mgltools-webservices: Correct license sci-chemistry/mgltools-volume: Correct license sci-chemistry/mgltools-visionlib: Correct license sci-chemistry/mgltools-vision: Correct license sci-chemistry/mgltools-viewer-framework: Correct license sci-chemistry/mgltools-utpackages: Correct license sci-chemistry/mgltools-symserv: Correct license sci-chemistry/mgltools-support: Correct license sci-chemistry/mgltools-stride: Correct license sci-chemistry/mgltools-sff: Correct license sci-chemistry/mgltools-scenario2: Correct license sci-chemistry/mgltools-scenario: Correct license sci-chemistry/mgltools-qslimlib: Correct license sci-chemistry/mgltools-pyglf: Correct license sci-chemistry/mgltools-pybabel: Correct license sci-chemistry/mgltools-pyautodock: Correct license sci-chemistry/mgltools-pmv: Correct license sci-chemistry/mgltools-opengltk: Correct license ... Signed-off-by: Justin Lecher <jlec@gentoo.org> Conflicts: sci-chemistry/mgltools-symserv/ChangeLog sci-chemistry/mgltools-webservices/ChangeLog
Diffstat (limited to 'sci-libs/blastdb/blastdb-9999.ebuild')
-rw-r--r--sci-libs/blastdb/blastdb-9999.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-libs/blastdb/blastdb-9999.ebuild b/sci-libs/blastdb/blastdb-9999.ebuild
new file mode 100644
index 000000000..18d29af05
--- /dev/null
+++ b/sci-libs/blastdb/blastdb-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+# inherit
+
+DESCRIPTION="The BLAST NR database"
+HOMEPAGE="http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=ProgSelectionGuide"
+SRC_URI=""
+
+SLOT="0"
+LICENSE="alrights-resevered"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+ if [[ -n ${ESLEEP} ]]; then
+ elog "Will sleep for ${ESLEEP}"
+ sleep ${ESLEEP}
+ fi
+ update_blastdb.pl --verbose --verbose --decompress nr || die
+}