Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/rlocate: ChangeLog rlocate-0.5.6.ebuild
Date: Sat, 06 Oct 2007 13:47:23
Message-Id: E1Ie9qu-0006fL-Hg@stork.gentoo.org
1 vapier 07/10/06 13:37:56
2
3 Modified: ChangeLog
4 Added: rlocate-0.5.6.ebuild
5 Log:
6 Version bump #191073 by Juan Aguado.
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.25 sys-apps/rlocate/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rlocate/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rlocate/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rlocate/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/rlocate/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 2 Jun 2007 19:01:37 -0000 1.24
23 +++ ChangeLog 6 Oct 2007 13:37:56 -0000 1.25
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-apps/rlocate
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/ChangeLog,v 1.24 2007/06/02 19:01:37 zzam Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/ChangeLog,v 1.25 2007/10/06 13:37:56 vapier Exp $
29 +
30 +*rlocate-0.5.6 (06 Oct 2007)
31 +
32 + 06 Oct 2007; Mike Frysinger <vapier@g.o> +files/rlocated.confd,
33 + files/rlocated.rc, +rlocate-0.5.6.ebuild:
34 + Version bump #191073 by Juan Aguado.
35
36 02 Jun 2007; Matthias Schwarzott <zzam@g.o> +files/updatedb.conf,
37 rlocate-0.5.5.ebuild:
38
39
40
41 1.1 sys-apps/rlocate/rlocate-0.5.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rlocate/rlocate-0.5.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rlocate/rlocate-0.5.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rlocate-0.5.6.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/rlocate-0.5.6.ebuild,v 1.1 2007/10/06 13:37:56 vapier Exp $
51
52 inherit eutils linux-mod
53
54 DESCRIPTION="locate implementation that is always up-to-date"
55 HOMEPAGE="http://rlocate.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/rlocate/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
61 IUSE=""
62
63 RDEPEND="!sys-apps/slocate"
64
65 pkg_setup() {
66 MODULE_NAMES="rlocate(misc:${S}/src/rlocate-module)"
67 CONFIG_CHECK="SECURITY"
68 SECURITY_ERROR="You need to select the \"Enable different security models\" option in the kernel configuration (CONFIG_SECURITY)."
69 BUILD_TARGETS="all"
70 linux-mod_pkg_setup
71
72 enewgroup locate
73 }
74
75 src_unpack() {
76 unpack ${A}
77 cd "${S}"
78 epatch "${FILESDIR}"/${PN}-0.5.3-build.patch
79 }
80
81 src_compile() {
82 econf \
83 --with-kernel=${KV_DIR} \
84 --with-rlocate-group=locate \
85 || die
86 emake || die
87 linux-mod_src_compile
88 }
89
90 src_install() {
91 emake install DESTDIR="${D}" || die
92 newinitd "${FILESDIR}"/rlocated.rc rlocated || die
93 newconfd "${FILESDIR}"/rlocated.confd rlocated || die
94 linux-mod_src_install
95 dodoc AUTHORS ChangeLog* NEWS README
96 keepdir /var/lib/rlocate
97 insinto /etc
98 doins "${FILESDIR}"/updatedb.conf
99 }
100
101
102
103 --
104 gentoo-commits@g.o mailing list