]> git.bzium.org - embe/overlay.git/commitdiff
Usunięcie app-shells/push
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Tue, 17 Jan 2017 14:34:14 +0000 (15:34 +0100)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Tue, 17 Jan 2017 14:34:14 +0000 (15:34 +0100)
app-shells/push/Manifest [deleted file]
app-shells/push/push-2.0.ebuild [deleted file]

diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest
deleted file mode 100644 (file)
index 869e65d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST push-2.0.tar.gz 2211 SHA256 2d5e1c5b580f77ac9fb65b7b75c6220ee88687b6e7340ccc746e42e5632604b0 SHA512 03c40bd8b3b09473952ecf13edd622533616de47638741214b40856b33993f9310d62be34fac6f68b950f58167c3111082554961a800a43a3ecf8a7d138ffdff WHIRLPOOL 6abbad060edbb3d9873c24b73bc61f38f6a4fd38633021e66f8d3a5a04b61dfcdec4c68afed5e8fe06f817cf924adfafb439ddb415c71fc4e1b52ce561ec6fa1
diff --git a/app-shells/push/push-2.0.ebuild b/app-shells/push/push-2.0.ebuild
deleted file mode 100644 (file)
index 2d55029..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 ~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=""
-
-src_install() {
-       dobin bin/push.sh
-       dodoc README
-}