diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-shells/push | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-shells/push')
-rw-r--r-- | app-shells/push/Manifest | 3 | ||||
-rw-r--r-- | app-shells/push/metadata.xml | 22 | ||||
-rw-r--r-- | app-shells/push/push-2.0-r1.ebuild | 20 |
3 files changed, 0 insertions, 45 deletions
diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest deleted file mode 100644 index ca9a233cc96a..000000000000 --- a/app-shells/push/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST push-2.0.tar.gz 2211 BLAKE2B 5875962c3aaa2e3eec2dcd3b70a0b5325684dffaf0b01b8f336db835bcfc4b24fc5d28817eb9032d8a10c5759089e2bbf42fba058403ebf420a77bb7d2754c95 SHA512 03c40bd8b3b09473952ecf13edd622533616de47638741214b40856b33993f9310d62be34fac6f68b950f58167c3111082554961a800a43a3ecf8a7d138ffdff -EBUILD push-2.0-r1.ebuild 682 BLAKE2B 0994f08d2a75b53f0fe44636b803a9ff35706bce9e31632d0cbcb5cebfdf8324e48a35f74defa6bf546c6478730f2f016523ac4d541a57cd2e99304918e4d3ea SHA512 bb61471ba841c9b8ada0da50351391219d23497a38297c4aa6f8da5f9c997786db41d5e4432f133fe3ed3c825932c523d41074b137402f96a766d38153913a88 -MISC metadata.xml 694 BLAKE2B d2b14b7d662ec3a49f74130054af3b3914ad497af6a222b26a1b4aec0510fe3521b29cc00c4ff059b44f3ab325a90166f7f9b369198fbecfc54753fb2b227f22 SHA512 af064b9c47b99ebb159da58edf5b950b5bdead3cbafbef2dcd7ac622009d9164308ca18e9898d42ba51b9aa4056631edf4280eff3cfa546837c5df5dfbe93216 diff --git a/app-shells/push/metadata.xml b/app-shells/push/metadata.xml deleted file mode 100644 index cc23092c85c2..000000000000 --- a/app-shells/push/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>xmw@gentoo.org</email> - <name>Michael Weber</name> - </maintainer> - <maintainer type="person"> - <email>martin@mvath.de</email> - <name>Martin Väth</name> - <description>Upstream developer, CC on bugs, do not copy ebuilds - from his overlay</description> - </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/push</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-shells/push/push-2.0-r1.ebuild b/app-shells/push/push-2.0-r1.ebuild deleted file mode 100644 index 48c863ae8224..000000000000 --- a/app-shells/push/push-2.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit vcs-snapshot - -DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args" -HOMEPAGE="https://github.com/vaeth/push/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="" - -src_install() { - insinto /usr/share/${PN} - doins bin/push.sh - dodoc README -} |