summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-01-11 04:19:15 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-01-11 04:19:15 +0000
commit8ecf77d5510508bb6407c05e71e45f3f374bd22c (patch)
tree21b377c7e5d4ecb1144ba5408309a8f12a465f39 /sci-chemistry/votca-csgapps
parentversion bump (diff)
downloadgentoo-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')
-rw-r--r--sci-chemistry/votca-csgapps/ChangeLog10
-rw-r--r--sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild30
2 files changed, 38 insertions, 2 deletions
diff --git a/sci-chemistry/votca-csgapps/ChangeLog b/sci-chemistry/votca-csgapps/ChangeLog
index 5105642117bb..396be59d0340 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v 1.2 2011/12/14 17:17:13 ago Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v 1.3 2012/01/11 04:19:15 ottxor Exp $
+
+*votca-csgapps-1.2.2 (11 Jan 2012)
+
+ 11 Jan 2012; Christoph Junghans <ottxor@gentoo.org>
+ +votca-csgapps-1.2.2.ebuild:
+ version bump
14 Dec 2011; Agostino Sarubbo <ago@gentoo.org> votca-csgapps-1.2.1.ebuild:
Stable for AMD64, wrt bug #389681
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 )