+++ /dev/null
-<?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>
+++ /dev/null
-# 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
-}