aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-13 08:25:35 +0200
committerJustin Lecher <jlec@gentoo.org>2013-06-13 08:25:35 +0200
commitae26e49fc86c49c69aa59c1c4ada411decc77cba (patch)
tree61f32c6b6f2f03e40681e2ad61caf1f212842827 /sci-libs/blastdb
parentx11-libs/xview-bin: Drop all keywords (diff)
downloadsci-ae26e49fc86c49c69aa59c1c4ada411decc77cba.tar.gz
sci-ae26e49fc86c49c69aa59c1c4ada411decc77cba.tar.bz2
sci-ae26e49fc86c49c69aa59c1c4ada411decc77cba.zip
sci-libs/blastdb: Add missing build dep; fix license
Package-Manager: portage-2.2.0_alpha179
Diffstat (limited to 'sci-libs/blastdb')
-rw-r--r--sci-libs/blastdb/ChangeLog8
-rw-r--r--sci-libs/blastdb/blastdb-9999.ebuild8
-rw-r--r--sci-libs/blastdb/metadata.xml31
3 files changed, 13 insertions, 34 deletions
diff --git a/sci-libs/blastdb/ChangeLog b/sci-libs/blastdb/ChangeLog
new file mode 100644
index 000000000..99ad4d7b7
--- /dev/null
+++ b/sci-libs/blastdb/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-libs/blastdb
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 13 Jun 2013; Justin Lecher <jlec@gentoo.org> blastdb-9999.ebuild,
+ metadata.xml:
+ Add missing build dep; fix license
+
diff --git a/sci-libs/blastdb/blastdb-9999.ebuild b/sci-libs/blastdb/blastdb-9999.ebuild
index 18d29af05..58372a4f0 100644
--- a/sci-libs/blastdb/blastdb-9999.ebuild
+++ b/sci-libs/blastdb/blastdb-9999.ebuild
@@ -4,19 +4,19 @@
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"
+LICENSE="all-rights-reserved"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=""
-DEPEND="${RDEPEND}"
+DEPEND="sci-biology/ncbi-tools++"
+
+RESTRICT="binchecks strip"
src_unpack() {
if [[ -n ${ESLEEP} ]]; then
diff --git a/sci-libs/blastdb/metadata.xml b/sci-libs/blastdb/metadata.xml
index 4dcddcb75..897aa2e6b 100644
--- a/sci-libs/blastdb/metadata.xml
+++ b/sci-libs/blastdb/metadata.xml
@@ -1,34 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<!--
-$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.21 2012/02/07 00:03:15 idl0r Exp $
-
-This is the example metadata file.
-The root element of this file is <pkgmetadata>. Within this element a
-number of subelements are allowed: herd, maintainer, and
-longdescription. herd is a required subelement.
-
-For a full description look at:
-http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
-
-
-Before committing, please remove the comments from this file. They are
-not relevant for general metadata.xml files.
--->
<pkgmetadata>
- <herd>sci</herd>
-<maintainer>
- <email>@gentoo.org</email>
-<!-- <description>Description of the maintainership</description> -->
-</maintainer>
-<!-- <longdescription>Long description of the package</longdescription> -->
-<!--
-<use>
- <flag name="flag">Description of how USE='flag' affects this package</flag>
- <flag name="userland_GNU">Description of how USERLAND='GNU' affects this
- package</flag>
- <flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking.
- Requires an installed dictionary from <cat>app-dicts</cat></flag>
-</use>
--->
+ <herd>sci</herd>
</pkgmetadata>