diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-01-11 04:19:15 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-01-11 04:19:15 +0000 |
commit | 8ecf77d5510508bb6407c05e71e45f3f374bd22c (patch) | |
tree | 21b377c7e5d4ecb1144ba5408309a8f12a465f39 /sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-8ecf77d5510508bb6407c05e71e45f3f374bd22c.tar.gz gentoo-2-8ecf77d5510508bb6407c05e71e45f3f374bd22c.tar.bz2 gentoo-2-8ecf77d5510508bb6407c05e71e45f3f374bd22c.zip |
version bump
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild')
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild new file mode 100644 index 000000000000..48a3ebe4bd1e --- /dev/null +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 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.2.ebuild,v 1.1 2012/01/11 04:19:15 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="~amd64 ~x86" +IUSE="" + +RDEPEND="=sci-chemistry/${PN%apps}-${PV}" + +DEPEND="${RDEPEND}" + +DOCS=( README ) |