From 889044956edef43faf7ab299402d51090f3132c7 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 10 Nov 2016 12:40:55 -0600 Subject: sys-apps/opentmpfiles: rename sys-apps/tmpfiles to this package Package-Manager: portage-2.3.0 --- sys-apps/opentmpfiles/opentmpfiles-9999.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sys-apps/opentmpfiles/opentmpfiles-9999.ebuild (limited to 'sys-apps/opentmpfiles/opentmpfiles-9999.ebuild') diff --git a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild new file mode 100644 index 000000000000..dacfb43ca35a --- /dev/null +++ b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +if [[ ${PV} = 9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://github.com/openrc/${PN}" +else + SRC_URI="" + KEYWORDS="~amd64" +fi + +DESCRIPTION="A standalone utility to process systemd-style tmpfiles.d files" +HOMEPAGE="https://github.com/openrc/opentmpfiles" + +LICENSE="BSD-2" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" -- cgit v1.2.3-65-gdbad