Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libisds: libisds-0.6.1.ebuild libisds-9999.ebuild ChangeLog libisds-0.6-r1.ebuild
Date: Tue, 30 Oct 2012 10:08:03
Message-Id: 20121030100749.3392521600@flycatcher.gentoo.org
1 scarabeus 12/10/30 10:07:49
2
3 Modified: libisds-9999.ebuild ChangeLog
4 Added: libisds-0.6.1.ebuild
5 Removed: libisds-0.6-r1.ebuild
6 Log:
7 Version bump to have working tests.
8
9 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
10
11 Revision Changes Path
12 1.13 net-libs/libisds/libisds-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?rev=1.13&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?rev=1.13&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?r1=1.12&r2=1.13
17
18 Index: libisds-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v
21 retrieving revision 1.12
22 retrieving revision 1.13
23 diff -u -r1.12 -r1.13
24 --- libisds-9999.ebuild 29 Oct 2012 13:35:36 -0000 1.12
25 +++ libisds-9999.ebuild 30 Oct 2012 10:07:49 -0000 1.13
26 @@ -1,12 +1,12 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v 1.12 2012/10/29 13:35:36 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v 1.13 2012/10/30 10:07:49 scarabeus Exp $
31
32 EAPI=5
33
34 -[[ ${PV} = 9999* ]] && GIT="git-2 autotools"
35 +[[ ${PV} = 9999* ]] && inherit git-2 autotools
36 EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
37 -inherit autotools-utils ${GIT}
38 +inherit base eutils
39
40 DESCRIPTION="Client library for accessing ISDS Soap services"
41 HOMEPAGE="http://xpisar.wz.cz/libisds/"
42 @@ -40,19 +40,23 @@
43 DOCS=( NEWS README AUTHORS ChangeLog )
44
45 src_prepare() {
46 + base_src_prepare
47 [[ ${PV} = 9999* ]] && eautoreconf
48 }
49
50 src_configure() {
51 - local myeconfargs=(
52 - "--disable-fatalwarnings"
53 - $(use_with curl libcurl)
54 - $(use_enable curl curlreauthorizationbug)
55 - $(use_enable debug)
56 - $(use_enable nls)
57 - $(use_enable static-libs static)
58 + econf \
59 + --disable-fatalwarnings \
60 + $(use_with curl libcurl) \
61 + $(use_enable curl curlreauthorizationbug) \
62 + $(use_enable debug) \
63 + $(use_enable nls) \
64 + $(use_enable static-libs static) \
65 $(use_enable test)
66 - )
67 +}
68 +
69 +src_install() {
70 + base_src_install
71
72 - autotools-utils_src_configure
73 + prune_libtool_files --all
74 }
75
76
77
78 1.14 net-libs/libisds/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?rev=1.14&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?rev=1.14&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?r1=1.13&r2=1.14
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v
87 retrieving revision 1.13
88 retrieving revision 1.14
89 diff -u -r1.13 -r1.14
90 --- ChangeLog 29 Oct 2012 13:35:36 -0000 1.13
91 +++ ChangeLog 30 Oct 2012 10:07:49 -0000 1.14
92 @@ -1,6 +1,12 @@
93 # ChangeLog for net-libs/libisds
94 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v 1.13 2012/10/29 13:35:36 scarabeus Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v 1.14 2012/10/30 10:07:49 scarabeus Exp $
97 +
98 +*libisds-0.6.1 (30 Oct 2012)
99 +
100 + 30 Oct 2012; Tomáš Chvátal <scarabeus@g.o> +libisds-0.6.1.ebuild,
101 + -libisds-0.6-r1.ebuild, libisds-9999.ebuild:
102 + Version bump to have working tests.
103
104 *libisds-0.6-r1 (29 Oct 2012)
105
106
107
108
109 1.1 net-libs/libisds/libisds-0.6.1.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-0.6.1.ebuild?rev=1.1&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-0.6.1.ebuild?rev=1.1&content-type=text/plain
113
114 Index: libisds-0.6.1.ebuild
115 ===================================================================
116 # Copyright 1999-2012 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 # $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-0.6.1.ebuild,v 1.1 2012/10/30 10:07:49 scarabeus Exp $
119
120 EAPI=5
121
122 [[ ${PV} = 9999* ]] && inherit git-2 autotools
123 EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
124 inherit base eutils
125
126 DESCRIPTION="Client library for accessing ISDS Soap services"
127 HOMEPAGE="http://xpisar.wz.cz/libisds/"
128 if [[ ${PV} = 9999* ]]; then
129 SRC_URI=""
130 KEYWORDS=""
131 else
132 SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.xz"
133 KEYWORDS="~amd64 ~x86"
134 fi
135
136 LICENSE="LGPL-3"
137 SLOT="0"
138 IUSE="+curl debug nls static-libs test"
139
140 COMMON_DEPEND="
141 app-crypt/gpgme
142 dev-libs/expat
143 dev-libs/libgcrypt
144 dev-libs/libxml2
145 curl? ( net-misc/curl[ssl] )
146 "
147 DEPEND="${COMMON_DEPEND}
148 virtual/pkgconfig
149 nls? ( sys-devel/gettext )
150 "
151 RDEPEND="${COMMON_DEPEND}
152 >=app-crypt/gnupg-2
153 "
154
155 DOCS=( NEWS README AUTHORS ChangeLog )
156
157 src_prepare() {
158 base_src_prepare
159 [[ ${PV} = 9999* ]] && eautoreconf
160 }
161
162 src_configure() {
163 econf \
164 --disable-fatalwarnings \
165 $(use_with curl libcurl) \
166 $(use_enable curl curlreauthorizationbug) \
167 $(use_enable debug) \
168 $(use_enable nls) \
169 $(use_enable static-libs static) \
170 $(use_enable test)
171 }
172
173 src_install() {
174 base_src_install
175
176 prune_libtool_files --all
177 }