dev-tex/texmfind: Remove last-rited pkg

Closes: https://bugs.gentoo.org/634494
This commit is contained in:
Jonas Stein
2017-12-05 11:12:36 +01:00
parent 1a653b58d7
commit f053dac223
3 changed files with 0 additions and 47 deletions

View File

@@ -1 +0,0 @@
DIST texmfind-2010.1.tar.bz2 297318 SHA256 c139f96059c0cacaf654bdb57757589014203d3fcc4420ce66e108f5d98b6be4 SHA512 0f36d3036f39fdc24d742cc601712ea7fe91e3f29b5042f87523dd5a004acdb0e9be00f8d017a6f1761afd8c053ff33b9920535770c788acd0e97354bbc7153f WHIRLPOOL 88cdbf8cf57971779a41a1e6d1fac653249b4855f0c262708fec9a5e955c1a44cf8ddecf4c751bb33adfe499dee6815077add05e1e6715a9d37875047e2fdb7f

View File

@@ -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>

View File

@@ -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
}