Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Christian Faulhammer (opfer)" <opfer@g.o>
Subject: gentoo-x86 commit in sys-apps/mlocate: ChangeLog mlocate-0.20.ebuild
Date: Fri, 25 Apr 2008 10:00:17 +0000
opfer       08/04/25 10:00:17

  Modified:             ChangeLog
  Added:                mlocate-0.20.ebuild
  Log:
  version bump
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.14                 sys-apps/mlocate/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mlocate/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mlocate/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mlocate/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	5 Apr 2008 21:20:42 -0000	1.13
+++ ChangeLog	25 Apr 2008 10:00:16 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/mlocate
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.13 2008/04/05 21:20:42 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.14 2008/04/25 10:00:16 opfer Exp $
+
+*mlocate-0.20 (25 Apr 2008)
+
+  25 Apr 2008; Christian Faulhammer <opfer@g.o> +mlocate-0.20.ebuild:
+  version bump
 
   05 Apr 2008; Joseph Jezak <josejx@g.o> mlocate-0.19.ebuild:
   Marked ppc stable for bug #215795.



1.1                  sys-apps/mlocate/mlocate-0.20.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mlocate/mlocate-0.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mlocate/mlocate-0.20.ebuild?rev=1.1&content-type=text/plain

Index: mlocate-0.20.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.20.ebuild,v 1.1 2008/04/25 10:00:16 opfer Exp $

inherit eutils

DESCRIPTION="Merging locate is an utility to index and quickly search for files"
HOMEPAGE="https://fedorahosted.org/mlocate/"
SRC_URI="https://fedorahosted.org/mlocate/attachment/wiki/MlocateDownloads/${P}.tar.bz2?format=raw"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="!sys-apps/slocate
	!sys-apps/rlocate"

pkg_setup() {
	enewgroup locate
}

src_unpack() {
	mv "${DISTDIR}/${P}.tar.bz2?format=raw" "${DISTDIR}/${P}.tar.bz2"
	unpack "${P}.tar.bz2"
}

src_compile() {
	econf || die "econf failed"
	emake groupname=locate || die "emake failed"
}

src_install() {
	emake groupname=locate DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog README NEWS

	insinto /etc
	doins "${FILESDIR}/updatedb.conf"
	fperms 0644 /etc/updatedb.conf

	insinto /etc/cron.daily
	newins "${FILESDIR}/mlocate.cron" mlocate
	fperms 0755 /etc/cron.daily/mlocate

	fowners 0:locate /usr/bin/locate
	fperms go-r,g+s /usr/bin/locate

	chown -R 0:locate "${D}/var/lib/mlocate"
	fperms 0750 /var/lib/mlocate
	keepdir /var/lib/mlocate
}

src_test() {
	if has userpriv ${FEATURES} && ! has usersandbox ${FEATURES}; then
		make check-local || die "test suite failed"
	else
		ewarn "Activate FEATURES=userpriv and deactivate FEATURES=usersandbox to run testsuite."
	fi
}

pkg_postinst() {
	elog "Note that the /etc/updatedb.conf file is generic"
	elog "Please customize it to your system requirements"
}



-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in net-misc/tor: ChangeLog tor-0.1.2.19-r1.ebuild
Next by thread:
gentoo-x86 commit in sys-apps/mlocate: ChangeLog mlocate-0.20.ebuild
Previous by date:
gentoo-x86 commit in net-misc/tor: ChangeLog tor-0.1.2.19-r1.ebuild
Next by date:
gentoo-x86 commit in dev-java/jcharts: jcharts-0.7.5.ebuild ChangeLog


Updated May 05, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.