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 66E17139690 for ; Sat, 29 Oct 2016 14:36:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B492E0C0D; Sat, 29 Oct 2016 14:36:03 +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 1C80FE0C0D for ; Sat, 29 Oct 2016 14:36:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 62641341653 for ; Sat, 29 Oct 2016 14:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1D34249B for ; Sat, 29 Oct 2016 14:35:58 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1477751748.92793c38943012283cc534df37d4452189f39064.axs@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/quoter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/quoter/Manifest app-shells/quoter/metadata.xml app-shells/quoter/quoter-2.0_p2.ebuild X-VCS-Directories: app-shells/quoter/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 92793c38943012283cc534df37d4452189f39064 X-VCS-Branch: master Date: Sat, 29 Oct 2016 14:35:58 +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: ebdb61b5-23a0-453d-9c74-7bb30f7f623d X-Archives-Hash: aa32e8a9c08e48d7bb02d98275aaebfa commit: 92793c38943012283cc534df37d4452189f39064 Author: Ian Stakenvicius gentoo org> AuthorDate: Sat Oct 29 14:01:19 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Sat Oct 29 14:35:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92793c38 app-shells/quoter: new package, split off from app-portage/eix Package-Manager: portage-2.3.0 app-shells/quoter/Manifest | 1 + app-shells/quoter/metadata.xml | 25 +++++++++++++++++++++++++ app-shells/quoter/quoter-2.0_p2.ebuild | 14 ++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/app-shells/quoter/Manifest b/app-shells/quoter/Manifest new file mode 100644 index 00000000..168d5dd --- /dev/null +++ b/app-shells/quoter/Manifest @@ -0,0 +1 @@ +DIST quoter-2.0_p2.tar.gz 10108 SHA256 e1bd542b8f0bd5afaa2a7c0e21987addf7afe383ffc9e53e84a369d0e95d122b diff --git a/app-shells/quoter/metadata.xml b/app-shells/quoter/metadata.xml new file mode 100644 index 00000000..48be114 --- /dev/null +++ b/app-shells/quoter/metadata.xml @@ -0,0 +1,25 @@ + + + + + martin@mvath.de + Martin Väth + Upstream developer, assign bugs + + + axs@gentoo.org + Proxy committer, CC bugs + + + proxy-maint@gentoo.org + Proxy Maintainers + + + + martin@mvath.de + Martin Väth + + mailto:martin@mvath.de + vaeth/quoter + + diff --git a/app-shells/quoter/quoter-2.0_p2.ebuild b/app-shells/quoter/quoter-2.0_p2.ebuild new file mode 100644 index 00000000..46b6a51 --- /dev/null +++ b/app-shells/quoter/quoter-2.0_p2.ebuild @@ -0,0 +1,14 @@ +# Copyright 2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit vcs-snapshot + +DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval" +HOMEPAGE="https://github.com/vaeth/quoter/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +IUSE=""