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

diff --git a/app-shells/quoter/Manifest b/app-shells/quoter/Manifest
deleted file mode 100644 (file)
index 2a3003b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST quoter-3.0_p1.tar.gz 10495 SHA256 0f84677af372be37c8e9c339789f671b9b7a7ab401a1f489cde29c856dc8af6b SHA512 f0064652b0751ba219a6d1546d5cab4d587e3a0b1f3e8bedf5e59da65d775446cdae12def6c8f963a7f7359253dce2c218dae54a85d1c36f69c541f004b8bbaa WHIRLPOOL e30c13da1ded4efc34bd541b477a4366acb5da25c352725d87583bcb3a171c09c3820e69eba0f698ad7ae6a083d910b80d446377365dcf82aecf80a3f02ae842
diff --git a/app-shells/quoter/quoter-3.0_p1.ebuild b/app-shells/quoter/quoter-3.0_p1.ebuild
deleted file mode 100644 (file)
index 7bd3b5e..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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=""
-
-src_install() {
-       emake DESTDIR="${ED}" install
-}