add trac accountmanager
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@163 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
de719b17db
commit
84f474579a
@ -3,10 +3,10 @@ MD5 ac5146836b8b1d824aed7514312c9872 files/mozldap-6.0.4-pkgconfig.patch 714
|
||||
RMD160 e0380bc0d6af49924c9e599f3ce8e1512ae8105f files/mozldap-6.0.4-pkgconfig.patch 714
|
||||
SHA256 d93fc59fa49f825484d8456288d6d98aaaccf4ee729ca27f0887a9ba6d812a10 files/mozldap-6.0.4-pkgconfig.patch 714
|
||||
DIST mozldap-6.0.4.tar.gz 706636 RMD160 55c0dc58c0fd199aef3c986478237e96d0f1c389 SHA1 516d00f052aa9315de6506a51e12400d1707c6db SHA256 0f3710e5c69160f411b7e3622cef420378f51c2aec38e87a4f0ff47028b060db
|
||||
EBUILD mozldap-6.0.4.ebuild 3088 RMD160 dbb5cabf53dc05c586cde047ff2c5269026fa7b4 SHA1 43869f61f9752f6e55f29884adbb2a01603251a5 SHA256 6028fccf27696770a2fe96bda278485591c3555fe96396ab974bb5ecb74e759b
|
||||
MD5 e3a94ba75f16052abdd80463ff164005 mozldap-6.0.4.ebuild 3088
|
||||
RMD160 dbb5cabf53dc05c586cde047ff2c5269026fa7b4 mozldap-6.0.4.ebuild 3088
|
||||
SHA256 6028fccf27696770a2fe96bda278485591c3555fe96396ab974bb5ecb74e759b mozldap-6.0.4.ebuild 3088
|
||||
EBUILD mozldap-6.0.4.ebuild 3289 RMD160 1898ded1b9da9bb3f7b3caae6d42b16654d3635b SHA1 58dee80dae7e7c88a5fb56624ef2c3be765f6b1a SHA256 05bbbadfe4efbd3be656ab345fccf0082c3837196d4341e45d017d0aea8d96a1
|
||||
MD5 64b031bfa78a2260f7d981c662a95c2d mozldap-6.0.4.ebuild 3289
|
||||
RMD160 1898ded1b9da9bb3f7b3caae6d42b16654d3635b mozldap-6.0.4.ebuild 3289
|
||||
SHA256 05bbbadfe4efbd3be656ab345fccf0082c3837196d4341e45d017d0aea8d96a1 mozldap-6.0.4.ebuild 3289
|
||||
MD5 359083adcc58b99c3b2d18ce1a46ecdc files/digest-mozldap-6.0.4 241
|
||||
RMD160 7aa1c47c47f8dcf606222a1a0eb57667d5c4f1b7 files/digest-mozldap-6.0.4 241
|
||||
SHA256 50d3334d916996d5b499a13698e332de230b28bbe4366bf216a88abadbfbe841 files/digest-mozldap-6.0.4 241
|
||||
|
@ -83,6 +83,9 @@ src_install () {
|
||||
#and while at it move them to files with versions-ending
|
||||
#and link them back :)
|
||||
cd ${D}/usr/$(get_libdir)/mozldap
|
||||
#create compatibility Link
|
||||
ln -sf libldap$(get_major_version ${PV})$(get_version_component_range 2 ${PV}).so liblber$(get_major_version ${PV})$(get_version_component_range 2 ${PV}).so
|
||||
#so lets move
|
||||
for file in *.so; do
|
||||
mv ${file} ${file}.$(get_major_version ${PV}).$(get_version_component_range 2 ${PV})
|
||||
ln -s ${file}.$(get_major_version ${PV}).$(get_version_component_range 2 ${PV}) ${file}
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
CVSTAG=FedoraDirSvr110a4
|
||||
CVSTAG=FedoraDirSvr110b1
|
||||
VERSION=1.1.0
|
||||
PKGNAME=fedora-ds
|
||||
export CVSROOT=:pserver:anonymous@cvs.fedora.redhat.com:/cvs/dirsec
|
||||
|
7
www-apps/trac-acct_mgr/Manifest
Normal file
7
www-apps/trac-acct_mgr/Manifest
Normal file
@ -0,0 +1,7 @@
|
||||
EBUILD trac-acct_mgr-0.1.3.ebuild 1214 RMD160 08c61116b34731a9204414a8801df2ed49327e61 SHA1 366ed27ec819f45a352573b3029ad79d84ece486 SHA256 dbcaa0bbb198ee2c4bb8d354dce62faabe36c823bfda827daf16fb87ec2c9b2c
|
||||
MD5 cba374e3e9addf6672cbb23c38abb110 trac-acct_mgr-0.1.3.ebuild 1214
|
||||
RMD160 08c61116b34731a9204414a8801df2ed49327e61 trac-acct_mgr-0.1.3.ebuild 1214
|
||||
SHA256 dbcaa0bbb198ee2c4bb8d354dce62faabe36c823bfda827daf16fb87ec2c9b2c trac-acct_mgr-0.1.3.ebuild 1214
|
||||
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-trac-acct_mgr-0.1.3 0
|
||||
RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 files/digest-trac-acct_mgr-0.1.3 0
|
||||
SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 files/digest-trac-acct_mgr-0.1.3 0
|
39
www-apps/trac-acct_mgr/trac-acct_mgr-0.1.3.ebuild
Normal file
39
www-apps/trac-acct_mgr/trac-acct_mgr-0.1.3.ebuild
Normal file
@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild,v 1.4 2007/02/13 20:39:33 corsair Exp $
|
||||
|
||||
inherit distutils subversion
|
||||
|
||||
ESVN_REPO_URI="http://trac-hacks.org/svn/accountmanagerplugin/0.10"
|
||||
DESCRIPTION="A Trac plugin for administering Trac projects through the web interface."
|
||||
HOMEPAGE="http://projects.edgewall.com/trac/wiki/WebAdmin"
|
||||
# SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
||||
|
||||
LICENSE="trac"
|
||||
KEYWORDS="~amd64 ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=">=www-apps/trac-0.10
|
||||
>=dev-python/setuptools-0.6_rc1"
|
||||
|
||||
# from marienz's setuptools.eclass:
|
||||
src_install() {
|
||||
"${python}" setup.py install --root=${D} --no-compile \
|
||||
--single-version-externally-managed "$@" || die "install failed"
|
||||
}
|
||||
|
||||
src_test() {
|
||||
"${python}" setup.py test || die "tests failed"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "To enable the WebAdmin plugin in your Trac environments, you have to add:"
|
||||
elog " [components]"
|
||||
elog " webadmin.* = enabled"
|
||||
elog "to your trac.ini files."
|
||||
elog
|
||||
elog "To be able to see the Admin tab, your users must have the TRAC_ADMIN permission"
|
||||
elog "and/or the TICKET_ADMIN permission."
|
||||
}
|
Loading…
Reference in New Issue
Block a user