From 7180900f7628e365077a0391f15ad72e7cf2e9ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 11 Sep 2019 13:25:13 +0200 Subject: [PATCH] dev-util/ftjam: Drop old MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../files/ftjam-2.5.3-debug-commandline.patch | 14 ------ dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild | 44 ------------------- 2 files changed, 58 deletions(-) delete mode 100644 dev-util/ftjam/files/ftjam-2.5.3-debug-commandline.patch delete mode 100644 dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild diff --git a/dev-util/ftjam/files/ftjam-2.5.3-debug-commandline.patch b/dev-util/ftjam/files/ftjam-2.5.3-debug-commandline.patch deleted file mode 100644 index ba6613430308..000000000000 --- a/dev-util/ftjam/files/ftjam-2.5.3-debug-commandline.patch +++ /dev/null @@ -1,14 +0,0 @@ -Make jam print the commandline it's executing. -Only useful for ebuild debugging - I just always forget how to enable it. - ---- ftjam-2.5.3rc2-orig/builds/unix/Makefile.in -+++ ftjam-2.5.3rc2/builds/unix/Makefile.in -@@ -16,7 +16,7 @@ - - all: jam0 - chmod a+w jambase.c -- ./jam0 -+ ./jam0 -dx -q - - include common.mk - diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild b/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild deleted file mode 100644 index 2e8142c44fce..000000000000 --- a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils toolchain-funcs versionator - -MY_PV=$(delete_version_separator _) - -DESCRIPTION="FTJam is a 100% compatible, enhanced implementation of the make alternative Jam" -HOMEPAGE="http://freetype.sourceforge.net/jam/index.html" -SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2" - -LICENSE="perforce GPL-2" -SLOT="0" -KEYWORDS="amd64 arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND="!dev-util/jam - sys-devel/bison" -RDEPEND="!dev-util/jam" - -S=${WORKDIR}/${PN}-${MY_PV} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-2.5.3-nostrip.patch - epatch "${FILESDIR}"/${PN}-2.5.3-i-hate-yacc.patch - epatch "${FILESDIR}"/${PN}-2.5.3-false-flags.patch -# epatch "${FILESDIR}"/${PN}-2.5.3-debug-commandline.patch # development only -} - -src_compile() { - tc-export CC - econf - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README README.ORG CHANGES INSTALL RELNOTES - dohtml Jam.html Jambase.html Jamfile.html -} -- 2.26.2