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-cpp/libcmis: ChangeLog libcmis-9999.ebuild libcmis-0.1.0.ebuild
Date: Mon, 03 Oct 2011 12:44:13
Message-Id: 20111003124403.21F422004B@flycatcher.gentoo.org
1 scarabeus 11/10/03 12:44:03
2
3 Modified: ChangeLog libcmis-9999.ebuild
4 Added: libcmis-0.1.0.ebuild
5 Log:
6 Add release version.
7
8 (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-cpp/libcmis/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 3 Oct 2011 08:54:32 -0000 1.1
24 +++ ChangeLog 3 Oct 2011 12:44:03 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-cpp/libcmis
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.1 2011/10/03 08:54:32 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.2 2011/10/03 12:44:03 scarabeus Exp $
30 +
31 +*libcmis-0.1.0 (03 Oct 2011)
32 +
33 + 03 Oct 2011; Tomáš Chvátal <scarabeus@g.o> +libcmis-0.1.0.ebuild,
34 + libcmis-9999.ebuild:
35 + Add release version.
36
37 *libcmis-9999 (03 Oct 2011)
38
39
40
41
42 1.2 dev-cpp/libcmis/libcmis-9999.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild?r1=1.1&r2=1.2
47
48 Index: libcmis-9999.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- libcmis-9999.ebuild 3 Oct 2011 08:54:32 -0000 1.1
55 +++ libcmis-9999.ebuild 3 Oct 2011 12:44:03 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v 1.1 2011/10/03 08:54:32 scarabeus Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v 1.2 2011/10/03 12:44:03 scarabeus Exp $
61
62 EAPI=4
63
64 @@ -11,7 +11,7 @@
65
66 DESCRIPTION="C++ client library for the CMIS interface"
67 HOMEPAGE="http://gitorious.org/libcmis"
68 -[[ ${PV} == 9999 ]] || SRC_URI=""
69 +[[ ${PV} == 9999 ]] || SRC_URI="http://people.freedesktop.org/~cbosdo/${PN}/${P}.tar.gz"
70
71 LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )"
72 SLOT="0"
73
74
75
76 1.1 dev-cpp/libcmis/libcmis-0.1.0.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-0.1.0.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-0.1.0.ebuild?rev=1.1&content-type=text/plain
80
81 Index: libcmis-0.1.0.ebuild
82 ===================================================================
83 # Copyright 1999-2011 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.1.0.ebuild,v 1.1 2011/10/03 12:44:03 scarabeus Exp $
86
87 EAPI=4
88
89 EGIT_REPO_URI="git://gitorious.org/libcmis/libcmis.git"
90 [[ ${PV} == 9999 ]] && SCM_ECLASS="git-2"
91 inherit autotools ${SCM_ECLASS}
92 unset SCM_ECLASS
93
94 DESCRIPTION="C++ client library for the CMIS interface"
95 HOMEPAGE="http://gitorious.org/libcmis"
96 [[ ${PV} == 9999 ]] || SRC_URI="http://people.freedesktop.org/~cbosdo/${PN}/${P}.tar.gz"
97
98 LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )"
99 SLOT="0"
100 [[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
101 IUSE="static-libs test"
102
103 RDEPEND="
104 dev-libs/boost
105 dev-libs/libxml2
106 net-misc/curl
107 "
108 DEPEND="${RDEPEND}
109 test? ( dev-util/cppunit )
110 "
111
112 # It fetches the apache chemistry webapp and then try to run some magic on it
113 RESTRICT="test"
114
115 src_prepare() {
116 eautoreconf
117 }
118
119 src_configure() {
120 econf \
121 $(use_enable static-libs static) \
122 --enable-client
123 }
124
125 src_install() {
126 default
127 find "${ED}" -name '*.la' -exec rm -f {} +
128 }