Gentoo Archives: gentoo-commits

From: Christoph Junghans <kleiner_otti@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/xdrfile/
Date: Sun, 30 Dec 2012 23:31:40
Message-Id: 1356907923.f39535023e5749a37191d899cf5603884f9557f2.kleiner_otti@gentoo
1 commit: f39535023e5749a37191d899cf5603884f9557f2
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 30 22:52:03 2012 +0000
4 Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
5 CommitDate: Sun Dec 30 22:52:03 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f3953502
7
8 version bump
9
10 Package-Manager: portage-2.2.0_alpha149
11
12 ---
13 sci-chemistry/xdrfile/ChangeLog | 6 ++++++
14 .../{xdrfile-1.1.ebuild => xdrfile-1.1.1.ebuild} | 15 +++++----------
15 2 files changed, 11 insertions(+), 10 deletions(-)
16
17 diff --git a/sci-chemistry/xdrfile/ChangeLog b/sci-chemistry/xdrfile/ChangeLog
18 index 61725b4..e962584 100644
19 --- a/sci-chemistry/xdrfile/ChangeLog
20 +++ b/sci-chemistry/xdrfile/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*xdrfile-1.1.1 (30 Dec 2012)
26 +
27 + 30 Dec 2012; Christoph Junghans <ottxor@g.o> +xdrfile-1.1.1.ebuild,
28 + -xdrfile-1.1.ebuild:
29 + version bump
30 +
31 09 Oct 2012; Alexey Shvetsov <alexxy@g.o> xdrfile-1.1.ebuild:
32 [sci-chemistry/xdrfile] Add keywords
33
34
35 diff --git a/sci-chemistry/xdrfile/xdrfile-1.1.ebuild b/sci-chemistry/xdrfile/xdrfile-1.1.1.ebuild
36 similarity index 69%
37 rename from sci-chemistry/xdrfile/xdrfile-1.1.ebuild
38 rename to sci-chemistry/xdrfile/xdrfile-1.1.1.ebuild
39 index d32e175..9228cfa 100644
40 --- a/sci-chemistry/xdrfile/xdrfile-1.1.ebuild
41 +++ b/sci-chemistry/xdrfile/xdrfile-1.1.1.ebuild
42 @@ -2,26 +2,21 @@
43 # Distributed under the terms of the GNU General Public License v2
44 # $Header: $
45
46 -EAPI=4
47 +EAPI=5
48 +
49 +FORTRAN_NEEDED="fortran"
50
51 inherit fortran-2
52
53 DESCRIPTION="Library to read xtc gromacs trajectory"
54 -HOMEPAGE="http://wiki.gromacs.org/index.php/XTC_Library"
55 +HOMEPAGE="http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library"
56 SRC_URI="ftp://ftp.gromacs.org/pub/contrib/${P}.tar.gz"
57
58 -LICENSE="LGPL-2"
59 +LICENSE="LGPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
62 IUSE="fortran"
63
64 -DEPEND="
65 - fortran? ( virtual/fortran )
66 -"
67 -RDEPEND="${DEPEND}"
68 -
69 -S="${WORKDIR}/${P}b"
70 -
71 src_configure() {
72 econf \
73 $(use_enable fortran)