summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-11-06 12:50:00 -0500
committerMichael Orlitzky <mjo@gentoo.org>2017-11-06 12:50:00 -0500
commitaacf403277b716c169a5d2952d5d70ba10b4d8b5 (patch)
tree4b1e1f78a6e23c810bd857207bf0ebbf9148e3f5
parentdev-php/PEAR-Numbers_Words: remove unused PEAR-Numbers_Words-0.18.1.ebuild. (diff)
downloadgentoo-aacf403277b716c169a5d2952d5d70ba10b4d8b5.tar.gz
gentoo-aacf403277b716c169a5d2952d5d70ba10b4d8b5.tar.bz2
gentoo-aacf403277b716c169a5d2952d5d70ba10b4d8b5.zip
app-misc/glimpse: remove glimpse-4.18.5.ebuild.
The glimpse-4.18.5 ebuild was EAPI=0 and was waiting to be killed. It was not quite "unused," since it was the last version that was stable on sparc, but these days sparc is an unstable arch. There is still an unstable ~sparc keyword on the remaining ebuild. Closes: https://bugs.gentoo.org/617680 Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--app-misc/glimpse/Manifest1
-rw-r--r--app-misc/glimpse/files/glimpse-4.18.5-makefile.patch42
-rw-r--r--app-misc/glimpse/glimpse-4.18.5.ebuild54
3 files changed, 0 insertions, 97 deletions
diff --git a/app-misc/glimpse/Manifest b/app-misc/glimpse/Manifest
index 32d8385fa63a..5087deb81d39 100644
--- a/app-misc/glimpse/Manifest
+++ b/app-misc/glimpse/Manifest
@@ -1,2 +1 @@
-DIST glimpse-4.18.5.tar.gz 402754 SHA256 ef15d43db09d59fdce6d46343ac38a3d996924dfce3287ba63c76e6be93b70e1 SHA512 74cdc44f3eff6da62456f5ff6cf13172386bf73175e05258965ca15408bb77839b7e8bfc07e16c1cd4b4ebfaf499097ee24aac5ec77427390ed7e6e9ae3343de WHIRLPOOL a99a39168848869cf88a7664528f10b110c9b5f71c5859a3f9861599cfd0a887d512ae97f4b2fa84da1415fbe0df236259f16cbdad2c1ddfc85569424f162422
DIST glimpse-4.18.6.tar.gz 812595 SHA256 0c21d27d6a3fe37dacdc66ef9194623f5a94b2f5d221dff8f187f69f629beade SHA512 884daf2057f46bbe29ad2c3e9000e18a3fcc5101abdcb5193dcf66e5da650e2528a6d2cef05ab4176243f381ba03f533cba989cad329697808d97a61f1b42d3a WHIRLPOOL 9b6ecf23ed3a15f53d9324de0a271722a3d8a6b153d146388a25a2e3878ffda537e16ec3d7a2903dd964acfc889352bf89fb28c8a99309793ceefa215b2f4ae6
diff --git a/app-misc/glimpse/files/glimpse-4.18.5-makefile.patch b/app-misc/glimpse/files/glimpse-4.18.5-makefile.patch
deleted file mode 100644
index 86064099adf2..000000000000
--- a/app-misc/glimpse/files/glimpse-4.18.5-makefile.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- Makefile.in 2006-03-10 20:42:12.000000000 -0500
-+++ Makefile.in.new 2010-08-12 21:12:41.000000000 -0400
-@@ -52,7 +52,7 @@
- PROGAGREP = agrep/agrep
- OPTIMIZEFLAGS = -O2
- INCLUDEFLAGS = -I$(INDEXDIR) -I$(AGREPDIR) -I$(TEMPLATEDIR)/include
--CFLAGS = $(INCLUDEFLAGS) $(DEFS)
-+CFLAGS = $(INCLUDEFLAGS) $(DEFS) $(OPTIMIZEFLAGS)
-
- OBJS = get_filename.o \
- get_index.o \
-@@ -78,7 +78,7 @@
- $(INDEXDIR)/memlook.c \
- $(INDEXDIR)/io.c
-
--all: build-sub @TARGET@
-+all: build-sub
- Sall: $(PROG) $(PROGSERVER) $(PROGINDEX)
- agrep: $(PROGAGREP)
- NOTSall: $(NOTSPROG) $(NOTSPROGSERVER)
-@@ -87,6 +87,7 @@
- for d in $(SUBDIRS) ; do \
- ( cd $$d; $(MAKE) ); \
- done
-+ $(MAKE) @TARGET@
-
- # Check target
-
-@@ -105,11 +106,11 @@
-
- install-man:
- for d in $(MANUAL) ; do \
-- $(INSTALL_MAN) $$d $(mandir) ; \
-+ $(INSTALL_MAN) $$d $(mandir)/man1/ ; \
- done
-
- installdirs: mkinstalldirs
-- $(srcdir)/mkinstalldirs $(bindir) $(mandir)
-+ $(srcdir)/mkinstalldirs $(bindir) $(mandir)/man1/
-
- clean:
- for d in $(SUBDIRS); do \
diff --git a/app-misc/glimpse/glimpse-4.18.5.ebuild b/app-misc/glimpse/glimpse-4.18.5.ebuild
deleted file mode 100644
index b91dcc1c0f1e..000000000000
--- a/app-misc/glimpse/glimpse-4.18.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="A index/query system to search a large set of files quickly"
-HOMEPAGE="http://webglimpse.net/"
-SRC_URI="http://webglimpse.net/trial/${P}.tar.gz"
-
-LICENSE="glimpse"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="static"
-
-RDEPEND="!dev-libs/tre
- !dev-ruby/amatch
- !app-text/agrep"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e "s:CC=.*:CC=$(tc-getCC):" \
- -e 's:-O3 -fomit-frame-pointer:$(OPTIMIZEFLAGS):' \
- dynfilters/Makefile.in \
- || die "removing -O3 failed"
- sed -i \
- -e '/^CFLAGS/s:$: $(OPTIMIZEFLAGS):' \
- {agrep,compress,index}/Makefile.in \
- libtemplate/{template,util}/Makefile.in \
- || die "inserting OPTIMIZEFLAGS failed"
- sed -i \
- -e 's:$(mandir):&/man1/:' \
- agrep/Makefile.in \
- || die "adding man1 to man install dir failed"
-
- sed -i \
- -e '/^LDFLAGS/d' \
- {agrep,compress,index}/Makefile.in \
- || die "LDFLAGS sed failed"
-
- epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_compile() {
- use static && append-ldflags -static
-
- econf || die
- emake OPTIMIZEFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- einstall || die
-}