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:49
Message-Id: 1359495325.cbbb3116bda8e6642300378af600437e56741201.bicatali@gentoo
1 commit: cbbb3116bda8e6642300378af600437e56741201
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 29 21:35:25 2013 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 21:35:25 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cbbb3116
7
8 sci-libs/coinor-sample: no more empty doc
9
10 Package-Manager: portage-2.2.01.21688-prefix
11
12 ---
13 sci-libs/coinor-sample/ChangeLog | 4 ++++
14 sci-libs/coinor-sample/coinor-sample-1.2.3.ebuild | 6 ------
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/sci-libs/coinor-sample/ChangeLog b/sci-libs/coinor-sample/ChangeLog
18 index afce4cf..0151968 100644
19 --- a/sci-libs/coinor-sample/ChangeLog
20 +++ b/sci-libs/coinor-sample/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 29 Jan 2013; Sébastien Fabbro <bicatali@g.o>
26 + coinor-sample-1.2.3.ebuild:
27 + sci-libs/coinor-sample: no more empty doc
28 +
29 *coinor-sample-1.2.3 (29 Jan 2013)
30
31 29 Jan 2013; Sébastien Fabbro <bicatali@g.o>
32
33 diff --git a/sci-libs/coinor-sample/coinor-sample-1.2.3.ebuild b/sci-libs/coinor-sample/coinor-sample-1.2.3.ebuild
34 index c005128..759714c 100644
35 --- a/sci-libs/coinor-sample/coinor-sample-1.2.3.ebuild
36 +++ b/sci-libs/coinor-sample/coinor-sample-1.2.3.ebuild
37 @@ -21,9 +21,3 @@ RDEPEND=""
38 DEPEND="${RDEPEND}"
39
40 S="${WORKDIR}/${MYPN}-${PV}"
41 -
42 -src_install() {
43 - autotools-utils_src_install
44 - # already installed and empty directories
45 - rm -r "${ED}"/usr/share/coin/doc || die
46 -}