Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/starparse/
Date: Sat, 28 Dec 2013 18:59:25
Message-Id: 1388255924.d7562566fd7c4620b222c59b123c730a3fe27d0c.jlec@gentoo
1 commit: d7562566fd7c4620b222c59b123c730a3fe27d0c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 18:38:44 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 18:38:44 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d7562566
7
8 sci-libs/starparse: Drop old
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-libs/starparse/ChangeLog | 4 ++++
14 sci-libs/starparse/metadata.xml | 2 +-
15 sci-libs/starparse/starparse-1.0.ebuild | 28 --------------------------
16 sci-libs/starparse/starparse-9999.ebuild | 4 ++--
17 sci-libs/starparse/starparse-9999_pre10.ebuild | 27 -------------------------
18 5 files changed, 7 insertions(+), 58 deletions(-)
19
20 diff --git a/sci-libs/starparse/ChangeLog b/sci-libs/starparse/ChangeLog
21 index 0dc4bac..e66e07b 100644
22 --- a/sci-libs/starparse/ChangeLog
23 +++ b/sci-libs/starparse/ChangeLog
24 @@ -2,6 +2,10 @@
25 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 28 Dec 2013; Justin Lecher <jlec@g.o> -starparse-1.0.ebuild,
29 + -starparse-9999_pre10.ebuild, starparse-9999.ebuild, metadata.xml:
30 + Drop old
31 +
32 03 Mar 2013; Justin Lecher <jlec@g.o> starparse-1.0.ebuild,
33 starparse-9999_pre10.ebuild, starparse-9999.ebuild, metadata.xml:
34 Add missing multilib.eclass; move to EAPI=5 and autotools-utils.eclass
35
36 diff --git a/sci-libs/starparse/metadata.xml b/sci-libs/starparse/metadata.xml
37 index b229aec..897aa2e 100644
38 --- a/sci-libs/starparse/metadata.xml
39 +++ b/sci-libs/starparse/metadata.xml
40 @@ -1,5 +1,5 @@
41 <?xml version="1.0" encoding="UTF-8"?>
42 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 <pkgmetadata>
44 -<herd>sci</herd>
45 + <herd>sci</herd>
46 </pkgmetadata>
47
48 diff --git a/sci-libs/starparse/starparse-1.0.ebuild b/sci-libs/starparse/starparse-1.0.ebuild
49 deleted file mode 100644
50 index 6e82d17..0000000
51 --- a/sci-libs/starparse/starparse-1.0.ebuild
52 +++ /dev/null
53 @@ -1,28 +0,0 @@
54 -# Copyright 1999-2013 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -# $Header: $
57 -
58 -EAPI=5
59 -
60 -AUTOTOOLS_AUTORECONF=true
61 -
62 -inherit autotools-utils
63 -
64 -DESCRIPTION="Library for parsing NMR star files (peak-list format) and CIF files"
65 -HOMEPAGE="http://burrow-owl.sourceforge.net/"
66 -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
67 -# Created from rev 19 @ http://oregonstate.edu/~benisong/software/projects/starparse/releases/1.0
68 -SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.tar.bz2"
69 -
70 -LICENSE="GPL-2"
71 -SLOT="0"
72 -KEYWORDS="~amd64 ~x86"
73 -IUSE="guile static-libs"
74 -
75 -RDEPEND="guile? ( dev-scheme/guile )"
76 -DEPEND="${RDEPEND}"
77 -
78 -src_configure() {
79 - local myeconfargs=( $(use_enable guile) )
80 - autotools-utils_src_configure
81 -}
82
83 diff --git a/sci-libs/starparse/starparse-9999.ebuild b/sci-libs/starparse/starparse-9999.ebuild
84 index f97138f..78f59c1 100644
85 --- a/sci-libs/starparse/starparse-9999.ebuild
86 +++ b/sci-libs/starparse/starparse-9999.ebuild
87 @@ -6,7 +6,7 @@ EAPI=5
88
89 AUTOTOOLS_AUTORECONF="true"
90
91 -inherit autotools-utils git-2
92 +inherit autotools-utils git-r3
93
94 DESCRIPTION="Library for parsing NMR star files (peak-list format) and CIF files"
95 HOMEPAGE="http://burrow-owl.sourceforge.net/"
96 @@ -15,7 +15,7 @@ EGIT_REPO_URI="git://burrow-owl.git.sourceforge.net/gitroot/burrow-owl/starparse
97
98 LICENSE="GPL-2"
99 SLOT="0"
100 -KEYWORDS="~amd64 ~x86"
101 +KEYWORDS=""
102 IUSE="guile static-libs"
103
104 RDEPEND="guile? ( dev-scheme/guile )"
105
106 diff --git a/sci-libs/starparse/starparse-9999_pre10.ebuild b/sci-libs/starparse/starparse-9999_pre10.ebuild
107 deleted file mode 100644
108 index 874309c..0000000
109 --- a/sci-libs/starparse/starparse-9999_pre10.ebuild
110 +++ /dev/null
111 @@ -1,27 +0,0 @@
112 -# Copyright 1999-2013 Gentoo Foundation
113 -# Distributed under the terms of the GNU General Public License v2
114 -# $Header: $
115 -
116 -EAPI=5
117 -
118 -AUTOTOOLS_AUTORECONF="true"
119 -
120 -inherit autotools-utils bzr
121 -
122 -DESCRIPTION="Library for parsing NMR star files (peak-list format) and CIF files"
123 -HOMEPAGE="http://burrow-owl.sourceforge.net/"
124 -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
125 -EBZR_REPO_URI="http://oregonstate.edu/~benisong/software/projects/starparse/releases/1.0"
126 -
127 -LICENSE="GPL-2"
128 -SLOT="0"
129 -KEYWORDS=""
130 -IUSE="guile static-libs"
131 -
132 -RDEPEND="guile? ( dev-scheme/guile )"
133 -DEPEND="${RDEPEND}"
134 -
135 -src_configure() {
136 - local myeconfargs=( $(use_enable guile) )
137 - autotools-utils_src_configure
138 -}