ChangeLog

# ChangeLog for app-doc/jargon
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/jargon/ChangeLog,v 1.9 2007/08/11 17:48:32 dirtyepic Exp $

11 Aug 2007; Ryan Hill metadata.xml:
^^^ Maintainer

13 May 2007; Thilo Bangert metadata.xml:
add herd

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

27 Jun 2005; Michael Sterrett jargon-4.4.7.ebuild:
fix up css path - patch from parafin-spobs@yandex.ru via bug #97134

23 Jun 2004; Michael Sterrett jargon-4.4.7.ebuild:
Don't install twice the graphics (bug #44336)

22 Feb 2004; Grant Goodyear jargon-4.4.7.ebuild:
Removing spurious x86obsd keyword

*jargon-4.4.7 (05 Feb 2004)

05 Feb 2004; Michael Sterrett jargon-4.4.7.ebuild:
initial commit (bug 40375)

Manifest

DIST jargon-4.4.7.tar.gz 9061260 RMD160 67cb4e3445365d1c7d8a0a84083435308a746d33 SHA1 5019fecaf3eec8647e8193551a964176fa44b26c SHA256 d93627a2b581081457d0a48a767080bc47954240ca5908a2439606dd0cd16911
EBUILD jargon-4.4.7.ebuild 748 RMD160 3cb89bf205fec57bf2a78f1f4a415066f42174f0 SHA1 f9290756d857978d7d11dff55a491f03e267082b SHA256 c690d07fb221d17069a00b04c4a3c8b34956c9887e513ff044c6689acb058363
MISC ChangeLog 969 RMD160 dcabd27705748baa4d85b7bc9806dd2ab2a0e03b SHA1 4037efa067fadd28c2c9023cddc9454422baa285 SHA256 0c25a6ac2a99a08fc9dc4f3b1b5f0af9cbcf8cd835fd5310b5cf1d9210fe33ac
MISC metadata.xml 253 RMD160 b096274af87f9c103c75a962caafb7119d8806ce SHA1 12215f17ab0f6da7874825f25053cfd2a974a03b SHA256 360fc3b66d6f2c93018d2e4dc3bed95a8f078fd6097e15c2e42552fe4fa2bdc6

jargon-4.4.7.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/jargon/jargon-4.4.7.ebuild,v 1.7 2005/06/27 19:40:48 mr_bones_ Exp $

DESCRIPTION="A comprehensive compendium of hacker slang illuminating many aspects of hackish tradition, folklore, and humor"
HOMEPAGE="http://www.catb.org/~esr/jargon"
SRC_URI="http://www.catb.org/~esr/jargon/${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
IUSE=""

src_unpack() {
unpack ${A}
find "${S}" -name .xvpics | xargs rm -rf
cd "${S}/html"
sed -i -e 's#\.\./\.\.#..#' */* \
|| die "sed failed"
}

src_install() {
dohtml -r html/* || die "dohtml failed"
}

metadata.xml




no-herd

dirtyepic@gentoo.org
Ryan Hill