diff options
author | 2021-01-19 09:38:28 +0100 | |
---|---|---|
committer | 2021-01-19 09:39:11 +0100 | |
commit | dd3bea0f844b0ddfcf1380db19e0b455b09fe9a0 (patch) | |
tree | baf87c729ee7a369e3f619066deecb027fef3b4a /app-text | |
parent | net-misc/dhcpd-pools: Remove last-rited pkg (diff) | |
download | gentoo-dd3bea0f844b0ddfcf1380db19e0b455b09fe9a0.tar.gz gentoo-dd3bea0f844b0ddfcf1380db19e0b455b09fe9a0.tar.bz2 gentoo-dd3bea0f844b0ddfcf1380db19e0b455b09fe9a0.zip |
app-text/ots: Remove last-rited pkg
Closes: https://bugs.gentoo.org/648964
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ots/Manifest | 1 | ||||
-rw-r--r-- | app-text/ots/files/ots-0.5.0-automake-1.13.patch | 12 | ||||
-rw-r--r-- | app-text/ots/files/ots-0.5.0-fix-installation.patch | 11 | ||||
-rw-r--r-- | app-text/ots/files/ots-0.5.0-fix-underlinking.patch | 22 | ||||
-rw-r--r-- | app-text/ots/files/ots-0.5.0-math.patch | 11 | ||||
-rw-r--r-- | app-text/ots/metadata.xml | 8 | ||||
-rw-r--r-- | app-text/ots/ots-0.5.0-r1.ebuild | 54 |
7 files changed, 0 insertions, 119 deletions
diff --git a/app-text/ots/Manifest b/app-text/ots/Manifest deleted file mode 100644 index 8e8b840d5ae7..000000000000 --- a/app-text/ots/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ots-0.5.0.tar.gz 371126 BLAKE2B 05785a4d4ec5feba421762ba58a7dab649f3fadcf83a3f809a73b8027c6668263a29305766aba1bba4ce9447e115a89a59788026d567b5b82f9e1c1f7a934d97 SHA512 736a672e16b741f2948e6874b88d4ade8e0450941915e65285f2fe661194a6d384a6abb267b15c3254c638750c644b4b2cf4279d7bda163b02336fcd8da9cfbe diff --git a/app-text/ots/files/ots-0.5.0-automake-1.13.patch b/app-text/ots/files/ots-0.5.0-automake-1.13.patch deleted file mode 100644 index 074eb0e53a83..000000000000 --- a/app-text/ots/files/ots-0.5.0-automake-1.13.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up ots-0.5.0/configure.in.automake-1_13 ots-0.5.0/configure.in ---- ots-0.5.0/configure.in.automake-1_13 2007-04-08 20:12:42.000000000 +0200 -+++ ots-0.5.0/configure.in 2013-01-09 02:31:52.690211708 +0100 -@@ -34,7 +34,7 @@ PACKAGE=ots - - dnl Specify a configuration file - dnl Initialize automake stuff --AM_CONFIG_HEADER(ots-config.h) -+AC_CONFIG_HEADERS(ots-config.h) - AM_INIT_AUTOMAKE($PACKAGE, $OTS_VERSION) - AM_MAINTAINER_MODE - diff --git a/app-text/ots/files/ots-0.5.0-fix-installation.patch b/app-text/ots/files/ots-0.5.0-fix-installation.patch deleted file mode 100644 index 757f4f86b80b..000000000000 --- a/app-text/ots/files/ots-0.5.0-fix-installation.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- dic/Makefile.am~ 2003-07-22 16:56:03.000000000 +0200 -+++ dic/Makefile.am 2009-06-01 00:40:17.000000000 +0200 -@@ -1,7 +1,7 @@ - DICTS=bg.xml ca.xml cs.xml cy.xml da.xml de.xml el.xml en.xml eo.xml es.xml \ - et.xml eu.xml fi.xml fr.xml ga.xml gl.xml he.xml hu.xml ia.xml id.xml \ - is.xml it.xml lv.xml mi.xml ms.xml mt.xml nl.xml nn.xml pl.xml pt.xml \ -- ro.xml ru.xml sv.xml tl.xml tr.xml uk.xml yi.xml en.xml -+ ro.xml ru.xml sv.xml tl.xml tr.xml uk.xml yi.xml - - pkgdata_DATA = $(DICTS) - diff --git a/app-text/ots/files/ots-0.5.0-fix-underlinking.patch b/app-text/ots/files/ots-0.5.0-fix-underlinking.patch deleted file mode 100644 index dd9295930c33..000000000000 --- a/app-text/ots/files/ots-0.5.0-fix-underlinking.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- src/Makefile.in.orig 2007-04-08 20:17:23.000000000 +0200 -+++ src/Makefile.in 2008-07-05 02:16:42.000000000 +0200 -@@ -108,7 +108,7 @@ - - lib_LTLIBRARIES = libots-1.la - --libots_1_la_LIBADD = $(OTS_LIBS) -+libots_1_la_LIBADD = $(OTS_LIBS) -lm - libots_1_la_LDFLAGS = -version-info @VERSION_INFO@ $(no_undefined) - libots_1_la_SOURCES = libots.h article.c dictionary.c grader.c grader-tf.c grader-tc.c grader-tc.h html.c parser.c text.c stemmer.c highlighter.c wordlist.c relations.c - ---- src/Makefile.am~ 2007-04-08 18:21:51.000000000 +0200 -+++ src/Makefile.am 2009-06-01 00:28:53.000000000 +0200 -@@ -20,7 +20,7 @@ - - lib_LTLIBRARIES = libots-1.la - --libots_1_la_LIBADD = $(OTS_LIBS) -+libots_1_la_LIBADD = $(OTS_LIBS) -lm - libots_1_la_LDFLAGS = -version-info @VERSION_INFO@ $(no_undefined) - libots_1_la_SOURCES = \ - libots.h \ diff --git a/app-text/ots/files/ots-0.5.0-math.patch b/app-text/ots/files/ots-0.5.0-math.patch deleted file mode 100644 index da964c25f612..000000000000 --- a/app-text/ots/files/ots-0.5.0-math.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --exclude='*~' -Naur ots-0.5.0.orig/src/grader-tf.c ots-0.5.0/src/grader-tf.c ---- ots-0.5.0.orig/src/grader-tf.c 2008-05-17 12:17:23.000000000 +0000 -+++ ots-0.5.0/src/grader-tf.c 2008-05-17 12:17:37.000000000 +0000 -@@ -22,6 +22,7 @@ - #include <stdlib.h> - #include <string.h> - #include "libots.h" -+#include <math.h> - - /*Grader - using the Term frequency algorithm. Will give each line a score*/ - diff --git a/app-text/ots/metadata.xml b/app-text/ots/metadata.xml deleted file mode 100644 index 88f5ac008b4a..000000000000 --- a/app-text/ots/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">libots</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-text/ots/ots-0.5.0-r1.ebuild b/app-text/ots/ots-0.5.0-r1.ebuild deleted file mode 100644 index 0dd8f38da851..000000000000 --- a/app-text/ots/ots-0.5.0-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils ltprune - -DESCRIPTION="Open source Text Summarizer, as used in newer releases of abiword and kword" -HOMEPAGE="http://libots.sourceforge.net/" -SRC_URI="mirror://sourceforge/libots/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~sparc x86" -IUSE="" - -RDEPEND=" - dev-libs/glib:2 - >=dev-libs/libxml2-2.4.23 - >=dev-libs/popt-1.5 -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO" - -src_prepare() { - # ugly ugly hack, kick upstream to fix its packaging - touch "${S}"/gtk-doc.make - - epatch "${FILESDIR}"/${P}-math.patch - epatch "${FILESDIR}"/${P}-automake-1.13.patch - epatch "${FILESDIR}"/${P}-fix-installation.patch - epatch "${FILESDIR}"/${P}-fix-underlinking.patch - eautoreconf -} - -src_configure() { - # bug 97448 - econf \ - --disable-gtk-doc \ - --disable-static -} - -src_compile() { - # parallel make fails, bug 112932 - emake -j1 -} - -src_install() { - default - prune_libtool_files - rm -rf "${D}"/usr/share/doc/libots -} |