Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/gnupg: ChangeLog gnupg-2.0.7.ebuild gnupg-2.0.6.ebuild
Date: Wed, 12 Sep 2007 21:12:02
Message-Id: E1IVZOC-0005R9-1d@stork.gentoo.org
1 alonbl 07/09/12 21:04:48
2
3 Modified: ChangeLog
4 Added: gnupg-2.0.7.ebuild
5 Removed: gnupg-2.0.6.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.304 app-crypt/gnupg/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.304&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.304&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/gnupg/ChangeLog?r1=1.303&r2=1.304
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v
20 retrieving revision 1.303
21 retrieving revision 1.304
22 diff -u -r1.303 -r1.304
23 --- ChangeLog 17 Aug 2007 04:39:13 -0000 1.303
24 +++ ChangeLog 12 Sep 2007 21:04:47 -0000 1.304
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-crypt/gnupg
27 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.303 2007/08/17 04:39:13 alonbl Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.304 2007/09/12 21:04:47 alonbl Exp $
30 +
31 +*gnupg-2.0.7 (12 Sep 2007)
32 +
33 + 12 Sep 2007; Alon Bar-Lev <alonbl@g.o> -gnupg-2.0.6.ebuild,
34 + +gnupg-2.0.7.ebuild:
35 + Version bump
36
37 *gnupg-2.0.6 (17 Aug 2007)
38
39
40
41
42 1.1 app-crypt/gnupg/gnupg-2.0.7.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/gnupg/gnupg-2.0.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/gnupg/gnupg-2.0.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnupg-2.0.7.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.7.ebuild,v 1.1 2007/09/12 21:04:47 alonbl Exp $
52
53 inherit flag-o-matic eutils
54
55 DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement"
56 HOMEPAGE="http://www.gnupg.org/"
57 SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
62 IUSE="bzip2 doc ldap nls openct pcsc-lite smartcard selinux"
63
64 COMMON_DEPEND="
65 virtual/libc
66 >=dev-libs/pth-1.3.7
67 >=dev-libs/libgcrypt-1.2.2
68 >=dev-libs/libksba-1.0.2
69 >=dev-libs/libgpg-error-1.4
70 >=net-misc/curl-7.7.2
71 bzip2? ( app-arch/bzip2 )
72 pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 )
73 openct? ( >=dev-libs/openct-0.5.0 )
74 ldap? ( net-nds/openldap )
75 app-crypt/pinentry"
76
77 DEPEND="${COMMON_DEPEND}
78 >=dev-libs/libassuan-1.0.2
79 nls? ( sys-devel/gettext )
80 doc? ( sys-apps/texinfo )"
81
82 RDEPEND="${COMMON_DEPEND}
83 !app-crypt/gpg-agent
84 !<=app-crypt/gnupg-2.0.1
85 virtual/mta
86 selinux? ( sec-policy/selinux-gnupg )
87 nls? ( virtual/libintl )"
88
89 src_unpack() {
90 unpack ${A}
91 cd "${S}"
92 epatch "${FILESDIR}/${PN}-2.0.4-idea.patch"
93 }
94
95 src_compile() {
96 append-ldflags $(bindnow-flags)
97
98 econf \
99 --enable-symcryptrun \
100 --enable-gpg \
101 --enable-gpgsm \
102 --enable-agent \
103 $(use_enable bzip2) \
104 $(use_enable smartcard scdaemon) \
105 $(use_enable nls) \
106 $(use_enable ldap) \
107 --disable-capabilities \
108 || die
109 emake || die
110 if use doc; then
111 cd doc
112 emake html || die
113 fi
114 }
115
116 src_install() {
117 make DESTDIR="${D}" install || die
118 dodoc ChangeLog NEWS README THANKS TODO VERSION
119
120 dosym gpg2 /usr/bin/gpg
121 dosym gpgv2 /usr/bin/gpgv
122 echo ".so man1/gpg2.1" > "${D}/usr/share/man/man1/gpg.1"
123 echo ".so man1/gpgv2.1" > "${D}/usr/share/man/man1/gpgv.1"
124
125 use doc && dohtml doc/gnupg.html/* doc/*jpg doc/*png
126 }
127
128 pkg_postinst() {
129 elog "If you wish to view images emerge:"
130 elog "media-gfx/xloadimage, media-gfx/xli or any other viewer"
131 elog "Remember to use photo-viewer option in configuration file to activate"
132 elog "the right viewer"
133 }
134
135
136
137 --
138 gentoo-commits@g.o mailing list