zmedico 15/04/08 21:35:04 Modified: ChangeLog Added: unscd-0.52-r2.ebuild Removed: unscd-0.52-r1.ebuild Log: Add systemd service unit for bug 546004. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key FDE8EF85AE5719A3)
Revision Changes Path 1.20 sys-apps/unscd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 17 Oct 2014 20:51:31 -0000 1.19 +++ ChangeLog 8 Apr 2015 21:35:04 -0000 1.20 @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/unscd -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.19 2014/10/17 20:51:31 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.20 2015/04/08 21:35:04 zmedico Exp $ + +*unscd-0.52-r2 (08 Apr 2015) + + 08 Apr 2015; Zac Medico <[email protected]> +files/unscd-tmpfiles.conf, + +files/unscd.service, +unscd-0.52-r2.ebuild, -unscd-0.52-r1.ebuild: + Add systemd service unit for bug 546004. 17 Oct 2014; Tim Harder <[email protected]> -unscd-0.39.ebuild, -unscd-0.45.ebuild, -unscd-0.47.ebuild, -unscd-0.48.ebuild, 1.1 sys-apps/unscd/unscd-0.52-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/unscd-0.52-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/unscd-0.52-r2.ebuild?rev=1.1&content-type=text/plain Index: unscd-0.52-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.52-r2.ebuild,v 1.1 2015/04/08 21:35:04 zmedico Exp $ EAPI=5 inherit systemd toolchain-funcs DESCRIPTION="simple & stable nscd replacement" HOMEPAGE="http://busybox.net/~vda/unscd/README" SRC_URI="http://busybox.net/~vda/unscd/nscd-${PV}.c" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="sys-libs/glibc[nscd(+)]" DEPEND="${RDEPEND}" S=${WORKDIR} src_unpack() { cp "${DISTDIR}"/nscd-${PV}.c ${PN}.c || die } src_compile() { tc-export CC emake unscd } src_install() { newinitd "${FILESDIR}"/unscd.initd-r1 unscd systemd_newtmpfilesd "${FILESDIR}"/unscd-tmpfiles.conf unscd.conf systemd_dounit "${FILESDIR}"/unscd.service dosbin unscd }
