diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-07-22 07:05:36 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-07-22 07:05:36 +0000 |
commit | af063411f62b68808593a2581ca09c8acfd0cd6a (patch) | |
tree | 7077e6d0dc94404c79ee0c3e07be4a8f4d2b164a /sci-libs | |
parent | Add mercury site-lisp configuration (diff) | |
download | gentoo-2-af063411f62b68808593a2581ca09c8acfd0cd6a.tar.gz gentoo-2-af063411f62b68808593a2581ca09c8acfd0cd6a.tar.bz2 gentoo-2-af063411f62b68808593a2581ca09c8acfd0cd6a.zip |
New addition
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/clashscore-db/ChangeLog | 10 | ||||
-rw-r--r-- | sci-libs/clashscore-db/clashscore-db-3.17.ebuild | 19 | ||||
-rw-r--r-- | sci-libs/clashscore-db/metadata.xml | 8 |
3 files changed, 37 insertions, 0 deletions
diff --git a/sci-libs/clashscore-db/ChangeLog b/sci-libs/clashscore-db/ChangeLog new file mode 100644 index 000000000000..d5c643aa9dd8 --- /dev/null +++ b/sci-libs/clashscore-db/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-libs/clashscore-db +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clashscore-db/ChangeLog,v 1.1 2010/07/22 07:05:36 jlec Exp $ + +*clashscore-db-3.17 (22 Jul 2010) + + 22 Jul 2010; Justin Lecher <jlec@gentoo.org> +clashscore-db-3.17.ebuild, + +metadata.xml: + New addition + diff --git a/sci-libs/clashscore-db/clashscore-db-3.17.ebuild b/sci-libs/clashscore-db/clashscore-db-3.17.ebuild new file mode 100644 index 000000000000..7afbf33494eb --- /dev/null +++ b/sci-libs/clashscore-db/clashscore-db-3.17.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 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.1 2010/07/22 07:05:36 jlec Exp $ + +# inherit + +DESCRIPTION="Clashscore-db for clashlist" +HOMEPAGE="http://kinemage.biochem.duke.edu/" +SRC_URI="mirror://gentoo/molprobity-${PV}.tgz" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +LICENSE="richardson" +IUSE="" + +src_install() { + insinto /usr/share/clashscore + doins molprobity3/lib/clashscore.db.tab || die +} diff --git a/sci-libs/clashscore-db/metadata.xml b/sci-libs/clashscore-db/metadata.xml new file mode 100644 index 000000000000..dde7ca88a50f --- /dev/null +++ b/sci-libs/clashscore-db/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci-chemistry</herd> +<maintainer> + <email>jlec@gentoo.org</email> +</maintainer> +</pkgmetadata> |