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-sample/
Date: Tue, 29 Jan 2013 22:30:43
Message-Id: 1359490398.173bf4748e49d87548e0fee53997ba5dcf32f770.bicatali@gentoo
1 commit: 173bf4748e49d87548e0fee53997ba5dcf32f770
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 29 20:13:18 2013 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 20:13:18 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=173bf474
7
8 sci-libs/coinor-sample: Version bump
9
10 Package-Manager: portage-2.2.01.21688-prefix
11
12 ---
13 sci-libs/coinor-sample/ChangeLog | 8 +++++++-
14 ...ple-1.2.1.ebuild => coinor-sample-1.2.3.ebuild} | 6 +++---
15 2 files changed, 10 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-libs/coinor-sample/ChangeLog b/sci-libs/coinor-sample/ChangeLog
18 index cbda9a0..afce4cf 100644
19 --- a/sci-libs/coinor-sample/ChangeLog
20 +++ b/sci-libs/coinor-sample/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for sci-libs/coinor-sample
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-sample-1.2.3 (29 Jan 2013)
28 +
29 + 29 Jan 2013; Sébastien Fabbro <bicatali@g.o>
30 + +coinor-sample-1.2.3.ebuild, -coinor-sample-1.2.1.ebuild:
31 + sci-libs/coinor-sample: Version bump
32 +
33 *coinor-sample-1.2.1 (16 Jul 2012)
34
35 16 Jul 2012; Sébastien Fabbro <bicatali@g.o>
36
37 diff --git a/sci-libs/coinor-sample/coinor-sample-1.2.1.ebuild b/sci-libs/coinor-sample/coinor-sample-1.2.3.ebuild
38 similarity index 85%
39 rename from sci-libs/coinor-sample/coinor-sample-1.2.1.ebuild
40 rename to sci-libs/coinor-sample/coinor-sample-1.2.3.ebuild
41 index 6dc723a..c005128 100644
42 --- a/sci-libs/coinor-sample/coinor-sample-1.2.1.ebuild
43 +++ b/sci-libs/coinor-sample/coinor-sample-1.2.3.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 empty directories
59 - rm -rf "${ED}"/usr/share/coin/doc
60 + rm -r "${ED}"/usr/share/coin/doc || die
61 }