bump
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@387 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
0ebfb7061e
commit
c527f95304
@ -2,6 +2,10 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
27 Jun 2008; Mario Fetka <mario-fetka@gmx.at>
|
||||
+fedora-ds-admin-1.1.5.ebuild:
|
||||
Bump
|
||||
|
||||
21 May 2008; Mario Fetka <mario-fetka@gmx.at>
|
||||
+fedora-ds-admin-1.1.4.ebuild:
|
||||
bump
|
||||
|
@ -1,7 +1,9 @@
|
||||
AUX fedora-ds-admin-cvs.sh 340 RMD160 ebd9c99007e7c0864b1bb654333d1b672294e91d SHA1 3dc407f3e5f8cd1afab01106d7e3fddfb4201048 SHA256 7572aa1936dc728732e59412a033077a58e2bd399ec9ab90857a1716739d4a62
|
||||
DIST fedora-ds-admin-1.1.2.tar.bz2 1065046 RMD160 43c13ba52bbfbf39ab8d21653c132804c69d3b00 SHA1 04bea3bd8b6422a4f2b2f4f74402426c360b0818 SHA256 ac9dd568736994510c31708a3dab7d1e7ee3b7ae5bbe9f120a917789ac36f81b
|
||||
DIST fedora-ds-admin-1.1.4.tar.bz2 1068502 RMD160 498cbda0098092eea14342ecf8e4f5df3e2e0858 SHA1 d8de5a1bcb53b74cbff741d484321b67c9349188 SHA256 129cde2b974c19d9ee1b6da94e3cb7d9d1da96385fb4722d201ba69a0e02e0f5
|
||||
DIST fedora-ds-admin-1.1.5.tar.bz2 1068625 RMD160 1bcb1f9f3cf38ef15e38a89ae943c2965ac98306 SHA1 55749243ca9ad7f304dced35154904c6b1c1a20b SHA256 27560a4cdccde8360d098b8370aa8880139b0b47d6ae9080e8ecee7b0e71f1a6
|
||||
EBUILD fedora-ds-admin-1.1.2.ebuild 2098 RMD160 85ba252edfe8e019d324403cf282d136618b79e1 SHA1 0f4fcc6c3d73ade0f530ae7e0cb9a29385f8b5f9 SHA256 6f3ad1c728e91a5f9027c169abe179c321409da9a33768853ebe6aaa737773d9
|
||||
EBUILD fedora-ds-admin-1.1.4.ebuild 2098 RMD160 20a024f47200bbdcb4fb4be946922e3fdf7b111e SHA1 f12cdd64db332a3c9a1557afe0eb0215b4a0eacd SHA256 d0d0d09d44a730d141ddbc7519591b03391d79bd6db623ff40a7344959df56fc
|
||||
MISC ChangeLog 900 RMD160 48aa185a7241bb4ab198e0d3ca34a0c4827a9eca SHA1 663aff27a4f9c302b895e85c3584358d0da62811 SHA256 b9826ff018929e0992a08389195bb7b7984977853b1bb9059a1de60e2593d05d
|
||||
EBUILD fedora-ds-admin-1.1.5.ebuild 2161 RMD160 2dc4c25d34a00fedf34297ec3ce1720156ea9bfe SHA1 a14ae0a1a2228277cfeeeb3481619be42b4ff906 SHA256 75ea9661a5cd784ac35c7b3d7700e345e5d9741e2fb29fcd01b84c0096afc30f
|
||||
MISC ChangeLog 989 RMD160 b2514cddf5e1cf8c6c5146c25033cfafda8a0099 SHA1 1c9a8cc3358d190b1f137ad0103699fe505fc5fa SHA256 3f79f1c964d3ef5dac3d2329d31e07c16e0459720fab9bef224b5bbb11ed630d
|
||||
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
||||
|
83
net-nds/fedora-ds-admin/fedora-ds-admin-1.1.5.ebuild
Normal file
83
net-nds/fedora-ds-admin/fedora-ds-admin-1.1.5.ebuild
Normal file
@ -0,0 +1,83 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
WANT_AUTOCONF="latest"
|
||||
WANT_AUTOMAKE="latest"
|
||||
|
||||
inherit eutils multilib autotools
|
||||
|
||||
DESCRIPTION="Fedora Directory Server (admin)"
|
||||
HOMEPAGE="http://directory.fedora.redhat.com/"
|
||||
SRC_URI="http://directory.fedoraproject.org/sources/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2-with-exceptions"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="sasl snmp ipv6 debug"
|
||||
|
||||
DEPEND=">=dev-libs/nss-3.11.4
|
||||
>=dev-libs/nspr-4.6.4
|
||||
>=dev-libs/svrcore-4.0.3
|
||||
>=dev-libs/mozldap-6.0.2
|
||||
sasl? ( >=dev-libs/cyrus-sasl-2.1.19 )
|
||||
>=dev-libs/icu-3.4
|
||||
>=sys-libs/db-4.2.52
|
||||
snmp? ( >=net-analyzer/net-snmp-5.1.2 )
|
||||
sys-apps/lm_sensors
|
||||
app-arch/bzip2
|
||||
dev-libs/openssl
|
||||
sys-apps/tcp-wrappers
|
||||
sys-libs/pam
|
||||
sys-libs/zlib
|
||||
!net-nds/fedora-ds"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd ${S}
|
||||
sed -e "s!SUBDIRS!# SUBDIRS!g" -i Makefile.am
|
||||
rm -rf mod_*
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
if use amd64 ; then
|
||||
myconf="${myconf} --enable-64bit"
|
||||
elif use sasl ; then
|
||||
myconf="${myconf} --with-sasl=yes"
|
||||
elif use snmp ; then
|
||||
myconf="${myconf} --netsnmp=yes"
|
||||
else
|
||||
myconf=""
|
||||
fi
|
||||
|
||||
econf $(use_enable debug) \
|
||||
${myconf} \
|
||||
--with-fhs \
|
||||
--with-httpd=/usr/sbin/apache2 \
|
||||
|| die "econf failed"
|
||||
emake || die "emake failed"
|
||||
|
||||
# --with-nspr=yes \
|
||||
# --with-nss=yes \
|
||||
# --with-ldapsdk=yes \
|
||||
# --with-db=yes \
|
||||
# --with-svrcore=yes \
|
||||
# --with-icu=yes \
|
||||
|
||||
}
|
||||
|
||||
src_install () {
|
||||
emake DESTDIR=${D} install || die "emake failed"
|
||||
|
||||
# remove redhat style init script.
|
||||
# we are on gentoo apache is build with mozldap
|
||||
# no LD_PRELOAD required
|
||||
rm -rf ${D}/etc/rc.d
|
||||
rm -rf ${D}/etc/default
|
||||
|
||||
# for now remove the *-ds-admin and no apacha restart
|
||||
# the sources must be patched to invoke init.d/apache2
|
||||
# or a script that handles the restart
|
||||
rm -rf ${D}/usr/sbin/*-ds-admin
|
||||
}
|
Loading…
Reference in New Issue
Block a user