Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8711 - app-games/funny-manpages-1.3-r4 (new ebuild)
Summary: app-games/funny-manpages-1.3-r4 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-03 11:14 UTC by Paul Belt
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Belt 2002-10-03 11:14:42 UTC
# Copyright 2002 Paul Belt
# Distributed under the terms of the GNU General Public License v2

# Author:  Paul Belt <gaarde at users dot sourceforge dot net>

DESCRIPTION="A set of humorous manual pages developed on alt.sysadmin.recovery
(don't treat them seriously!). They document a set of really useful tools that
for some strange reason are not included in any implementation of Unix. This
includes such famous commands as lart, sysadmin, luser, bosskill and others."

HOMEPAGE="http://debian.org"

MY_P="${PN}_${PV}"
S="${WORKDIR}/${P}.orig"

SRC_URI="http://ftp.debian.org/debian/pool/main/a/asr-manpages/${MY_P}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/a/asr-manpages/${MY_P}-5.diff.gz"

LICENSE=""
SLOT="0"
KEYWORDS="any"
RDEPEND="sys-apps/man"
DEPEND="${RDEPEND}"

src_unpack() {
   unpack ${A}
   patch -p0 < ${MY_P}-5.diff
}

src_compile() {
        einfo * Nothing to compile
}

src_install () {
    rm -rf ${S}/debian
        doman ${S}/*
}