dev-tex/texmfind: Remove last-rited pkg
authorJonas Stein <jstein@gentoo.org>
Tue, 5 Dec 2017 10:12:36 +0000 (11:12 +0100)
committerJonas Stein <jstein@gentoo.org>
Tue, 5 Dec 2017 10:12:36 +0000 (11:12 +0100)
Closes: https://bugs.gentoo.org/634494

dev-tex/texmfind/Manifest [deleted file]
dev-tex/texmfind/metadata.xml [deleted file]
dev-tex/texmfind/texmfind-2010.1.ebuild [deleted file]

diff --git a/dev-tex/texmfind/Manifest b/dev-tex/texmfind/Manifest
deleted file mode 100644 (file)
index b63c6bf..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST texmfind-2010.1.tar.bz2 297318 SHA256 c139f96059c0cacaf654bdb57757589014203d3fcc4420ce66e108f5d98b6be4 SHA512 0f36d3036f39fdc24d742cc601712ea7fe91e3f29b5042f87523dd5a004acdb0e9be00f8d017a6f1761afd8c053ff33b9920535770c788acd0e97354bbc7153f WHIRLPOOL 88cdbf8cf57971779a41a1e6d1fac653249b4855f0c262708fec9a5e955c1a44cf8ddecf4c751bb33adfe499dee6815077add05e1e6715a9d37875047e2fdb7f
diff --git a/dev-tex/texmfind/metadata.xml b/dev-tex/texmfind/metadata.xml
deleted file mode 100644 (file)
index 51d139c..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>etux@bluewin.ch</email>
-               <name>Alexandre -- Untux</name>
-       </maintainer>
-       <maintainer type="person">
-               <email>aballier@gentoo.org</email>
-               <name>Alexis Ballier</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>tex@gentoo.org</email>
-               <name>Gentoo TeX Project</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>proxy-maint@gentoo.org</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-       <longdescription lang="en">
-               Little CLI utility for Gentoo-texlive end-users. Search for texmf-files
-               matching a grep regexp and get the corresponding ebuild. It consists of
-               a small Bash script, wrapping grep, and a flat data file containing (a
-               good chunk of) the texmf-files that can be installed from the main
-               portage tree.
-       </longdescription>
-       <upstream>
-               <remote-id type="launchpad">texmfind</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/dev-tex/texmfind/texmfind-2010.1.ebuild b/dev-tex/texmfind/texmfind-2010.1.ebuild
deleted file mode 100644 (file)
index 7a35899..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Locate the ebuild providing a certain texmf file through regexp"
-HOMEPAGE="https://launchpad.net/texmfind/
-       http://home.gna.org/texmfind"
-SRC_URI="https://launchpad.net/texmfind/2010/${PV}/+download/texmfind-${PV}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-}