summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-08-17 03:19:56 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-08-17 03:19:56 +0000
commitf919df077204035b938eac57ad36236899727b4e (patch)
treeba4d69d45ebede009bde1a3c54e38ab05bb9a906 /sci-chemistry
parentversion bump (diff)
downloadgentoo-2-f919df077204035b938eac57ad36236899727b4e.tar.gz
gentoo-2-f919df077204035b938eac57ad36236899727b4e.tar.bz2
gentoo-2-f919df077204035b938eac57ad36236899727b4e.zip
version bump
(Portage version: 2.2.0_alpha121/cvs/Linux i686)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/votca-csgapps/ChangeLog9
-rw-r--r--sci-chemistry/votca-csgapps/votca-csgapps-1.2.3.ebuild30
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 )