Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild cppunit-9999.ebuild ChangeLog
Date: Thu, 27 Sep 2012 11:05:58
Message-Id: 20120927110548.AC66221600@flycatcher.gentoo.org
1 scarabeus 12/09/27 11:05:48
2
3 Modified: cppunit-9999.ebuild ChangeLog
4 Added: cppunit-1.13.1.ebuild
5 Log:
6 Bump to latest version.
7
8 (Portage version: 2.2.0_alpha132/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-util/cppunit/cppunit-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild?r1=1.1&r2=1.2
16
17 Index: cppunit-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- cppunit-9999.ebuild 11 Aug 2012 09:29:13 -0000 1.1
24 +++ cppunit-9999.ebuild 27 Sep 2012 11:05:48 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild,v 1.1 2012/08/11 09:29:13 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild,v 1.2 2012/09/27 11:05:48 scarabeus Exp $
30
31 EAPI=4
32
33 @@ -25,7 +25,7 @@
34 )"
35
36 DOCS=( AUTHORS BUGS NEWS README THANKS TODO doc/FAQ )
37 -[[ ${PV} = 9999 ]] || DOCS+=" ChangeLog"
38 +[[ ${PV} = 9999 ]] || DOCS+=( ChangeLog )
39
40 src_prepare() {
41 [[ ${PV} = 9999 ]] && eautoreconf
42 @@ -39,14 +39,14 @@
43 $(use_enable static-libs static) \
44 $(use_enable doc doxygen) \
45 $(use_enable doc dot) \
46 - --docdir="${EPREFIX}"/usr/share/doc/${PF}
47 + --docdir="${EPREFIX}"/usr/share/doc/${PF} \
48 --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
49 }
50
51 src_install() {
52 default
53
54 - find "${ED}" -name '*.la' -exec rm -f {} +
55 + prune_libtool_files --all
56
57 if use examples ; then
58 find examples -iname "*.o" -delete
59
60
61
62 1.76 dev-util/cppunit/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.76&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.76&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.75&r2=1.76
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
71 retrieving revision 1.75
72 retrieving revision 1.76
73 diff -u -r1.75 -r1.76
74 --- ChangeLog 13 Sep 2012 15:36:01 -0000 1.75
75 +++ ChangeLog 27 Sep 2012 11:05:48 -0000 1.76
76 @@ -1,6 +1,12 @@
77 # ChangeLog for dev-util/cppunit
78 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.75 2012/09/13 15:36:01 scarabeus Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.76 2012/09/27 11:05:48 scarabeus Exp $
81 +
82 +*cppunit-1.13.1 (27 Sep 2012)
83 +
84 + 27 Sep 2012; Tomáš Chvátal <scarabeus@g.o> +cppunit-1.13.1.ebuild,
85 + cppunit-9999.ebuild:
86 + Bump to latest version.
87
88 13 Sep 2012; Tomáš Chvátal <scarabeus@g.o> -cppunit-1.12.1-r1.ebuild,
89 -files/cppunit-1.10.2-asneeded.patch,
90
91
92
93 1.1 dev-util/cppunit/cppunit-1.13.1.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.1&content-type=text/plain
97
98 Index: cppunit-1.13.1.ebuild
99 ===================================================================
100 # Copyright 1999-2012 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 # $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.1 2012/09/27 11:05:48 scarabeus Exp $
103
104 EAPI=4
105
106 EGIT_REPO_URI="git://anongit.freedesktop.org/libreoffice/cppunit"
107 [[ ${PV} = 9999 ]] && inherit git-2 autotools
108 inherit eutils flag-o-matic
109
110 DESCRIPTION="C++ port of the famous JUnit framework for unit testing"
111 HOMEPAGE="http://www.freedesktop.org/wiki/Software/cppunit"
112 [[ ${PV} = 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.gz"
113
114 LICENSE="LGPL-2.1"
115 SLOT="0"
116 [[ ${PV} = 9999 ]] || KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
117 IUSE="doc examples static-libs"
118
119 RDEPEND=""
120 DEPEND="${RDEPEND}
121 doc? (
122 app-doc/doxygen[dot]
123 media-gfx/graphviz
124 )"
125
126 DOCS=( AUTHORS BUGS NEWS README THANKS TODO doc/FAQ )
127 [[ ${PV} = 9999 ]] || DOCS+=( ChangeLog )
128
129 src_prepare() {
130 [[ ${PV} = 9999 ]] && eautoreconf
131 }
132
133 src_configure() {
134 # Anything else than -O0 breaks on alpha
135 use alpha && replace-flags "-O?" -O0
136
137 econf \
138 $(use_enable static-libs static) \
139 $(use_enable doc doxygen) \
140 $(use_enable doc dot) \
141 --docdir="${EPREFIX}"/usr/share/doc/${PF} \
142 --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
143 }
144
145 src_install() {
146 default
147
148 prune_libtool_files --all
149
150 if use examples ; then
151 find examples -iname "*.o" -delete
152 insinto /usr/share/${PN}
153 doins -r examples
154 fi
155 }