diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2011-08-25 20:42:53 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2011-08-25 20:42:53 +0000 |
commit | 68e1401033b8774d7bb513012ffa06bfebdecadc (patch) | |
tree | 2c7e4ea276f0f092caece80e5342ebfdf7b1d14b /sci-chemistry/votca-csgapps | |
parent | QA: add missing libpng dependency. (diff) | |
download | gentoo-2-68e1401033b8774d7bb513012ffa06bfebdecadc.tar.gz gentoo-2-68e1401033b8774d7bb513012ffa06bfebdecadc.tar.bz2 gentoo-2-68e1401033b8774d7bb513012ffa06bfebdecadc.zip |
initial commit
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'sci-chemistry/votca-csgapps')
-rw-r--r-- | sci-chemistry/votca-csgapps/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/votca-csgapps/metadata.xml | 9 | ||||
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.2.1.ebuild | 30 |
3 files changed, 46 insertions, 0 deletions
diff --git a/sci-chemistry/votca-csgapps/ChangeLog b/sci-chemistry/votca-csgapps/ChangeLog new file mode 100644 index 000000000000..4b761ccea04a --- /dev/null +++ b/sci-chemistry/votca-csgapps/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for sci-chemistry/votca-csgapps +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v 1.1 2011/08/25 20:42:53 ottxor Exp $ + + 25 Aug 2011; Christoph Junghans <ottxor@gentoo.org> +metadata.xml: + initial commit + diff --git a/sci-chemistry/votca-csgapps/metadata.xml b/sci-chemistry/votca-csgapps/metadata.xml new file mode 100644 index 000000000000..266f600c9159 --- /dev/null +++ b/sci-chemistry/votca-csgapps/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-chemistry</herd> + <maintainer> + <email>ottxor@gentoo.org</email> + <name>Christoph Junghans</name> + </maintainer> +</pkgmetadata> diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.1.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.1.ebuild new file mode 100644 index 000000000000..29871dad630b --- /dev/null +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/votca-csgapps-1.2.1.ebuild,v 1.1 2011/08/25 20:42:53 ottxor Exp $ + +EAPI=4 + +inherit cmake-utils + +if [ "${PV}" != "9999" ]; then + SRC_URI="http://votca.googlecode.com/files/${PF}.tar.gz" + RESTRICT="primaryuri" +else + inherit mercurial + EHG_REPO_URI="https://csgapps.votca.googlecode.com/hg" + S="${WORKDIR}/${EHG_REPO_URI##*/}" +fi + +DESCRIPTION="Extra applications for votca-csg" +HOMEPAGE="http://www.votca.org" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +RDEPEND="=sci-chemistry/${PN%apps}-${PV}" + +DEPEND="${RDEPEND}" + +DOCS=( README ) |