diff options
author | Michael Stewart <vericgar@gentoo.org> | 2005-01-26 06:52:30 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2005-01-26 06:52:30 +0000 |
commit | ce7d395e5611306ee996677618445f0764be6c1a (patch) | |
tree | 26feb4d900a973f48291d0db98b5722edd09748a /net-www | |
parent | Added 1.4.1 and bumped 1.3.9.1 to x86, sparc, ppc (diff) | |
download | gentoo-2-ce7d395e5611306ee996677618445f0764be6c1a.tar.gz gentoo-2-ce7d395e5611306ee996677618445f0764be6c1a.tar.bz2 gentoo-2-ce7d395e5611306ee996677618445f0764be6c1a.zip |
Fixing src_install so that it doesn't use with exeinfo
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/lingerd/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/lingerd/Manifest | 16 | ||||
-rw-r--r-- | net-www/lingerd/lingerd-0.94.ebuild | 4 |
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..a2b2646d9925 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 4099146bea20be8adabd152b100fdc76 ChangeLog 489 +MD5 ed851256fa2b84441fb3ca3a5d622f0d lingerd-0.94.ebuild 1032 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 } |