diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2016-10-29 10:01:19 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2016-10-29 10:35:48 -0400 |
commit | 92793c38943012283cc534df37d4452189f39064 (patch) | |
tree | a60a7ae66b6832f10a1a3de0a303a2994b9f3088 /app-shells | |
parent | app-misc/mswinurl_launcher: rescue from sunrise (diff) | |
download | gentoo-92793c38943012283cc534df37d4452189f39064.tar.gz gentoo-92793c38943012283cc534df37d4452189f39064.tar.bz2 gentoo-92793c38943012283cc534df37d4452189f39064.zip |
app-shells/quoter: new package, split off from app-portage/eix
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/quoter/Manifest | 1 | ||||
-rw-r--r-- | app-shells/quoter/metadata.xml | 25 | ||||
-rw-r--r-- | app-shells/quoter/quoter-2.0_p2.ebuild | 14 |
3 files changed, 40 insertions, 0 deletions
diff --git a/app-shells/quoter/Manifest b/app-shells/quoter/Manifest new file mode 100644 index 000000000000..168d5dd9115b --- /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 000000000000..48be1141d617 --- /dev/null +++ b/app-shells/quoter/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>martin@mvath.de</email> + <name>Martin Väth</name> + <description>Upstream developer, assign bugs</description> + </maintainer> + <maintainer type="person"> + <email>axs@gentoo.org</email> + <description>Proxy committer, CC bugs</description> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <maintainer> + <email>martin@mvath.de</email> + <name>Martin Väth</name> + </maintainer> + <bugs-to>mailto:martin@mvath.de</bugs-to> + <remote-id type="github">vaeth/quoter</remote-id> + </upstream> +</pkgmetadata> 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 000000000000..46b6a516f55c --- /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="" |