Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/quoter/
Date: Sat, 29 Oct 2016 14:36:04
Message-Id: 1477751748.92793c38943012283cc534df37d4452189f39064.axs@gentoo
1 commit: 92793c38943012283cc534df37d4452189f39064
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 14:01:19 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 14:35:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92793c38
7
8 app-shells/quoter: new package, split off from app-portage/eix
9
10 Package-Manager: portage-2.3.0
11
12 app-shells/quoter/Manifest | 1 +
13 app-shells/quoter/metadata.xml | 25 +++++++++++++++++++++++++
14 app-shells/quoter/quoter-2.0_p2.ebuild | 14 ++++++++++++++
15 3 files changed, 40 insertions(+)
16
17 diff --git a/app-shells/quoter/Manifest b/app-shells/quoter/Manifest
18 new file mode 100644
19 index 00000000..168d5dd
20 --- /dev/null
21 +++ b/app-shells/quoter/Manifest
22 @@ -0,0 +1 @@
23 +DIST quoter-2.0_p2.tar.gz 10108 SHA256 e1bd542b8f0bd5afaa2a7c0e21987addf7afe383ffc9e53e84a369d0e95d122b
24
25 diff --git a/app-shells/quoter/metadata.xml b/app-shells/quoter/metadata.xml
26 new file mode 100644
27 index 00000000..48be114
28 --- /dev/null
29 +++ b/app-shells/quoter/metadata.xml
30 @@ -0,0 +1,25 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <email>martin@×××××.de</email>
36 + <name>Martin Väth</name>
37 + <description>Upstream developer, assign bugs</description>
38 + </maintainer>
39 + <maintainer type="person">
40 + <email>axs@g.o</email>
41 + <description>Proxy committer, CC bugs</description>
42 + </maintainer>
43 + <maintainer type="project">
44 + <email>proxy-maint@g.o</email>
45 + <name>Proxy Maintainers</name>
46 + </maintainer>
47 + <upstream>
48 + <maintainer>
49 + <email>martin@×××××.de</email>
50 + <name>Martin Väth</name>
51 + </maintainer>
52 + <bugs-to>mailto:martin@×××××.de</bugs-to>
53 + <remote-id type="github">vaeth/quoter</remote-id>
54 + </upstream>
55 +</pkgmetadata>
56
57 diff --git a/app-shells/quoter/quoter-2.0_p2.ebuild b/app-shells/quoter/quoter-2.0_p2.ebuild
58 new file mode 100644
59 index 00000000..46b6a51
60 --- /dev/null
61 +++ b/app-shells/quoter/quoter-2.0_p2.ebuild
62 @@ -0,0 +1,14 @@
63 +# Copyright 2016 Gentoo Foundation
64 +# Distributed under the terms of the GNU General Public License v2
65 +
66 +EAPI=6
67 +inherit vcs-snapshot
68 +
69 +DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval"
70 +HOMEPAGE="https://github.com/vaeth/quoter/"
71 +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
72 +
73 +LICENSE="MIT"
74 +SLOT="0"
75 +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"
76 +IUSE=""