Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/votca-csgapps: votca-csgapps-1.2.2.ebuild ChangeLog
Date: Wed, 11 Jan 2012 04:19:27
Message-Id: 20120111041915.9887D2004B@flycatcher.gentoo.org
1 ottxor 12/01/11 04:19:15
2
3 Modified: ChangeLog
4 Added: votca-csgapps-1.2.2.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux i686)
9
10 Revision Changes Path
11 1.3 sci-chemistry/votca-csgapps/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 14 Dec 2011 17:17:13 -0000 1.2
24 +++ ChangeLog 11 Jan 2012 04:19:15 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-chemistry/votca-csgapps
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v 1.2 2011/12/14 17:17:13 ago Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v 1.3 2012/01/11 04:19:15 ottxor Exp $
31 +
32 +*votca-csgapps-1.2.2 (11 Jan 2012)
33 +
34 + 11 Jan 2012; Christoph Junghans <ottxor@g.o>
35 + +votca-csgapps-1.2.2.ebuild:
36 + version bump
37
38 14 Dec 2011; Agostino Sarubbo <ago@g.o> votca-csgapps-1.2.1.ebuild:
39 Stable for AMD64, wrt bug #389681
40
41
42
43 1.1 sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: votca-csgapps-1.2.2.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $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 $
53
54 EAPI=4
55
56 inherit cmake-utils
57
58 if [ "${PV}" != "9999" ]; then
59 SRC_URI="http://votca.googlecode.com/files/${PF}.tar.gz"
60 RESTRICT="primaryuri"
61 else
62 inherit mercurial
63 EHG_REPO_URI="https://csgapps.votca.googlecode.com/hg"
64 S="${WORKDIR}/${EHG_REPO_URI##*/}"
65 fi
66
67 DESCRIPTION="Extra applications for votca-csg"
68 HOMEPAGE="http://www.votca.org"
69
70 LICENSE="Apache-2.0"
71 SLOT="0"
72 KEYWORDS="~amd64 ~x86"
73 IUSE=""
74
75 RDEPEND="=sci-chemistry/${PN%apps}-${PV}"
76
77 DEPEND="${RDEPEND}"
78
79 DOCS=( README )