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.7.ebuild libisds-9999.ebuild ChangeLog libisds-0.6.2.ebuild
Date: Wed, 02 Jan 2013 17:43:24
Message-Id: 20130102174312.EEDBF2171D@flycatcher.gentoo.org
1 scarabeus 13/01/02 17:43:12
2
3 Modified: libisds-9999.ebuild ChangeLog
4 Added: libisds-0.7.ebuild
5 Removed: libisds-0.6.2.ebuild
6 Log:
7 Version bump to latest. Drop older.
8
9 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
10
11 Revision Changes Path
12 1.15 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.15&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?rev=1.15&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?r1=1.14&r2=1.15
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.14
22 retrieving revision 1.15
23 diff -u -r1.14 -r1.15
24 --- libisds-9999.ebuild 30 Oct 2012 11:15:26 -0000 1.14
25 +++ libisds-9999.ebuild 2 Jan 2013 17:43:12 -0000 1.15
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2012 Gentoo Foundation
28 +# Copyright 1999-2013 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v 1.14 2012/10/30 11:15:26 blueness Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v 1.15 2013/01/02 17:43:12 scarabeus Exp $
32
33 EAPI=5
34
35
36
37
38 1.17 net-libs/libisds/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?rev=1.17&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?rev=1.17&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?r1=1.16&r2=1.17
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v
47 retrieving revision 1.16
48 retrieving revision 1.17
49 diff -u -r1.16 -r1.17
50 --- ChangeLog 5 Dec 2012 14:17:25 -0000 1.16
51 +++ ChangeLog 2 Jan 2013 17:43:12 -0000 1.17
52 @@ -1,6 +1,12 @@
53 # ChangeLog for net-libs/libisds
54 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v 1.16 2012/12/05 14:17:25 scarabeus Exp $
56 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
57 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v 1.17 2013/01/02 17:43:12 scarabeus Exp $
58 +
59 +*libisds-0.7 (02 Jan 2013)
60 +
61 + 02 Jan 2013; Tomáš Chvátal <scarabeus@g.o> +libisds-0.7.ebuild,
62 + -libisds-0.6.2.ebuild, libisds-9999.ebuild:
63 + Version bump to latest. Drop older.
64
65 *libisds-0.6.2 (05 Dec 2012)
66
67
68
69
70 1.1 net-libs/libisds/libisds-0.7.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-0.7.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-0.7.ebuild?rev=1.1&content-type=text/plain
74
75 Index: libisds-0.7.ebuild
76 ===================================================================
77 # Copyright 1999-2013 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-0.7.ebuild,v 1.1 2013/01/02 17:43:12 scarabeus Exp $
80
81 EAPI=5
82
83 [[ ${PV} = 9999* ]] && inherit git-2 autotools
84 EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
85 inherit base eutils
86
87 DESCRIPTION="Client library for accessing ISDS Soap services"
88 HOMEPAGE="http://xpisar.wz.cz/libisds/"
89 if [[ ${PV} = 9999* ]]; then
90 SRC_URI=""
91 KEYWORDS=""
92 else
93 SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.xz"
94 KEYWORDS="~amd64 ~mips ~x86"
95 fi
96
97 LICENSE="LGPL-3"
98 SLOT="0"
99 IUSE="+curl debug nls static-libs test"
100
101 COMMON_DEPEND="
102 app-crypt/gpgme
103 dev-libs/expat
104 dev-libs/libgcrypt
105 dev-libs/libxml2
106 curl? ( net-misc/curl[ssl] )
107 "
108 DEPEND="${COMMON_DEPEND}
109 virtual/pkgconfig
110 nls? ( sys-devel/gettext )
111 "
112 RDEPEND="${COMMON_DEPEND}
113 >=app-crypt/gnupg-2
114 "
115
116 DOCS=( NEWS README AUTHORS ChangeLog )
117
118 src_prepare() {
119 base_src_prepare
120 [[ ${PV} = 9999* ]] && eautoreconf
121 }
122
123 src_configure() {
124 econf \
125 --disable-fatalwarnings \
126 $(use_with curl libcurl) \
127 $(use_enable curl curlreauthorizationbug) \
128 $(use_enable debug) \
129 $(use_enable nls) \
130 $(use_enable static-libs static) \
131 $(use_enable test)
132 }
133
134 src_install() {
135 base_src_install
136
137 prune_libtool_files --all
138 }