diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-08-17 03:19:56 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-08-17 03:19:56 +0000 |
commit | 3392e6d7bf5846832749aff925e2b9e14f5bd63d (patch) | |
tree | 80f25d1a1187cd12f24c09c972b5ec0e57da0ac5 /sci-chemistry/votca-csgapps | |
parent | version bump (diff) | |
download | historical-3392e6d7bf5846832749aff925e2b9e14f5bd63d.tar.gz historical-3392e6d7bf5846832749aff925e2b9e14f5bd63d.tar.bz2 historical-3392e6d7bf5846832749aff925e2b9e14f5bd63d.zip |
version bump
Package-Manager: portage-2.2.0_alpha121/cvs/Linux i686
Diffstat (limited to 'sci-chemistry/votca-csgapps')
-rw-r--r-- | sci-chemistry/votca-csgapps/ChangeLog | 9 | ||||
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.2.3.ebuild | 30 |
2 files changed, 37 insertions, 2 deletions
diff --git a/sci-chemistry/votca-csgapps/ChangeLog b/sci-chemistry/votca-csgapps/ChangeLog index b409db071f07..9e1cab0d7c68 100644 --- a/sci-chemistry/votca-csgapps/ChangeLog +++ b/sci-chemistry/votca-csgapps/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/votca-csgapps # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v 1.10 2012/02/05 01:16:20 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v 1.11 2012/08/17 03:19:56 ottxor Exp $ + +*votca-csgapps-1.2.3 (17 Aug 2012) + + 17 Aug 2012; Christoph Junghans <ottxor@gentoo.org> + +votca-csgapps-1.2.3.ebuild: + version bump 05 Feb 2012; Christoph Junghans <ottxor@gentoo.org> -votca-csgapps-1.2.1.ebuild: @@ -38,4 +44,3 @@ 25 Aug 2011; Christoph Junghans <ottxor@gentoo.org> +metadata.xml: initial commit - diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.3.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.3.ebuild new file mode 100644 index 000000000000..de88ff1e65f5 --- /dev/null +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.3.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.3.ebuild,v 1.1 2012/08/17 03:19:56 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 ~amd64-linux ~x86-macos" +IUSE="" + +RDEPEND="=sci-chemistry/${PN%apps}-${PV}" + +DEPEND="${RDEPEND}" + +DOCS=( README ) |