From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 917141395E4 for ; Thu, 1 Dec 2016 22:18:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB99E090B; Thu, 1 Dec 2016 22:18:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E37EDE090B for ; Thu, 1 Dec 2016 22:18:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA4F03414C1 for ; Thu, 1 Dec 2016 22:18:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEBD749D for ; Thu, 1 Dec 2016 22:18:51 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1480630630.38e69f3759e3753fe58175b42862b9f96de138dd.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/opentmpfiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/opentmpfiles/Manifest sys-apps/opentmpfiles/opentmpfiles-0.1.ebuild X-VCS-Directories: sys-apps/opentmpfiles/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 38e69f3759e3753fe58175b42862b9f96de138dd X-VCS-Branch: master Date: Thu, 1 Dec 2016 22:18:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8b38d50a-7a60-433a-bb4b-630387094a70 X-Archives-Hash: fe060748ff45375135e14c155917faca commit: 38e69f3759e3753fe58175b42862b9f96de138dd Author: William Hubbs gentoo org> AuthorDate: Thu Dec 1 21:48:38 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Dec 1 22:17:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e69f37 sys-apps/opentmpfiles: 0.1 version bump (initial release) This code is taken from OpenRC, so I have added the appropriate ~arch keywords. Package-Manager: portage-2.3.0 sys-apps/opentmpfiles/Manifest | 1 + sys-apps/opentmpfiles/opentmpfiles-0.1.ebuild | 45 +++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/sys-apps/opentmpfiles/Manifest b/sys-apps/opentmpfiles/Manifest new file mode 100644 index 00000000..8594bea --- /dev/null +++ b/sys-apps/opentmpfiles/Manifest @@ -0,0 +1 @@ +DIST opentmpfiles-0.1.tar.gz 5592 SHA256 0c7a52d6394dcbe78dd5b4f8fba6fcc66b207389b9a9b85e61a0ab8e9e375bb7 SHA512 f89e0b996a282ba39f5db7d5cf8e3b72672ba2a9f6013512b7169da9886d9d1d00d4de7c68aefdf2afcf24063283183c37a40864b89d25f68484b022fce58773 WHIRLPOOL 307e6094c0e74ceeb15fe84b09e5ea28b47584eb98a7384b9fa18e66ee7d2c2cc6e574fd2142d6373ff0cf8b302f266a2f277f74d6609d213daf0e92198caba4 diff --git a/sys-apps/opentmpfiles/opentmpfiles-0.1.ebuild b/sys-apps/opentmpfiles/opentmpfiles-0.1.ebuild new file mode 100644 index 00000000..011fa7a --- /dev/null +++ b/sys-apps/opentmpfiles/opentmpfiles-0.1.ebuild @@ -0,0 +1,45 @@ +# 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="https://github.com/openrc/${PN}/archive/${PV}.tar.gz -> + ${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +fi + +DESCRIPTION="A standalone utility to process systemd-style tmpfiles.d files" +HOMEPAGE="https://github.com/openrc/opentmpfiles" + +LICENSE="BSD-2" +SLOT="0" +IUSE="" + +RDEPEND="!