Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/heimdal: heimdal-1.3.2.ebuild ChangeLog
Date: Sun, 09 May 2010 03:50:57
Message-Id: 20100509035052.580A028055@corvid.gentoo.org
1 darkside 10/05/09 03:50:52
2
3 Modified: ChangeLog
4 Added: heimdal-1.3.2.ebuild
5 Log:
6 Version bump. Cleaned up ebuild. Thanks to Torsten Kurbad and Eray Aslan.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.151 app-crypt/heimdal/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/ChangeLog?rev=1.151&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/ChangeLog?rev=1.151&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/ChangeLog?r1=1.150&r2=1.151
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v
19 retrieving revision 1.150
20 retrieving revision 1.151
21 diff -u -r1.150 -r1.151
22 --- ChangeLog 13 Feb 2010 16:32:34 -0000 1.150
23 +++ ChangeLog 9 May 2010 03:50:51 -0000 1.151
24 @@ -1,6 +1,14 @@
25 # ChangeLog for app-crypt/heimdal
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.150 2010/02/13 16:32:34 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.151 2010/05/09 03:50:51 darkside Exp $
29 +
30 +*heimdal-1.3.2 (09 May 2010)
31 +
32 + 09 May 2010; Jeremy Olexa <darkside@g.o>
33 + +files/heimdal-kadmind.initd, +files/heimdal-kcm.initd,
34 + +files/heimdal-kdc.initd, +files/heimdal-kpasswdd.initd, +files/krb5.conf,
35 + +heimdal-1.3.2.ebuild:
36 + Version bump. Cleaned up ebuild. Thanks to Torsten Kurbad and Eray Aslan.
37
38 13 Feb 2010; Raúl Porcel <armin76@g.o> heimdal-1.2.1-r4.ebuild:
39 alpha/ia64/m68k/s390/sh/sparc stable wrt #300686
40
41
42
43 1.1 app-crypt/heimdal/heimdal-1.3.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/heimdal-1.3.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/heimdal-1.3.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: heimdal-1.3.2.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.3.2.ebuild,v 1.1 2010/05/09 03:50:51 darkside Exp $
53
54 EAPI=2
55 VIRTUALX_REQUIRED="manual"
56
57 inherit autotools libtool eutils virtualx toolchain-funcs
58
59 PATCHVER=0.2
60 PATCH_P=${PN}-gentoo-patches-${PATCHVER}
61 RESTRICT="test"
62
63 DESCRIPTION="Kerberos 5 implementation from KTH"
64 HOMEPAGE="http://www.h5l.org/"
65 SRC_URI="http://www.h5l.org/dist/src/${P}.tar.gz"
66
67 LICENSE="BSD"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
70 ~sparc ~x86"
71 IUSE="afs +berkdb hdb-ldap ipv6 otp pkinit ssl test threads X"
72
73 RDEPEND="ssl? ( dev-libs/openssl )
74 berkdb? ( sys-libs/db )
75 !berkdb? ( sys-libs/gdbm )
76 >=dev-db/sqlite-3.5.7
77 >=sys-libs/e2fsprogs-libs-1.41.11
78 afs? ( net-fs/openafs )
79 hdb-ldap? ( >=net-nds/openldap-2.3.0 )
80 !virtual/krb5"
81
82 DEPEND="${RDEPEND}
83 dev-util/pkgconfig
84 >=sys-devel/autoconf-2.62
85 test? ( X? ( ${VIRTUALX_DEPEND} ) )"
86
87 PROVIDE="virtual/krb5"
88
89 GENTOODIR=${WORKDIR}/gentoo
90
91 src_prepare() {
92 eautoreconf
93 }
94
95 src_configure() {
96 econf \
97 --enable-kcm \
98 --disable-osfc2 \
99 --enable-shared \
100 --with-libintl=/usr \
101 --with-readline=/usr \
102 --with-sqlite3=/usr \
103 --libexecdir=/usr/sbin \
104 $(use_enable afs afs-support) \
105 $(use_enable berkdb berkeley-db) \
106 $(use_enable otp) \
107 $(use_enable pkinit kx509) \
108 $(use_enable pkinit pk-init) \
109 $(use_enable threads pthread-support) \
110 $(use_with hdb-ldap openldap /usr) \
111 $(use_with ipv6) \
112 $(use_with ssl openssl /usr) \
113 $(use_with X x)
114 }
115
116 src_install() {
117 INSTALL_CATPAGES="no" emake DESTDIR="${D}" install || die "emake install failed"
118
119 dodoc ChangeLog README NEWS TODO
120
121 # Begin client rename and install
122 for i in {telnetd,ftpd,rshd,popper}
123 do
124 mv "${D}"/usr/share/man/man8/{,k}${i}.8
125 mv "${D}"/usr/sbin/{,k}${i}
126 done
127
128 for i in {rcp,rsh,telnet,ftp,su,login,pagsh,kf}
129 do
130 mv "${D}"/usr/share/man/man1/{,k}${i}.1
131 mv "${D}"/usr/bin/{,k}${i}
132 done
133
134 mv "${D}"/usr/share/man/man5/{,k}ftpusers.5
135 mv "${D}"/usr/share/man/man5/{,k}login.access.5
136
137 newinitd "${FILESDIR}"/heimdal-kdc.initd heimdal-kdc
138 newinitd "${FILESDIR}"/heimdal-kadmind.initd heimdal-kadmind
139 newinitd "${FILESDIR}"/heimdal-kpasswdd.initd heimdal-kpasswdd
140 newinitd "${FILESDIR}"/heimdal-kcm.initd heimdal-kcm
141
142 insinto /etc
143 newins "${FILESDIR}"/krb5.conf krb5.conf.example
144
145 if use hdb-ldap; then
146 insinto /etc/openldap/schema
147 newins "${S}"/lib/hdb/hdb.schema "${S}"/lib/hdb/krb5-kdc.schema
148 fi
149
150 # default database dir
151 keepdir /var/heimdal
152 }