summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-01-17 16:14:37 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-01-17 17:22:56 +0100
commit04dc29076bcf84784261b12ab3e5a7789a642fdd (patch)
tree6b6fd3e7c2bafb80f03be3b67f9018caa4bceea7 /sys-apps/which
parentapp-arch/bzip2: Removed old. (diff)
downloadgentoo-04dc29076bcf84784261b12ab3e5a7789a642fdd.tar.gz
gentoo-04dc29076bcf84784261b12ab3e5a7789a642fdd.tar.bz2
gentoo-04dc29076bcf84784261b12ab3e5a7789a642fdd.zip
sys-apps/which: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps/which')
-rw-r--r--sys-apps/which/Manifest1
-rw-r--r--sys-apps/which/which-2.20-r1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/sys-apps/which/Manifest b/sys-apps/which/Manifest
index 4ff718fec18e..6b3a8cd0e8cf 100644
--- a/sys-apps/which/Manifest
+++ b/sys-apps/which/Manifest
@@ -1,2 +1 @@
-DIST which-2.20.tar.gz 135372 SHA256 d417b65c650d88ad26a208293c1c6e3eb60d4b6d847f01ff8f66aca63e2857f8 SHA512 29445cd6072814d3a6179b53b8f9e7e3fc8a27b77315f2a04171e177397b91ff80a97db8806fc6b1f08dab8cbca6f208d9d7845858268b121b3af396a4a9062e WHIRLPOOL 35ca3dfc47e6112a2827188b979bc19d369f69f5841dca445039036e6fa5423b0e4e9efddd370f92da16a3873523bf37f7bdf68b748fc78e5b7991290875c49d
DIST which-2.21.tar.gz 149305 SHA256 f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad SHA512 d2f04a5c5291f2d7d1226982da7cf999d36cfe24d3f7bda145508efcfb359511251d3c68b860c0ddcedd66b15a0587b648a35ab6d1f173707565305c506dfc61 WHIRLPOOL e1712d2f2b48467300f5947d0a72c0cf759bc33001661ba41cd57cefe21cb9974cc318748d76ff73c71fb869c4d7a445973ad95777ab380f673c85095360fd57
diff --git a/sys-apps/which/which-2.20-r1.ebuild b/sys-apps/which/which-2.20-r1.ebuild
deleted file mode 100644
index 640bfed058a2..000000000000
--- a/sys-apps/which/which-2.20-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Prints out location of specified executables that are in your path"
-HOMEPAGE="https://carlowood.github.io/which/"
-SRC_URI="https://carlowood.github.io/which/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-src_prepare() {
- append-lfs-flags
-}
-
-src_configure() {
- tc-export AR
- default
-}