summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2013-04-28 17:55:17 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:43 +0200
commitadf69ac73e91b4941e4f5cffcdc4c0d79abafed5 (patch)
tree4a58fb41108ba9056c3972e6d6f35eb270c311f2
parentBump logclean. Fix ChangeLog formats (diff)
downloadmv-adf69ac73e91b4941e4f5cffcdc4c0d79abafed5.tar.gz
mv-adf69ac73e91b4941e4f5cffcdc4c0d79abafed5.tar.bz2
mv-adf69ac73e91b4941e4f5cffcdc4c0d79abafed5.zip
Remove heirloom-sh since it is now in the main tree
-rw-r--r--app-shells/heirloom-sh/ChangeLog19
-rw-r--r--app-shells/heirloom-sh/Manifest1
-rw-r--r--app-shells/heirloom-sh/heirloom-sh-050706.ebuild39
-rw-r--r--app-shells/heirloom-sh/metadata.xml8
4 files changed, 0 insertions, 67 deletions
diff --git a/app-shells/heirloom-sh/ChangeLog b/app-shells/heirloom-sh/ChangeLog
deleted file mode 100644
index d6444ee3..00000000
--- a/app-shells/heirloom-sh/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for app-shells/heirloom-sh
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 21 Sep 2012; Martin Väth <martin@mvath.de>:
- Bump to EAPI=5
-
- 12 May 2012; Martin Väth <martin@mvath.de>:
- base->eutils
-
- 15 Apr 2012; Martin Väth <martin@mvath.de>:
- Inherit base
-
- 03 Jan 2011; Martin Väth <martin@mvath.de>:
- Bump to EAPI=4.
-
- 28 Mar 2010; Martin Väth <martin@mvath.de>:
- heirloom-sh-050706.ebuild:
- import with minor changes from a personal overlay.
diff --git a/app-shells/heirloom-sh/Manifest b/app-shells/heirloom-sh/Manifest
deleted file mode 100644
index 71ad7022..00000000
--- a/app-shells/heirloom-sh/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST heirloom-sh-050706.tar.bz2 82725 SHA256 25fb8409e1eb75bb5da21ca32baf2d5eebcb8b84a1288d66e65763a125809e1d SHA512 3a0dbec19eb093b6a818910a1b24f2d7328dc785dc12cd0097c37f98e7ac558d31cda8717381d814259bd54f5de12e50cc8d9d617bd4e09c4a903ef63838807f WHIRLPOOL 4be1e76719493e5ab85b99953e1359658c71e5fd68a3025526c218650079518ab61d4b7ead76903ec68898f0fef5ec2db8ca6b691db929fe9e33b6e44c84b9bf
diff --git a/app-shells/heirloom-sh/heirloom-sh-050706.ebuild b/app-shells/heirloom-sh/heirloom-sh-050706.ebuild
deleted file mode 100644
index ad1cd9ad..00000000
--- a/app-shells/heirloom-sh/heirloom-sh-050706.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit eutils flag-o-matic toolchain-funcs
-RESTRICT="mirror"
-
-DESCRIPTION="Heirloom Bourne Shell, derived from OpenSolaris code SVR4/SVID3"
-HOMEPAGE="http://heirloom.sourceforge.net/sh.html"
-SRC_URI="mirror://sourceforge/heirloom/${P}.tar.bz2"
-
-LICENSE="CDDL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- epatch_user
-}
-
-src_compile() {
- append-cppflags -D_GNU_SOURCE
- emake \
- "CFLAGS=${CFLAGS}" \
- "CPPFLAGS=${CPPFLAGS}" \
- "LDFLAGS=${LDFLAGS}" \
- "LARGEF=" \
- "CC=$(tc-getCC)" || die
-}
-
-src_install() {
- exeinto /bin
- newexe sh jsh
- newman sh.1 jsh.1
-}
diff --git a/app-shells/heirloom-sh/metadata.xml b/app-shells/heirloom-sh/metadata.xml
deleted file mode 100644
index 73a6d343..00000000
--- a/app-shells/heirloom-sh/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>martin@mvath.de</email>
- <name>Martin Väth</name>
- </maintainer>
-</pkgmetadata>