diff options
author | 2016-11-10 12:40:55 -0600 | |
---|---|---|
committer | 2016-11-10 12:46:04 -0600 | |
commit | 889044956edef43faf7ab299402d51090f3132c7 (patch) | |
tree | 17ac015de314eed2e16e3c2d19c832ffa94ddd75 /sys-apps/opentmpfiles/opentmpfiles-9999.ebuild | |
parent | media-radio/xwxapt: add missing dependency bug #597898 (diff) | |
download | gentoo-889044956edef43faf7ab299402d51090f3132c7.tar.gz gentoo-889044956edef43faf7ab299402d51090f3132c7.tar.bz2 gentoo-889044956edef43faf7ab299402d51090f3132c7.zip |
sys-apps/opentmpfiles: rename sys-apps/tmpfiles to this package
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-apps/opentmpfiles/opentmpfiles-9999.ebuild')
-rw-r--r-- | sys-apps/opentmpfiles/opentmpfiles-9999.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
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="" |