summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Andreetta <satya@gentoo.org>2004-06-21 10:24:29 +0000
committerChristian Andreetta <satya@gentoo.org>2004-06-21 10:24:29 +0000
commit81075a51d2ed43867c4ebaf0847dda75548019c8 (patch)
tree5d85c953015461190264a2f0c98473ea028c0e5f /net-nds
parentfont.eclassify (Manifest recommit) (diff)
downloadgentoo-2-81075a51d2ed43867c4ebaf0847dda75548019c8.tar.gz
gentoo-2-81075a51d2ed43867c4ebaf0847dda75548019c8.tar.bz2
gentoo-2-81075a51d2ed43867c4ebaf0847dda75548019c8.zip
new ebuild
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/adtool/ChangeLog10
-rw-r--r--net-nds/adtool/Manifest3
-rw-r--r--net-nds/adtool/adtool-1.2.ebuild29
-rw-r--r--net-nds/adtool/files/digest-adtool-1.21
-rw-r--r--net-nds/adtool/metadata.xml12
5 files changed, 55 insertions, 0 deletions
diff --git a/net-nds/adtool/ChangeLog b/net-nds/adtool/ChangeLog
new file mode 100644
index 000000000000..d6b3c7497583
--- /dev/null
+++ b/net-nds/adtool/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-nds/adtool
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/adtool/ChangeLog,v 1.1 2004/06/21 10:24:29 satya Exp $
+
+*adtool-1.2 (21 Jun 2004)
+
+ 21 Jun 2004; Christian Andreetta <satya@gentoo.org> adtool-1.2.ebuild,
+ metadata.xml:
+ initial ebuild (Vlastimil Holer). See bug #50939
+
diff --git a/net-nds/adtool/Manifest b/net-nds/adtool/Manifest
new file mode 100644
index 000000000000..d760b1454fc1
--- /dev/null
+++ b/net-nds/adtool/Manifest
@@ -0,0 +1,3 @@
+MD5 9c6871fcd28004ef7d3e749c2fdb5b5d adtool-1.2.ebuild 521
+MD5 f1ffc07fe76ee2294f41a8c244f64c68 metadata.xml 402
+MD5 99a512d2198375c9199f7a91e7c990f1 files/digest-adtool-1.2 62
diff --git a/net-nds/adtool/adtool-1.2.ebuild b/net-nds/adtool/adtool-1.2.ebuild
new file mode 100644
index 000000000000..8442f04b7c5d
--- /dev/null
+++ b/net-nds/adtool/adtool-1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/adtool/adtool-1.2.ebuild,v 1.1 2004/06/21 10:24:29 satya Exp $
+
+inherit eutils
+
+DESCRIPTION="adtool is a Unix command line utility for Active Directory administration"
+SRC_URI="http://c128.org/adtool/${P}.tar.gz"
+HOMEPAGE="http://c128.org/adtool/"
+
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND="net-nds/openldap
+ dev-libs/openssl"
+RDEPEND=""
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+}
diff --git a/net-nds/adtool/files/digest-adtool-1.2 b/net-nds/adtool/files/digest-adtool-1.2
new file mode 100644
index 000000000000..7b23378f87e2
--- /dev/null
+++ b/net-nds/adtool/files/digest-adtool-1.2
@@ -0,0 +1 @@
+MD5 76328d400ec13adc3e73c218fb2f2223 adtool-1.2.tar.gz 202328
diff --git a/net-nds/adtool/metadata.xml b/net-nds/adtool/metadata.xml
new file mode 100644
index 000000000000..752dca3dfd35
--- /dev/null
+++ b/net-nds/adtool/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>satya@gentoo.org</email>
+ <name>Christian Andreetta</name>
+</maintainer>
+<longdescription>
+adtool is a unix command line utility for Active Directory administration, through ldap repository management.
+</longdescription>
+</pkgmetadata>