diff options
author | 2011-12-05 17:56:42 +0000 | |
---|---|---|
committer | 2011-12-05 17:56:42 +0000 | |
commit | 9590cc096bb75097322f57bde8717261df382a94 (patch) | |
tree | 7e8fb3c65715e5b1cb48a4dffdcdc12da3c8cc2b /sci-biology/prosite/prosite-20.36.ebuild | |
parent | Merge live/snapshot ebuilds, and touch it up a bit. (diff) | |
download | gentoo-2-9590cc096bb75097322f57bde8717261df382a94.tar.gz gentoo-2-9590cc096bb75097322f57bde8717261df382a94.tar.bz2 gentoo-2-9590cc096bb75097322f57bde8717261df382a94.zip |
Resorted upper ebuild section
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/prosite/prosite-20.36.ebuild')
-rw-r--r-- | sci-biology/prosite/prosite-20.36.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-biology/prosite/prosite-20.36.ebuild b/sci-biology/prosite/prosite-20.36.ebuild index 6970f96c91d6..8995419c9d9c 100644 --- a/sci-biology/prosite/prosite-20.36.ebuild +++ b/sci-biology/prosite/prosite-20.36.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/prosite-20.36.ebuild,v 1.4 2011/08/09 15:36:16 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/prosite-20.36.ebuild,v 1.5 2011/12/05 17:56:42 jlec Exp $ DESCRIPTION="A protein families and domains database" -LICENSE="swiss-prot" HOMEPAGE="http://ca.expasy.org/prosite" SRC_URI="mirror://gentoo/${P}.tar.bz2" SLOT="0" +LICENSE="swiss-prot" # Minimal build keeps only the indexed files (if applicable) and the # documentation. The non-indexed database is not installed. IUSE="emboss minimal" KEYWORDS="amd64 ~ppc x86" DEPEND="emboss? ( sci-biology/emboss )" - RDEPEND="${DEPEND}" src_compile() { |