summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-11 01:40:47 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-11 01:40:47 +0000
commit1c7407f2f96ad0ad245b65257c266f11c89ffc6a (patch)
tree653c451b3291d70eb471ad29bba41648a81692ea /net-dns/ldapdns
parentrepoman: fix leading whitespace (diff)
downloadgentoo-2-1c7407f2f96ad0ad245b65257c266f11c89ffc6a.tar.gz
gentoo-2-1c7407f2f96ad0ad245b65257c266f11c89ffc6a.tar.bz2
gentoo-2-1c7407f2f96ad0ad245b65257c266f11c89ffc6a.zip
repoman: fix leading whitespace
Diffstat (limited to 'net-dns/ldapdns')
-rw-r--r--net-dns/ldapdns/Manifest4
-rw-r--r--net-dns/ldapdns/ldapdns-2.03.ebuild14
-rw-r--r--net-dns/ldapdns/ldapdns-2.04.ebuild14
3 files changed, 16 insertions, 16 deletions
diff --git a/net-dns/ldapdns/Manifest b/net-dns/ldapdns/Manifest
index ca18236b9543..667721972f76 100644
--- a/net-dns/ldapdns/Manifest
+++ b/net-dns/ldapdns/Manifest
@@ -1,5 +1,5 @@
MD5 659baa340837b1b1133505e5b67a9058 ChangeLog 656
-MD5 638eae65145846bcfb71f3c43a6a36a1 ldapdns-2.03.ebuild 1153
-MD5 0087acaf20f597e10c253e6cb3317867 ldapdns-2.04.ebuild 1153
+MD5 dc684ddecfbcdbb1da9fc928d4a1ed8d ldapdns-2.03.ebuild 1135
+MD5 df1f905481764acca5a042b1c4fab656 ldapdns-2.04.ebuild 1135
MD5 87c558c39b51b905f9272fd860140816 files/digest-ldapdns-2.03 63
MD5 c6ce7d541758b912a1c8fe354c3e40be files/digest-ldapdns-2.04 64
diff --git a/net-dns/ldapdns/ldapdns-2.03.ebuild b/net-dns/ldapdns/ldapdns-2.03.ebuild
index 2fa2659c33b9..6e5fc038c904 100644
--- a/net-dns/ldapdns/ldapdns-2.03.ebuild
+++ b/net-dns/ldapdns/ldapdns-2.03.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.03.ebuild,v 1.5 2003/09/08 07:10:41 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.03.ebuild,v 1.6 2003/09/11 01:40:10 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A tiny, fast authoritative nameserver that queries LDAP and can be updated instantly"
@@ -19,18 +19,18 @@ RDEPEND="${DEPEND}
sys-apps/ucspi-tcp"
src_compile() {
- local myconf="--prefix=/usr "
+ local myconf="--prefix=/usr "
- cd ${S}
- ./configure ${myconf}
- emake || die "Compilation failed"
+ cd ${S}
+ ./configure ${myconf}
+ emake || die "Compilation failed"
}
src_install() {
- einstall || die "Installation failed"
+ einstall || die "Installation failed"
- dodoc AUTHORS CHANGELOG FAQ INSTALL COPYING NEWS README* TODO
+ dodoc AUTHORS CHANGELOG FAQ INSTALL COPYING NEWS README* TODO
}
pkg_postinst() {
diff --git a/net-dns/ldapdns/ldapdns-2.04.ebuild b/net-dns/ldapdns/ldapdns-2.04.ebuild
index 4629a650ebb4..a7ff4086b375 100644
--- a/net-dns/ldapdns/ldapdns-2.04.ebuild
+++ b/net-dns/ldapdns/ldapdns-2.04.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.04.ebuild,v 1.4 2003/09/08 07:10:41 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.04.ebuild,v 1.5 2003/09/11 01:40:10 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A tiny, fast authoritative nameserver that queries LDAP and can be updated instantly"
@@ -19,18 +19,18 @@ RDEPEND="${DEPEND}
sys-apps/ucspi-tcp"
src_compile() {
- local myconf="--prefix=/usr "
+ local myconf="--prefix=/usr "
- cd ${S}
- ./configure ${myconf}
- emake || die "Compilation failed"
+ cd ${S}
+ ./configure ${myconf}
+ emake || die "Compilation failed"
}
src_install() {
- einstall || die "Installation failed"
+ einstall || die "Installation failed"
- dodoc AUTHORS CHANGELOG FAQ INSTALL COPYING NEWS README* TODO
+ dodoc AUTHORS CHANGELOG FAQ INSTALL COPYING NEWS README* TODO
}
pkg_postinst() {