summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Hartmann <stha09@googlemail.com>2020-02-18 16:33:19 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-03-10 19:35:44 +0000
commit70e4459a8f2e6b44e406fc08c5c6e51e8f646f81 (patch)
tree93319074c0efe43f69477ba02936efe7c8a98401 /sys-apps/heirloom-tools
parentsys-apps/heirloom-tools: fix building with glibc 2.30 (diff)
downloadgentoo-70e4459a8f2e6b44e406fc08c5c6e51e8f646f81.tar.gz
gentoo-70e4459a8f2e6b44e406fc08c5c6e51e8f646f81.tar.bz2
gentoo-70e4459a8f2e6b44e406fc08c5c6e51e8f646f81.zip
sys-apps/heirloom-tools: remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Stephan Hartmann <stha09@googlemail.com> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-apps/heirloom-tools')
-rw-r--r--sys-apps/heirloom-tools/heirloom-tools-070715.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-apps/heirloom-tools/heirloom-tools-070715.ebuild b/sys-apps/heirloom-tools/heirloom-tools-070715.ebuild
deleted file mode 100644
index 00037ab30d24..000000000000
--- a/sys-apps/heirloom-tools/heirloom-tools-070715.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit flag-o-matic toolchain-funcs
-
-# slightly broken
-RESTRICT="test"
-
-DESCRIPTION="Heirloom toolchest - original Unix tools"
-HOMEPAGE="http://heirloom.sourceforge.net/tools.html"
-SRC_URI="http://downloads.sourceforge.net/project/heirloom/heirloom/${PV}/heirloom-${PV}.tar.bz2"
-
-LICENSE="CDDL GPL-2 LGPL-2.1 9base ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-apps/ed
- sys-libs/zlib[static-libs]"
-RDEPEND=""
-
-S="${WORKDIR}/heirloom-${PV}"
-
-src_compile() {
- append-cppflags -D_GNU_SOURCE
- emake -j1
-}
-
-src_install() {
- # we don't want to strip here, so use "true" as noop
- emake STRIP="true" ROOT="${D}" -j1 install
-}
-
-pkg_postinst() {
- elog "You may want to add /usr/5bin or /usr/ucb to \$PATH"
- elog "to enable using the apps of heirloom toolchest by default."
- elog "Man pages are installed in /usr/share/man/5man/"
- elog "You may need to set \$MANPATH to access them."
-}