Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libksba: ChangeLog libksba-1.2.0.ebuild
Date: Tue, 01 Mar 2011 20:26:13
Message-Id: 20110301202543.93E5F20054@flycatcher.gentoo.org
1 arfrever 11/03/01 20:25:43
2
3 Modified: ChangeLog
4 Added: libksba-1.2.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha25_p13/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.116 dev-libs/libksba/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libksba/ChangeLog?rev=1.116&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libksba/ChangeLog?rev=1.116&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libksba/ChangeLog?r1=1.115&r2=1.116
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v
20 retrieving revision 1.115
21 retrieving revision 1.116
22 diff -u -r1.115 -r1.116
23 --- ChangeLog 19 Feb 2011 19:13:36 -0000 1.115
24 +++ ChangeLog 1 Mar 2011 20:25:43 -0000 1.116
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/libksba
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.115 2011/02/19 19:13:36 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.116 2011/03/01 20:25:43 arfrever Exp $
30 +
31 +*libksba-1.2.0 (01 Mar 2011)
32 +
33 + 01 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + +libksba-1.2.0.ebuild:
35 + Version bump.
36
37 19 Feb 2011; Markos Chandras <hwoarang@g.o> libksba-1.1.0.ebuild:
38 Stable on amd64 wrt bug #355265
39
40
41
42 1.1 dev-libs/libksba/libksba-1.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libksba/libksba-1.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libksba/libksba-1.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libksba-1.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.2.0.ebuild,v 1.1 2011/03/01 20:25:43 arfrever Exp $
52
53 EAPI="3"
54
55 DESCRIPTION="X.509 and CMS (PKCS#7) library"
56 HOMEPAGE="http://www.gnupg.org/related_software/libksba"
57 #SRC_URI="ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.bz2"
58 SRC_URI="mirror://gnupg/libksba/${P}.tar.bz2"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
63 IUSE="static-libs"
64
65 DEPEND=">=dev-libs/libgpg-error-1.8"
66 RDEPEND="${DEPEND}"
67
68 src_configure() {
69 econf $(use_enable static-libs static)
70 }
71
72 src_install() {
73 emake DESTDIR="${D}" install || die "emake install failed"
74 dodoc AUTHORS ChangeLog NEWS README THANKS TODO VERSION || die "dodoc failed"
75 }