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: libcmis-9999.ebuild libcmis-0.3.1.ebuild ChangeLog
Date: Thu, 31 Jan 2013 15:34:22
Message-Id: 20130131153418.550B42171D@flycatcher.gentoo.org
1 scarabeus 13/01/31 15:34:17
2
3 Modified: libcmis-9999.ebuild ChangeLog
4 Added: libcmis-0.3.1.ebuild
5 Log:
6 Version bump to latest.
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
9
10 Revision Changes Path
11 1.10 dev-cpp/libcmis/libcmis-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild?r1=1.9&r2=1.10
16
17 Index: libcmis-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- libcmis-9999.ebuild 12 Jan 2013 13:35:55 -0000 1.9
24 +++ libcmis-9999.ebuild 31 Jan 2013 15:34:17 -0000 1.10
25 @@ -1,8 +1,8 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v 1.9 2013/01/12 13:35:55 pinkbyte Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v 1.10 2013/01/31 15:34:17 scarabeus Exp $
30
31 -EAPI=4
32 +EAPI=5
33
34 EGIT_REPO_URI="git://gitorious.org/libcmis/libcmis.git"
35 [[ ${PV} == 9999 ]] && SCM_ECLASS="git-2"
36 @@ -18,7 +18,7 @@
37
38 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
39 [[ ${PV} == 9999 ]] || \
40 -KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
41 +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
42
43 IUSE="static-libs man test"
44
45
46
47
48 1.24 dev-cpp/libcmis/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/ChangeLog?rev=1.24&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/ChangeLog?rev=1.24&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/ChangeLog?r1=1.23&r2=1.24
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v
57 retrieving revision 1.23
58 retrieving revision 1.24
59 diff -u -r1.23 -r1.24
60 --- ChangeLog 12 Jan 2013 13:35:55 -0000 1.23
61 +++ ChangeLog 31 Jan 2013 15:34:17 -0000 1.24
62 @@ -1,6 +1,12 @@
63 # ChangeLog for dev-cpp/libcmis
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.23 2013/01/12 13:35:55 pinkbyte Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.24 2013/01/31 15:34:17 scarabeus Exp $
67 +
68 +*libcmis-0.3.1 (31 Jan 2013)
69 +
70 + 31 Jan 2013; Tomáš Chvátal <scarabeus@g.o> +libcmis-0.3.1.ebuild,
71 + libcmis-9999.ebuild:
72 + Version bump to latest.
73
74 12 Jan 2013; Sergey Popov <pinkbyte@g.o> libcmis-0.3.0.ebuild,
75 libcmis-9999.ebuild:
76
77
78
79 1.1 dev-cpp/libcmis/libcmis-0.3.1.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-0.3.1.ebuild?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-0.3.1.ebuild?rev=1.1&content-type=text/plain
83
84 Index: libcmis-0.3.1.ebuild
85 ===================================================================
86 # Copyright 1999-2013 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.3.1.ebuild,v 1.1 2013/01/31 15:34:17 scarabeus Exp $
89
90 EAPI=5
91
92 EGIT_REPO_URI="git://gitorious.org/libcmis/libcmis.git"
93 [[ ${PV} == 9999 ]] && SCM_ECLASS="git-2"
94 inherit eutils alternatives autotools ${SCM_ECLASS}
95 unset SCM_ECLASS
96
97 DESCRIPTION="C++ client library for the CMIS interface"
98 HOMEPAGE="https://sourceforge.net/projects/libcmis/"
99 [[ ${PV} == 9999 ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
100
101 LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )"
102 SLOT="0.3"
103
104 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
105 [[ ${PV} == 9999 ]] || \
106 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
107
108 IUSE="static-libs man test"
109
110 RDEPEND="
111 !dev-cpp/libcmis:0
112 dev-libs/boost
113 dev-libs/libxml2
114 net-misc/curl
115 "
116 DEPEND="${RDEPEND}
117 virtual/pkgconfig
118 man? (
119 app-text/docbook2X
120 dev-libs/libxslt
121 )
122 test? ( dev-util/cppunit )
123 "
124
125 src_prepare() {
126 [[ ${PV} == 9999 ]] && eautoreconf
127 }
128
129 src_configure() {
130 econf \
131 --docdir="${EPREFIX}"/usr/share/doc/${PF} \
132 --program-suffix=-${SLOT} \
133 --disable-werror \
134 $(use_with man) \
135 $(use_enable static-libs static) \
136 $(use_enable test tests) \
137 --disable-long-tests \
138 --enable-client
139 }
140
141 src_install() {
142 default
143 prune_libtool_files --all
144 }
145
146 pkg_postinst() {
147 alternatives_auto_makesym /usr/bin/cmis-client "/usr/bin/cmis-client-[0-9].[0-9]"
148 }
149
150 pkg_postrm() {
151 alternatives_auto_makesym /usr/bin/cmis-client "/usr/bin/cmis-client-[0-9].[0-9]"
152 }