Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-tex/texmfind
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/texmfind/ChangeLog,v 1.6 2008/07/06 03:14:58 wormo Exp $
05 Jul 2008; Stephanie Lockwood-Childs
texmfind-0.1.ebuild:
mark ~ppc
10 May 2008; Santiago M. Mola
amd64 stable
03 May 2008; Christian Faulhammer
stable x86
17 Mar 2008; Ferris McCormick
Add sparc keyword, examples work. Thanks to GMN for the tip and to aballier.
01 Mar 2008; Christian Faulhammer
keyword ~x86
*texmfind-0.1 (01 Mar 2008)
01 Mar 2008; Alexis Ballier
+texmfind-0.1.ebuild:
Initial import, thanks a lot Alexandre
DIST texmfind-0.1.tar.gz 286189 RMD160 316784dad19b72a27f0077be8a83dd1cc1a2590a SHA1 5a6caf7e4ff6a213803df94b8e2f5f9c9eaa8ee6 SHA256 f880a3a1034fb404ce51ff9f98e7c7a9628bb2f62be604377ae3cddad49991d1
EBUILD texmfind-0.1.ebuild 685 RMD160 19f76ae3d6b09b02b004b685119e9d30265297a6 SHA1 78f32ef5c92657b79f0d7019bc3f8c91cada8add SHA256 075aedb1f05c78808412c98dc99c5c07d17c1224f51e04dbd8b585f7ab24e6de
MISC ChangeLog 889 RMD160 46d67be90f7447d1b2286ed6f2d2c086567a41b6 SHA1 5db5e54256b58f005bf3628fa974435e7f6097e7 SHA256 8b170689d301ac5f7ebc4b62903005e4c7a17646315afd9da545d57248cc36f0
MISC metadata.xml 705 RMD160 95e4b4896127421623df536a2516002eaa2f7fbd SHA1 72857589bc711ef16ca609cac505d0af3912b68c SHA256 8ed09713bd58e4e225bfe87fe231a22058b4e2909bcb7fe79b60df0ba7538b8d
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.
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/texmfind/texmfind-0.1.ebuild,v 1.6 2008/07/06 03:14:58 wormo Exp $
DESCRIPTION="Finds which ebuild provide a texmf file matching a grep regexp."
HOMEPAGE="http://home.gna.org/texmfind"
SRC_URI="http://download.gna.org/texmfind/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE=""
src_install() {
dobin texmfind || die "dobin failed"
doman texmfind.1 || die "doman failed"
insinto /usr/share/texmf-site/texmfind || die "insinto failed"
doins texmf_files || die "doins failed"
}