summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-11 14:42:53 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-11 14:45:20 +0100
commitf0876ad4abcf3ac178efc20deec80aa68d77ca45 (patch)
tree883d23999bef8878eb7b59ea32bee6c8070f5316 /sys-devel/heirloom-devtools/heirloom-devtools-070527-r2.ebuild
parentdev-embedded/scratchbox2: Remove last-rited pkg (diff)
downloadgentoo-f0876ad4abcf3ac178efc20deec80aa68d77ca45.tar.gz
gentoo-f0876ad4abcf3ac178efc20deec80aa68d77ca45.tar.bz2
gentoo-f0876ad4abcf3ac178efc20deec80aa68d77ca45.zip
sys-devel/heirloom-devtools: Remove last-rited pkg
Closes: https://bugs.gentoo.org/638840 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/heirloom-devtools/heirloom-devtools-070527-r2.ebuild')
-rw-r--r--sys-devel/heirloom-devtools/heirloom-devtools-070527-r2.ebuild60
1 files changed, 0 insertions, 60 deletions
diff --git a/sys-devel/heirloom-devtools/heirloom-devtools-070527-r2.ebuild b/sys-devel/heirloom-devtools/heirloom-devtools-070527-r2.ebuild
deleted file mode 100644
index 53ff19979779..000000000000
--- a/sys-devel/heirloom-devtools/heirloom-devtools-070527-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic readme.gentoo-r1 toolchain-funcs
-
-DESCRIPTION="Original UNIX development tools"
-HOMEPAGE="http://heirloom.sourceforge.net/devtools.html"
-SRC_URI="http://downloads.sourceforge.net/project/heirloom/${PN}/${PV}/${P}.tar.bz2"
-
-LICENSE="BSD BSD-4 CDDL"
-SLOT="0"
-KEYWORDS="~amd64 ~x64-solaris"
-IUSE=""
-
-DEPEND="app-shells/heirloom-sh"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${P}-solaris.patch"
- "${FILESDIR}/${P}-64-bit.patch"
- "${FILESDIR}/${P}-gcc6.patch"
-)
-
-DOC_CONTENTS="
- You may want to add /usr/5bin or /usr/ucb to \$PATH
- to enable using the apps of heirloom toolchest by default.
- Man pages are installed in /usr/share/man/5man/
- You may need to set \$MANPATH to access them.
-"
-
-src_prepare() {
- default
- sed -i \
- -e 's:^\(SHELL =\) \(.*\):\1 /bin/jsh:' \
- -e 's:^\(POSIX_SHELL =\) \(.*\):\1 /bin/sh:' \
- -e "s:^\(PREFIX=\)\(.*\):\1${EPREFIX}\2:" \
- -e "s:^\(SUSBIN=\)\(.*\):\1${EPREFIX}\2:" \
- -e "s:^\(LDFLAGS=\):\1${LDFLAGS}:" \
- -e "s:^\(CFLAGS=\)\(.*\):\1${CFLAGS}:" \
- -e 's:^\(STRIP=\)\(.*\):\1true:' \
- -e "s:^\(CXX = \)\(.*\):\1$(tc-getCXX):" \
- -e "s:^\(INSTALL=\)\(.*\):\1$(which install):" \
- ./mk.config
-
- echo "CC=$(tc-getCC)" >> "./mk.config"
-}
-
-src_compile() {
- emake -j1
-}
-
-src_install() {
- emake ROOT="${D}" install
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}