commit: ebf50087483c5099f3e91493dfd4ab37323569cd Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Jun 8 15:08:16 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Jun 8 15:08:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=ebf50087
app-misc/memlockd: Bump to EAPI=5 Package-Manager: portage-2.2.20 app-misc/memlockd/ChangeLog | 7 +++++-- app-misc/memlockd/memlockd-1.0-r1.ebuild | 30 ------------------------------ app-misc/memlockd/memlockd-1.1.ebuild | 17 +++++++---------- 3 files changed, 12 insertions(+), 42 deletions(-) diff --git a/app-misc/memlockd/ChangeLog b/app-misc/memlockd/ChangeLog index 314d024..8d9e85a 100644 --- a/app-misc/memlockd/ChangeLog +++ b/app-misc/memlockd/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for app-misc/memlockd -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 08 Jun 2015; Justin Lecher <[email protected]> -memlockd-1.0-r1.ebuild, + memlockd-1.1.ebuild: + app-misc/memlockd: Bump to EAPI=5 + 27 Oct 2011; Justin Lecher <[email protected]> metadata.xml: Removed no-herd from herd tag in metadata.xml @@ -16,4 +20,3 @@ 10 Jan 2011; Sebastian Pipping <[email protected]> +memlockd-0.05.ebuild, +files/memlockd-0.05-compile-flags.patch, +metadata.xml: New package - diff --git a/app-misc/memlockd/memlockd-1.0-r1.ebuild b/app-misc/memlockd/memlockd-1.0-r1.ebuild deleted file mode 100644 index 16e7f53..0000000 --- a/app-misc/memlockd/memlockd-1.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit base - -DESCRIPTION="Daemon that locks files into memory" -HOMEPAGE="http://doc.coker.com.au/projects/memlockd/" -SRC_URI="http://www.coker.com.au/${PN}/${PN}_${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - doman memlockd.8 || die - newdoc changes.txt ChangeLog || die - - # TODO: adjust default config to Gentoo - insinto /etc/ - doins memlockd.cfg || die - - dosbin memlockd || die - - doinitd "${FILESDIR}"/${PN} || die -} diff --git a/app-misc/memlockd/memlockd-1.1.ebuild b/app-misc/memlockd/memlockd-1.1.ebuild index 16e7f53..8bb0662 100644 --- a/app-misc/memlockd/memlockd-1.1.ebuild +++ b/app-misc/memlockd/memlockd-1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit base +EAPI=5 DESCRIPTION="Daemon that locks files into memory" HOMEPAGE="http://doc.coker.com.au/projects/memlockd/" @@ -13,18 +13,15 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="" - src_install() { - doman memlockd.8 || die - newdoc changes.txt ChangeLog || die + doman memlockd.8 + newdoc changes.txt ChangeLog # TODO: adjust default config to Gentoo insinto /etc/ - doins memlockd.cfg || die + doins memlockd.cfg - dosbin memlockd || die + dosbin memlockd - doinitd "${FILESDIR}"/${PN} || die + doinitd "${FILESDIR}"/${PN} }
