diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-20 23:44:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-20 23:44:30 +0000 |
commit | e2f6ff8734ad9cdcd108ca6b70e61f1460c1315a (patch) | |
tree | c97b32a16d21d9319e683fada3912b7f0f501d92 /sys-apps/rlocate | |
parent | scribus memleak and gcc41 fix (diff) | |
download | historical-e2f6ff8734ad9cdcd108ca6b70e61f1460c1315a.tar.gz historical-e2f6ff8734ad9cdcd108ca6b70e61f1460c1315a.tar.bz2 historical-e2f6ff8734ad9cdcd108ca6b70e61f1460c1315a.zip |
remove debug die #116118 by Alex
Package-Manager: portage-2.0.53
Diffstat (limited to 'sys-apps/rlocate')
-rw-r--r-- | sys-apps/rlocate/Manifest | 8 | ||||
-rw-r--r-- | sys-apps/rlocate/rlocate-0.3.3.ebuild | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sys-apps/rlocate/Manifest b/sys-apps/rlocate/Manifest index 6f01da0fbe92..e0ff1b04437a 100644 --- a/sys-apps/rlocate/Manifest +++ b/sys-apps/rlocate/Manifest @@ -8,11 +8,11 @@ MD5 43fee28c090b20de0b2c57b15e97caba files/rlocate-0.3.3-build.patch 2655 MD5 56da5f78d234dc0928277d6d34b85de9 files/rlocated.rc 534 MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 MD5 96bc3068a386e5303d172f2e82b3669c rlocate-0.3.2.ebuild 1393 -MD5 4edb9416ce557be2699b20bdc9215b8f rlocate-0.3.3.ebuild 1137 +MD5 9fca742a0d37f16a76e5959adf6e521e rlocate-0.3.3.ebuild 1133 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDp0U02+ySkm8kpY0RAh8gAKCAdfsDqO6DJ8b3VF0O3/V+cicm7wCfaM/F -58QF7GR6k5bLlJ+O0U33QFI= -=vcLA +iD8DBQFDqJe72+ySkm8kpY0RAn79AJ9P7dxINPNaL2rpk9V94jo7ypaxTgCgmi54 +fjgloWa+F2nnW5bCtcyRV6Y= +=HQuk -----END PGP SIGNATURE----- diff --git a/sys-apps/rlocate/rlocate-0.3.3.ebuild b/sys-apps/rlocate/rlocate-0.3.3.ebuild index fad36c3e809d..bc41a8dda1ce 100644 --- a/sys-apps/rlocate/rlocate-0.3.3.ebuild +++ b/sys-apps/rlocate/rlocate-0.3.3.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/sys-apps/rlocate/rlocate-0.3.3.ebuild,v 1.1 2005/12/19 23:38:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/rlocate-0.3.3.ebuild,v 1.2 2005/12/20 23:44:30 vapier Exp $ inherit eutils linux-mod @@ -42,5 +42,4 @@ src_install() { newinitd "${FILESDIR}"/rlocated.rc rlocated linux-mod_src_install dodoc AUTHORS ChangeLog* NEWS README -die } |