Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libassuan: ChangeLog libassuan-2.1.1.ebuild
Date: Sun, 30 Jun 2013 04:50:54
Message-Id: 20130630045048.80BB62171C@flycatcher.gentoo.org
1 radhermit 13/06/30 04:50:48
2
3 Modified: ChangeLog
4 Added: libassuan-2.1.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.107 dev-libs/libassuan/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libassuan/ChangeLog?rev=1.107&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libassuan/ChangeLog?rev=1.107&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libassuan/ChangeLog?r1=1.106&r2=1.107
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libassuan/ChangeLog,v
20 retrieving revision 1.106
21 retrieving revision 1.107
22 diff -u -r1.106 -r1.107
23 --- ChangeLog 29 Jun 2013 16:32:30 -0000 1.106
24 +++ ChangeLog 30 Jun 2013 04:50:48 -0000 1.107
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/libassuan
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/ChangeLog,v 1.106 2013/06/29 16:32:30 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/ChangeLog,v 1.107 2013/06/30 04:50:48 radhermit Exp $
30 +
31 +*libassuan-2.1.1 (30 Jun 2013)
32 +
33 + 30 Jun 2013; Tim Harder <radhermit@g.o> +libassuan-2.1.1.ebuild:
34 + Version bump.
35
36 29 Jun 2013; Agostino Sarubbo <ago@g.o> libassuan-2.1.0.ebuild:
37 Stable for sparc, wrt bug #471410
38
39
40
41 1.1 dev-libs/libassuan/libassuan-2.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libassuan/libassuan-2.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libassuan/libassuan-2.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libassuan-2.1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/libassuan-2.1.1.ebuild,v 1.1 2013/06/30 04:50:48 radhermit Exp $
51
52 EAPI=5
53
54 DESCRIPTION="IPC library used by GnuPG and GPGME"
55 HOMEPAGE="http://www.gnupg.org/related_software/libassuan/index.en.html"
56 SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
57
58 LICENSE="GPL-3 LGPL-2.1"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
61 IUSE="static-libs"
62
63 RDEPEND=">=dev-libs/libgpg-error-1.8"
64 DEPEND="${RDEPEND}"
65
66 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
67
68 src_configure() {
69 econf $(use_enable static-libs static)
70 }
71
72 src_install() {
73 default
74 # ppl need to use libassuan-config for --cflags and --libs
75 rm -f "${ED}"usr/lib*/${PN}.la
76 }