summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2018-12-18 16:15:32 +0300
committerSergey Popov <pinkbyte@gentoo.org>2018-12-18 16:22:19 +0300
commit3a4f54e37aa49424a85419d8c88596df67668240 (patch)
tree288014707e63e30eb74b711089a68a5908818adf /dev-util/shc
parentdev-util/shc: stable on amd64/ppc/x86 (diff)
downloadgentoo-3a4f54e37aa49424a85419d8c88596df67668240.tar.gz
gentoo-3a4f54e37aa49424a85419d8c88596df67668240.tar.bz2
gentoo-3a4f54e37aa49424a85419d8c88596df67668240.zip
dev-util/shc: drop old
Signed-off-By: Sergey Popov <pinkbyte@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-util/shc')
-rw-r--r--dev-util/shc/Manifest1
-rw-r--r--dev-util/shc/shc-3.8.9.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-util/shc/Manifest b/dev-util/shc/Manifest
index fa1aa8749bd7..904baa79c1e7 100644
--- a/dev-util/shc/Manifest
+++ b/dev-util/shc/Manifest
@@ -1,2 +1 @@
-DIST shc-3.8.9.tgz 20536 BLAKE2B 68f2c18f79e28bcbf5116428ec16a4b6eceffba686aaf3e9075f14a77793831bbb9c80c7f44a849f152eb164000956a383343d4dc8b49fc8cf68758aa9a4d27e SHA512 e8a4f9b0ef6e90fc99ebeeb0af36b89d1020209429c9651a036ab1f51a293d9faa3b775b7f040e91997b6ff5a487cb45943fc3548fa6fa3e7282e0d6f74d2cd4
DIST shc-3.9.6.tar.gz 122644 BLAKE2B bef9993f49ffc7a1119862c8bd4b520a6122505493a59269218c6d46a0780e0788d3c9acc3975e642f9ea0bfd5a3907f0c1ff54bbc20c01fc630b2da096fc479 SHA512 dbda4af6740a8a719976d7260133ab3d92552ea08416e2b1ec4815e83349507ed68eb1e52a78b34e2c129dd40eafcce84ef7bf0d97d28073ee3af4598f804ed2
diff --git a/dev-util/shc/shc-3.8.9.ebuild b/dev-util/shc/shc-3.8.9.ebuild
deleted file mode 100644
index 78178e4f1ae1..000000000000
--- a/dev-util/shc/shc-3.8.9.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="A (shell-) script compiler/scrambler"
-HOMEPAGE="http://www.datsi.fi.upm.es/~frosal"
-SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86"
-IUSE=""
-
-RESTRICT="test"
-
-src_prepare() {
- # respect LDFLAGS
- sed -i makefile -e 's:$(CC) $(CFLAGS):& $(LDFLAGS):' || die
- # fix source file name wrt bug #433970
- mv {${P},${PN}}.c || die
-}
-
-src_compile() {
- ## the "test"-target leads to an access-violation -> so we skip it
- ## as it's only for demonstration purposes anyway.
- emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" shc
-}
-
-src_install() {
- dobin shc
- doman shc.1
- newdoc shc.README README
- dodoc CHANGES
-}