public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/fhist/, dev-util/fhist/files/
@ 2018-12-29 12:34 Mikle Kolyada
  0 siblings, 0 replies; only message in thread
From: Mikle Kolyada @ 2018-12-29 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f41b5f7aaa3e2cb0cca913d6d642732b49948044
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 12:34:30 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 12:34:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41b5f7a

dev-util/fhist: remove last rited package

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-util/fhist/Manifest                       |  3 --
 dev-util/fhist/fhist-1.16.ebuild              | 45 ---------------------------
 dev-util/fhist/fhist-1.19.ebuild              | 29 -----------------
 dev-util/fhist/fhist-1.21.ebuild              | 29 -----------------
 dev-util/fhist/files/1.19-ldflags.patch       | 43 -------------------------
 dev-util/fhist/files/fhist-1.21-ldflags.patch | 40 ------------------------
 dev-util/fhist/metadata.xml                   | 11 -------
 7 files changed, 200 deletions(-)

diff --git a/dev-util/fhist/Manifest b/dev-util/fhist/Manifest
deleted file mode 100644
index 259b7a6d011..00000000000
--- a/dev-util/fhist/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST fhist-1.16.tar.gz 383180 BLAKE2B d80c0d72733344498fc3082ca0906b50d4de78b1a6656c2a3b72758fa5e509fd20b40ef6f25c570a93b00db58f563d2c3fd08be40e33096d6e6491e436a13219 SHA512 919fc4d424e1f878404ec2d305dbcd66a4697c88c38af54033bdb178704cf08997c816d75db93ddbfc5248f29b997c4b8aaa3fd98ee790c32582124fc332bc1d
-DIST fhist-1.19.tar.gz 409083 BLAKE2B 15efaf7441dbdd39bfa21dc74cef912b10cf82c24e4484c44c8469f68570025563b6303dfb003341835124df7b7cb71ff84628f6440f69ab531c53172914af25 SHA512 d93f0ce1b29e527af5de3f49d44ebc11567f53bb0b428322daa42b0a4a14ae75333ffcb9a65ba14b2a6240d57be7bdf7632e6b4eccd071d4e9b6e90c14c317a9
-DIST fhist-1.21.D001.tar.gz 409961 BLAKE2B 275406a8f49d70b41fe1595d907e8a5a3aad8c1802933fec06e7839e22e770975bdcdcc1e743a9c554b1060bf0c4ebd3c23d4efd240fca32ce10096a690b6ba1 SHA512 9f69ba29bdd44b4888decdcfb7db49a29a1c9611ae5cd733af2e3ec04afc498674854616335d13ca732a6485cbffafc6a4072d14a9638ead1dea4412a2070f97

