Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/xdrfile/
Date: Sun, 01 Dec 2013 20:41:16
Message-Id: 1385930415.dad2a174ca2834a00f77362fd6aaa3b3544bbba6.ottxor@gentoo
1 commit: dad2a174ca2834a00f77362fd6aaa3b3544bbba6
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 20:40:15 2013 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 20:40:15 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dad2a174
7
8 xdrfile got added to gx86
9
10 ---
11 sci-chemistry/xdrfile/ChangeLog | 21 ---------------------
12 sci-chemistry/xdrfile/metadata.xml | 9 ---------
13 sci-chemistry/xdrfile/xdrfile-1.1.1.ebuild | 23 -----------------------
14 3 files changed, 53 deletions(-)
15
16 diff --git a/sci-chemistry/xdrfile/ChangeLog b/sci-chemistry/xdrfile/ChangeLog
17 deleted file mode 100644
18 index e962584..0000000
19 --- a/sci-chemistry/xdrfile/ChangeLog
20 +++ /dev/null
21 @@ -1,21 +0,0 @@
22 -# ChangeLog for sci-chemistry/xdrfile
23 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 -*xdrfile-1.1.1 (30 Dec 2012)
27 -
28 - 30 Dec 2012; Christoph Junghans <ottxor@g.o> +xdrfile-1.1.1.ebuild,
29 - -xdrfile-1.1.ebuild:
30 - version bump
31 -
32 - 09 Oct 2012; Alexey Shvetsov <alexxy@g.o> xdrfile-1.1.ebuild:
33 - [sci-chemistry/xdrfile] Add keywords
34 -
35 - 09 Oct 2012; Alexey Shvetsov <alexxy@g.o> xdrfile-1.1.ebuild:
36 - [sci-chemistry/xdrfile] actualy allow optional fortran
37 -
38 -*xdrfile-1.1 (09 Oct 2012)
39 -
40 - 09 Oct 2012; Alexey Shvetsov <alexxy@g.o> +metadata.xml,
41 - +xdrfile-1.1.ebuild:
42 - [sci-chemistry/xdrfile] Add to repo
43
44 diff --git a/sci-chemistry/xdrfile/metadata.xml b/sci-chemistry/xdrfile/metadata.xml
45 deleted file mode 100644
46 index b2558d8..0000000
47 --- a/sci-chemistry/xdrfile/metadata.xml
48 +++ /dev/null
49 @@ -1,9 +0,0 @@
50 -<?xml version="1.0" encoding="UTF-8"?>
51 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 -<pkgmetadata>
53 - <herd>sci-chemistry</herd>
54 - <maintainer>
55 - <email>alexxy@g.o</email>
56 - <name>Alexey Shvetsov</name>
57 - </maintainer>
58 -</pkgmetadata>
59
60 diff --git a/sci-chemistry/xdrfile/xdrfile-1.1.1.ebuild b/sci-chemistry/xdrfile/xdrfile-1.1.1.ebuild
61 deleted file mode 100644
62 index 9228cfa..0000000
63 --- a/sci-chemistry/xdrfile/xdrfile-1.1.1.ebuild
64 +++ /dev/null
65 @@ -1,23 +0,0 @@
66 -# Copyright 1999-2012 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -# $Header: $
69 -
70 -EAPI=5
71 -
72 -FORTRAN_NEEDED="fortran"
73 -
74 -inherit fortran-2
75 -
76 -DESCRIPTION="Library to read xtc gromacs trajectory"
77 -HOMEPAGE="http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library"
78 -SRC_URI="ftp://ftp.gromacs.org/pub/contrib/${P}.tar.gz"
79 -
80 -LICENSE="LGPL-3"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
83 -IUSE="fortran"
84 -
85 -src_configure() {
86 - econf \
87 - $(use_enable fortran)
88 -}