summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-03-09 20:52:52 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-03-09 20:52:52 +0000
commitd10836f07d7dcc025c86528969b3f22956c1afc9 (patch)
treec1acda2649a7dd17672a99e85e056c5610bdc8fa /app-admin/diradm/diradm-2.2.ebuild
parentRemove failing tests. (diff)
downloadgentoo-2-d10836f07d7dcc025c86528969b3f22956c1afc9.tar.gz
gentoo-2-d10836f07d7dcc025c86528969b3f22956c1afc9.tar.bz2
gentoo-2-d10836f07d7dcc025c86528969b3f22956c1afc9.zip
Remove older versions.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/diradm/diradm-2.2.ebuild')
-rw-r--r--app-admin/diradm/diradm-2.2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-admin/diradm/diradm-2.2.ebuild b/app-admin/diradm/diradm-2.2.ebuild
deleted file mode 100644
index 07d227df4e00..000000000000
--- a/app-admin/diradm/diradm-2.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/diradm/diradm-2.2.ebuild,v 1.6 2007/04/26 02:58:06 robbat2 Exp $
-
-DESCRIPTION="diradm is for managing posix users/groups in an LDAP directory"
-BASE_URI="http://research.iat.sfu.ca/custom-software/"
-HOMEPAGE="http://www.hits.at/diradm/"
-SRC_URI="${BASE_URI}/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="samba"
-DEPEND="net-nds/openldap
- virtual/perl-MIME-Base64
- samba? (
- dev-perl/Crypt-SmbHash
- >=net-fs/samba-3
- )"
-
-src_compile() {
- local myconf
- myconf="`use_enable samba`"
- econf ${myconf} || die
- emake
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- dodoc CHANGES* README AUTHORS ChangeLog NEWS README.prefork THANKS
-}
-
-pkg_postinst() {
- elog "The new diradm pulls many settings from your LDAP configuration."
- elog "But don't forget to customize /etc/diradm.conf for other settings."
-}