diff --git a/dev-util/fhist/fhist-1.16.ebuild b/dev-util/fhist/fhist-1.16.ebuild
deleted file mode 100644
index 28569ab1366..00000000000
--- a/dev-util/fhist/fhist-1.16.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="File history and comparison tools"
-HOMEPAGE="http://fhist.sourceforge.net/fhist.html"
-SRC_URI="http://fhist.sourceforge.net/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~ppc x86"
-IUSE="test"
-
-RDEPEND="sys-devel/gettext
-		sys-apps/groff"
-DEPEND="${RDEPEND}
-		test? ( app-arch/sharutils )
-		sys-devel/bison"
-
-MAKEOPTS+=" -j1"
-
-src_compile() {
-	econf
-	emake || die "emake failed"
-}
-
-src_test() {
-	emake sure || die "src_test failed"
-}
-
-src_install () {
-	emake \
-		RPM_BUILD_ROOT="${D}" \
-		NLSDIR="${D}/usr/share/locale" \
-		install || die "make install failed"
-
-	dodoc lib/en/*.txt || die
-	dodoc lib/en/*.ps || die
-
-	# remove duplicate docs etc.
-	rm -r "${D}"/usr/share/fhist
-
-	dodoc MANIFEST README || die
-}

diff --git a/dev-util/fhist/fhist-1.19.ebuild b/dev-util/fhist/fhist-1.19.ebuild
deleted file mode 100644
index c23d28e436b..00000000000
--- a/dev-util/fhist/fhist-1.19.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="File history and comparison tools"
-HOMEPAGE="http://fhist.sourceforge.net/fhist.html"
-SRC_URI="http://fhist.sourceforge.net/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-	dev-libs/libexplain
-	sys-devel/gettext
-	sys-apps/groff"
-DEPEND="${RDEPEND}
-	sys-devel/bison
-	test? ( app-arch/sharutils )"
-
-src_prepare() {
-	MAKEOPTS+=" -j1"
-	epatch "${FILESDIR}"/${PV}-ldflags.patch
-	append-cflags -fgnu89-inline
-}

diff --git a/dev-util/fhist/fhist-1.21.ebuild b/dev-util/fhist/fhist-1.21.ebuild
deleted file mode 100644
index 1f783dcb8d3..00000000000
--- a/dev-util/fhist/fhist-1.21.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="File history and comparison tools"
-HOMEPAGE="http://fhist.sourceforge.net/fhist.html"
-SRC_URI="http://fhist.sourceforge.net/${P}.D001.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-	dev-libs/libexplain
-	sys-devel/gettext
-	sys-apps/groff"
-DEPEND="${RDEPEND}
-	sys-devel/bison
-	test? ( app-arch/sharutils )"
-
-src_prepare() {
-	MAKEOPTS+=" -j1"
-	epatch "${FILESDIR}"/${P}-ldflags.patch
-	append-cflags -fgnu89-inline
-}

diff --git a/dev-util/fhist/files/1.19-ldflags.patch b/dev-util/fhist/files/1.19-ldflags.patch
deleted file mode 100644
index c0fa0e825a9..00000000000
--- a/dev-util/fhist/files/1.19-ldflags.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index 8aa8408..2c39b28 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -500,8 +500,9 @@ common/sub/expr.$(OBJEXT): common/sub/expr.c common/ac/stdarg.h \
- 	$(CC) $(CPPFLAGS) $(CFLAGS) -I. -c common/sub/expr.c
- 	mv expr.$(OBJEXT) common/sub/expr.$(OBJEXT)
- 
--common/sub/expr_gram.yacc.c common/sub/expr_gram.yacc.h: \
--		common/sub/expr_gram.y
-+common/sub/expr_gram.yacc.c: common/sub/expr_gram.yacc.h
-+
-+common/sub/expr_gram.yacc.h:  common/sub/expr_gram.y
- 	$(YACC) -d common/sub/expr_gram.y
- 	sed -e 's/[yY][yY]/sub_expr_gram_/g' y.tab.c > \
- 		common/sub/expr_gram.yacc.c
-@@ -961,7 +962,7 @@ common/libcommon.a: $(lib_obj)
- fcomp_obj = fcomp/main.$(OBJEXT)
- 
- bin/fcomp$(EXEEXT): $(fcomp_obj) common/libcommon.a .bin
--	$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(fcomp_obj) \
-+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(fcomp_obj) \
- 		common/libcommon.a $(LIBS)
- 
- $(bindir)/fcomp$(EXEEXT): bin/fcomp$(EXEEXT) .bindir
-@@ -974,7 +975,7 @@ fhist_obj = fhist/breaks.$(OBJEXT) fhist/diff.$(OBJEXT) \
- 		fhist/subroutine.$(OBJEXT) fhist/update.$(OBJEXT)
- 
- bin/fhist$(EXEEXT): $(fhist_obj) common/libcommon.a .bin
--	$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(fhist_obj) \
-+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(fhist_obj) \
- 		common/libcommon.a $(LIBS)
- 
- $(bindir)/fhist$(EXEEXT): bin/fhist$(EXEEXT) .bindir
-@@ -983,7 +984,7 @@ $(bindir)/fhist$(EXEEXT): bin/fhist$(EXEEXT) .bindir
- fmerge_obj = fmerge/main.$(OBJEXT) fmerge/work.$(OBJEXT)
- 
- bin/fmerge$(EXEEXT): $(fmerge_obj) common/libcommon.a .bin
--	$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(fmerge_obj) \
-+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(fmerge_obj) \
- 		common/libcommon.a $(LIBS)
- 
- $(bindir)/fmerge$(EXEEXT): bin/fmerge$(EXEEXT) .bindir

diff --git a/dev-util/fhist/files/fhist-1.21-ldflags.patch b/dev-util/fhist/files/fhist-1.21-ldflags.patch
deleted file mode 100644
index 00aab69d749..00000000000
--- a/dev-util/fhist/files/fhist-1.21-ldflags.patch
+++ /dev/null
@@ -1,40 +0,0 @@
- Makefile.in | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index ba4e4c2..c0e552a 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -916,8 +916,8 @@ common/libcommon.a: $(common_obj)
- fcomp_obj = fcomp/main.$(OBJEXT)
- 
- bin/fcomp$(EXEEXT): $(fcomp_obj) common/libcommon.a .bin
--	$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(fcomp_obj) common/libcommon.a \
--		$(LDFLAGS) $(LIBS)
-+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(fcomp_obj) common/libcommon.a \
-+		$(LIBS)
- 
- $(bindir)/fcomp$(EXEEXT): bin/fcomp$(EXEEXT) .bindir
- 	$(INSTALL_PROGRAM) bin/fcomp$(EXEEXT) $@
-@@ -928,8 +928,8 @@ fhist_obj = fhist/breaks.$(OBJEXT) fhist/diff.$(OBJEXT) fhist/extract.$(OBJEXT)
- 		fhist/subroutine.$(OBJEXT) fhist/update.$(OBJEXT)
- 
- bin/fhist$(EXEEXT): $(fhist_obj) common/libcommon.a .bin
--	$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(fhist_obj) common/libcommon.a \
--		$(LDFLAGS) $(LIBS)
-+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(fhist_obj) common/libcommon.a \
-+		$(LIBS)
- 
- $(bindir)/fhist$(EXEEXT): bin/fhist$(EXEEXT) .bindir
- 	$(INSTALL_PROGRAM) bin/fhist$(EXEEXT) $@
-@@ -937,8 +937,8 @@ $(bindir)/fhist$(EXEEXT): bin/fhist$(EXEEXT) .bindir
- fmerge_obj = fmerge/main.$(OBJEXT) fmerge/work.$(OBJEXT)
- 
- bin/fmerge$(EXEEXT): $(fmerge_obj) common/libcommon.a .bin
--	$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(fmerge_obj) common/libcommon.a \
--		$(LDFLAGS) $(LIBS)
-+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(fmerge_obj) common/libcommon.a \
-+		$(LIBS)
- 
- $(bindir)/fmerge$(EXEEXT): bin/fmerge$(EXEEXT) .bindir
- 	$(INSTALL_PROGRAM) bin/fmerge$(EXEEXT) $@

diff --git a/dev-util/fhist/metadata.xml b/dev-util/fhist/metadata.xml
deleted file mode 100644
index 71ffe3a34b2..00000000000
--- a/dev-util/fhist/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>shell-tools@gentoo.org</email>
-		<name>Gentoo Shell Tools Project</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="sourceforge">fhist</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-29 12:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-29 12:34 [gentoo-commits] repo/gentoo:master commit in: dev-util/fhist/, dev-util/fhist/files/ Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox