[gentoo-commits] repo/gentoo:master commit in: sys-apps/tmpfiles/, sys-apps/opentmpfiles/

2016-11-10 Thread William Hubbs
commit: 889044956edef43faf7ab299402d51090f3132c7
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Nov 10 18:40:55 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Nov 10 18:46:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88904495

sys-apps/opentmpfiles: rename sys-apps/tmpfiles to this package

Package-Manager: portage-2.3.0

 sys-apps/{tmpfiles => opentmpfiles}/metadata.xml| 0
 .../tmpfiles-.ebuild => opentmpfiles/opentmpfiles-.ebuild}  | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/tmpfiles/metadata.xml b/sys-apps/opentmpfiles/metadata.xml
similarity index 100%
rename from sys-apps/tmpfiles/metadata.xml
rename to sys-apps/opentmpfiles/metadata.xml

diff --git a/sys-apps/tmpfiles/tmpfiles-.ebuild 
b/sys-apps/opentmpfiles/opentmpfiles-.ebuild
similarity index 88%
rename from sys-apps/tmpfiles/tmpfiles-.ebuild
rename to sys-apps/opentmpfiles/opentmpfiles-.ebuild
index cba9ef2..dacfb43 100644
--- a/sys-apps/tmpfiles/tmpfiles-.ebuild
+++ b/sys-apps/opentmpfiles/opentmpfiles-.ebuild
@@ -13,7 +13,7 @@ else
 fi
 
 DESCRIPTION="A standalone utility to process systemd-style tmpfiles.d files"
-HOMEPAGE="https://github.com/openrc/tmpfiles;
+HOMEPAGE="https://github.com/openrc/opentmpfiles;
 
 LICENSE="BSD-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/tmpfiles/

2016-11-08 Thread William Hubbs
commit: 36581c2dda03a39a0e58dbd76f481068549ea474
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Nov  8 23:07:13 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Nov  8 23:07:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36581c2d

sys-apps/tmpfiles: add live ebuild

This is a stand-alone utility for processing systemd-style tmpfiles.d files.

Package-Manager: portage-2.3.0

 sys-apps/tmpfiles/metadata.xml | 14 ++
 sys-apps/tmpfiles/tmpfiles-.ebuild | 23 +++
 2 files changed, 37 insertions(+)

diff --git a/sys-apps/tmpfiles/metadata.xml b/sys-apps/tmpfiles/metadata.xml
new file mode 100644
index ..dbf6186
--- /dev/null
+++ b/sys-apps/tmpfiles/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+   
+   ope...@gentoo.org
+   Gentoo OpenRC Team
+   
+   
+   
+

diff --git a/sys-apps/tmpfiles/tmpfiles-.ebuild 
b/sys-apps/tmpfiles/tmpfiles-.ebuild
new file mode 100644
index ..cba9ef2
--- /dev/null
+++ b/sys-apps/tmpfiles/tmpfiles-.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} = * ]]; 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/tmpfiles;
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""