summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2005-01-26 06:52:30 +0000
committerMichael Stewart <vericgar@gentoo.org>2005-01-26 06:52:30 +0000
commit1326cbd562fe842b848c8884c0d65f41ca93f069 (patch)
tree6766088b5102983f8c77fae80d4181f1e7fd049c /net-www
parentAdded 1.4.1 and bumped 1.3.9.1 to x86, sparc, ppc (diff)
downloadhistorical-1326cbd562fe842b848c8884c0d65f41ca93f069.tar.gz
historical-1326cbd562fe842b848c8884c0d65f41ca93f069.tar.bz2
historical-1326cbd562fe842b848c8884c0d65f41ca93f069.zip
Fixing src_install so that it doesn't use with exeinfo
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'net-www')
-rw-r--r--net-www/lingerd/ChangeLog5
-rw-r--r--net-www/lingerd/Manifest16
-rw-r--r--net-www/lingerd/lingerd-0.94.ebuild4
3 files changed, 9 insertions, 16 deletions
diff --git a/net-www/lingerd/ChangeLog b/net-www/lingerd/ChangeLog
index 12bfb863faef..a1b6ae7b58b5 100644
--- a/net-www/lingerd/ChangeLog
+++ b/net-www/lingerd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/lingerd
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/lingerd/ChangeLog,v 1.1 2005/01/08 23:21:48 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/lingerd/ChangeLog,v 1.2 2005/01/26 06:52:30 vericgar Exp $
+
+ 25 Jan 2005; Michael Stewart <vericgar@gentoo.org> lingerd-0.94.ebuild:
+ Fixed so that ${D} isn't used with exeinfo
*lingerd-0.94 (09 Jan 2005)
diff --git a/net-www/lingerd/Manifest b/net-www/lingerd/Manifest
index 4977015ede41..b09d37381365 100644
--- a/net-www/lingerd/Manifest
+++ b/net-www/lingerd/Manifest
@@ -1,15 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 a3b81b8b909e989133d67c69b4b4624e lingerd-0.94.ebuild 1036
+MD5 86d61bc771ba179a9f547412d8673de6 ChangeLog 491
+MD5 a75647b39fc8db811e0f6020b924be58 lingerd-0.94.ebuild 1034
MD5 0455f43eb00baba59d88914dde12edb9 metadata.xml 443
-MD5 083073216ed3fe0ad3ae8b6c46ed4b5d ChangeLog 369
-MD5 e6acfa29750c53c7c2191ffa4c0047b8 files/lingerd.rc 610
MD5 78caf28086b76c0e6708c31bbad10ade files/digest-lingerd-0.94 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFB4GsWmPFBzbX68WERAr93AJ44hrjmf1M8Y3P5RplWqEXhfoCjtwCcCyGY
-X+/r5EHzXXv7xP2jylSVf74=
-=/s1G
------END PGP SIGNATURE-----
+MD5 e6acfa29750c53c7c2191ffa4c0047b8 files/lingerd.rc 610
diff --git a/net-www/lingerd/lingerd-0.94.ebuild b/net-www/lingerd/lingerd-0.94.ebuild
index 8bc9431d7f85..234592ae341f 100644
--- a/net-www/lingerd/lingerd-0.94.ebuild
+++ b/net-www/lingerd/lingerd-0.94.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/lingerd/lingerd-0.94.ebuild,v 1.1 2005/01/08 23:21:48 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/lingerd/lingerd-0.94.ebuild,v 1.2 2005/01/26 06:52:30 vericgar Exp $
inherit eutils
@@ -21,7 +21,7 @@ src_compile() {
src_install() {
enewuser lingerd
- exeinto ${D}/usr/bin/ ; doexe lingerd || die "Installation failed."
+ exeinto /usr/bin/ ; doexe lingerd || die "Installation failed."
exeinto /etc/init.d ; newexe ${FILESDIR}/lingerd.rc lingerd
dodoc ChangeLog LICENSE README TUNING INSTALL TODO extra/lingerd.rc
}