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:24
Message-Id: 1388257150.f5c89a5c47f15524040a69092d9a82549a2d7704.jlec@gentoo
1 commit: f5c89a5c47f15524040a69092d9a82549a2d7704
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 18:59:10 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 18:59:10 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f5c89a5c
7
8 sci-libs/starparse: Fix guile SLOT and drop out-of-source workaround
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-libs/starparse/ChangeLog | 3 +++
14 sci-libs/starparse/starparse-9999.ebuild | 5 +----
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-libs/starparse/ChangeLog b/sci-libs/starparse/ChangeLog
18 index e66e07b..d425538 100644
19 --- a/sci-libs/starparse/ChangeLog
20 +++ b/sci-libs/starparse/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 28 Dec 2013; Justin Lecher <jlec@g.o> starparse-9999.ebuild:
26 + Fix guile SLOT and drop out-of-source workaround
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 diff --git a/sci-libs/starparse/starparse-9999.ebuild b/sci-libs/starparse/starparse-9999.ebuild
33 index 78f59c1..6b62899 100644
34 --- a/sci-libs/starparse/starparse-9999.ebuild
35 +++ b/sci-libs/starparse/starparse-9999.ebuild
36 @@ -10,7 +10,6 @@ inherit autotools-utils git-r3
37
38 DESCRIPTION="Library for parsing NMR star files (peak-list format) and CIF files"
39 HOMEPAGE="http://burrow-owl.sourceforge.net/"
40 -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
41 EGIT_REPO_URI="git://burrow-owl.git.sourceforge.net/gitroot/burrow-owl/starparse"
42
43 LICENSE="GPL-2"
44 @@ -18,11 +17,9 @@ SLOT="0"
45 KEYWORDS=""
46 IUSE="guile static-libs"
47
48 -RDEPEND="guile? ( dev-scheme/guile )"
49 +RDEPEND="guile? ( dev-scheme/guile:12 )"
50 DEPEND="${RDEPEND}"
51
52 -AUTOTOOLS_IN_SOURCE_BUILD=1
53 -
54 src_configure() {
55 local myeconfargs=( $(use_enable guile) )
56 autotools-utils_src_configure