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.5.ebuild ChangeLog libisds-9999.ebuild libisds-0.4.ebuild
Date: Thu, 03 Mar 2011 15:20:17
Message-Id: 20110303152002.A574C20054@flycatcher.gentoo.org
1 scarabeus 11/03/03 15:20:02
2
3 Modified: ChangeLog libisds-9999.ebuild
4 Added: libisds-0.5.ebuild
5 Removed: libisds-0.4.ebuild
6 Log:
7 Version bump. Drop older. Remove not needed hack.
8
9 (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.7 net-libs/libisds/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 20 Dec 2010 13:53:30 -0000 1.6
25 +++ ChangeLog 3 Mar 2011 15:20:02 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-libs/libisds
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v 1.6 2010/12/20 13:53:30 scarabeus Exp $
30 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v 1.7 2011/03/03 15:20:02 scarabeus Exp $
32 +
33 +*libisds-0.5 (03 Mar 2011)
34 +
35 + 03 Mar 2011; Tomáš Chvátal <scarabeus@g.o> -libisds-0.4.ebuild,
36 + +libisds-0.5.ebuild, libisds-9999.ebuild:
37 + Version bump. Drop older. Remove not needed hack.
38
39 20 Dec 2010; Tomáš Chvátal <scarabeus@g.o> -libisds-0.3.1.ebuild,
40 libisds-0.4.ebuild, libisds-9999.ebuild:
41
42
43
44 1.7 net-libs/libisds/libisds-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?r1=1.6&r2=1.7
49
50 Index: libisds-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- libisds-9999.ebuild 20 Dec 2010 13:53:30 -0000 1.6
57 +++ libisds-9999.ebuild 3 Mar 2011 15:20:02 -0000 1.7
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2010 Gentoo Foundation
60 +# Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v 1.6 2010/12/20 13:53:30 scarabeus Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v 1.7 2011/03/03 15:20:02 scarabeus Exp $
64
65 EAPI=3
66
67 @@ -55,10 +55,3 @@
68
69 autotools-utils_src_configure
70 }
71 -
72 -src_test() {
73 - # hack for failing gnupg testing
74 - export HOME="${T}"
75 - mkdir "${HOME}/.gnupg"
76 - autotools-utils_src_test
77 -}
78
79
80
81 1.1 net-libs/libisds/libisds-0.5.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-0.5.ebuild?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-0.5.ebuild?rev=1.1&content-type=text/plain
85
86 Index: libisds-0.5.ebuild
87 ===================================================================
88 # Copyright 1999-2011 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-0.5.ebuild,v 1.1 2011/03/03 15:20:02 scarabeus Exp $
91
92 EAPI=3
93
94 [[ ${PV} = 9999* ]] && GIT="git autotools"
95 EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
96 inherit autotools-utils ${GIT}
97
98 DESCRIPTION="Client library for accessing ISDS Soap services"
99 HOMEPAGE="http://xpisar.wz.cz/libisds/"
100 if [[ ${PV} = 9999* ]]; then
101 SRC_URI=""
102 KEYWORDS=""
103 else
104 SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.xz"
105 KEYWORDS="~amd64 ~x86"
106 fi
107
108 LICENSE="LGPL-3"
109 SLOT="0"
110 IUSE="debug nls static-libs test"
111
112 COMMON_DEPEND="
113 app-crypt/gpgme
114 dev-libs/expat
115 dev-libs/libgcrypt
116 dev-libs/libxml2
117 net-misc/curl[ssl]
118 "
119 DEPEND="${COMMON_DEPEND}
120 dev-util/pkgconfig
121 nls? ( sys-devel/gettext )
122 "
123 RDEPEND="${COMMON_DEPEND}
124 >=app-crypt/gnupg-2
125 "
126
127 DOCS=( "NEWS" "README" "AUTHORS" "ChangeLog" )
128
129 src_prepare() {
130 autotools-utils_src_prepare
131 [[ ${PV} = 9999* ]] && eautoreconf
132 }
133
134 src_configure() {
135 local myeconfargs=(
136 "--disable-fatalwarnings"
137 $(use_enable debug)
138 $(use_enable nls)
139 $(use_enable static-libs static)
140 $(use_enable test)
141 )
142
143 autotools-utils_src_configure
144 }