summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-06-06 09:33:50 +0000
committerJustin Lecher <jlec@gentoo.org>2012-06-06 09:33:50 +0000
commit27e84e22fcec8b9249e9f7a3dfaaa4b1f5a03d07 (patch)
tree37eeefbccab658c216cc19a9620ea9f6d7372af7 /sci-libs/clashscore-db/clashscore-db-3.17.ebuild
parentBump git-annex to 3.20120605 (diff)
downloadgentoo-2-27e84e22fcec8b9249e9f7a3dfaaa4b1f5a03d07.tar.gz
gentoo-2-27e84e22fcec8b9249e9f7a3dfaaa4b1f5a03d07.tar.bz2
gentoo-2-27e84e22fcec8b9249e9f7a3dfaaa4b1f5a03d07.zip
sci-libs/clashscore-db: Move to EAPI=4
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/clashscore-db/clashscore-db-3.17.ebuild')
-rw-r--r--sci-libs/clashscore-db/clashscore-db-3.17.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-libs/clashscore-db/clashscore-db-3.17.ebuild b/sci-libs/clashscore-db/clashscore-db-3.17.ebuild
index f3431d4333f2..9b62ebf8de15 100644
--- a/sci-libs/clashscore-db/clashscore-db-3.17.ebuild
+++ b/sci-libs/clashscore-db/clashscore-db-3.17.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/clashscore-db/clashscore-db-3.17.ebuild,v 1.2 2010/07/23 11:41:45 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/clashscore-db/clashscore-db-3.17.ebuild,v 1.3 2012/06/06 09:33:50 jlec Exp $
-# inherit
+EAPI=4
DESCRIPTION="Clashscore-db for clashlist"
HOMEPAGE="http://kinemage.biochem.duke.edu/"
SRC_URI="mirror://gentoo/molprobity-${PV}.tgz"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="richardson"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
src_install() {
insinto /usr/share/clashscore
- doins molprobity3/lib/clashscore.db.tab || die
+ doins molprobity3/lib/clashscore.db.tab
}