Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/coinor-netlib/
Date: Tue, 29 Jan 2013 22:30:42
Message-Id: 1359490296.8ee6eee7f66092243afc6072a56c5a57e307c4ff.bicatali@gentoo
1 commit: 8ee6eee7f66092243afc6072a56c5a57e307c4ff
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 29 20:11:36 2013 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 20:11:36 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8ee6eee7
7
8 sci-libs/coinor-netlib: Version bump
9
10 Package-Manager: portage-2.2.01.21688-prefix
11
12 ---
13 sci-libs/coinor-netlib/ChangeLog | 8 +++++++-
14 ...lib-1.2.2.ebuild => coinor-netlib-1.2.4.ebuild} | 6 +++---
15 2 files changed, 10 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-libs/coinor-netlib/ChangeLog b/sci-libs/coinor-netlib/ChangeLog
18 index 8833a3c..eb0c291 100644
19 --- a/sci-libs/coinor-netlib/ChangeLog
20 +++ b/sci-libs/coinor-netlib/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for sci-libs/coinor-netlib
23 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*coinor-netlib-1.2.4 (29 Jan 2013)
28 +
29 + 29 Jan 2013; Sébastien Fabbro <bicatali@g.o>
30 + +coinor-netlib-1.2.4.ebuild, -coinor-netlib-1.2.2.ebuild:
31 + sci-libs/coinor-netlib: Version bump
32 +
33 *coinor-netlib-1.2.2 (16 Jul 2012)
34
35 16 Jul 2012; Sébastien Fabbro <bicatali@g.o>
36
37 diff --git a/sci-libs/coinor-netlib/coinor-netlib-1.2.2.ebuild b/sci-libs/coinor-netlib/coinor-netlib-1.2.4.ebuild
38 similarity index 85%
39 rename from sci-libs/coinor-netlib/coinor-netlib-1.2.2.ebuild
40 rename to sci-libs/coinor-netlib/coinor-netlib-1.2.4.ebuild
41 index ae06b1d..4ea29ff 100644
42 --- a/sci-libs/coinor-netlib/coinor-netlib-1.2.2.ebuild
43 +++ b/sci-libs/coinor-netlib/coinor-netlib-1.2.4.ebuild
44 @@ -1,8 +1,8 @@
45 -# Copyright 1999-2012 Gentoo Foundation
46 +# Copyright 1999-2013 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49
50 -EAPI=4
51 +EAPI=5
52
53 inherit autotools-utils
54
55 @@ -25,5 +25,5 @@ S="${WORKDIR}/${MYPN}-${PV}"
56 src_install() {
57 autotools-utils_src_install
58 # already installed and empt directories
59 - rm -rf "${ED}"/usr/share/coin/doc
60 + rm -r "${ED}"/usr/share/coin/doc || die
61 }