diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-28 06:28:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-28 06:28:12 +0000 |
commit | 9771671a18489f3787d41334f53b3f5ca85e2329 (patch) | |
tree | f6a742216948f6a1d83538105ff6c23cdcd5ddeb /games-misc | |
parent | add missing opengl to IUSE (Manifest recommit) (diff) | |
download | gentoo-2-9771671a18489f3787d41334f53b3f5ca85e2329.tar.gz gentoo-2-9771671a18489f3787d41334f53b3f5ca85e2329.tar.bz2 gentoo-2-9771671a18489f3787d41334f53b3f5ca85e2329.zip |
inherit eutils for epatch; use epatch; use mirror://; fix IUSE
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/asr-manpages/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/games-misc/asr-manpages/ChangeLog b/games-misc/asr-manpages/ChangeLog index 9d2c2e649426..e61ef8edf991 100644 --- a/games-misc/asr-manpages/ChangeLog +++ b/games-misc/asr-manpages/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/asr-manpages -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/asr-manpages/ChangeLog,v 1.2 2003/09/10 20:26:08 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/asr-manpages/ChangeLog,v 1.3 2004/03/28 06:28:12 mr_bones_ Exp $ + + 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + asr-manpages-1.3_rc5.ebuild: + inherit eutils for epatch; use epatch; use mirror://; fix IUSE *asr-manpages-1.3_rc5 (13 Feb 2003) diff --git a/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild b/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild index 6a153e47a83f..9856a0cedd89 100644 --- a/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild +++ b/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild @@ -1,17 +1,20 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild,v 1.2 2004/02/20 06:43:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild,v 1.3 2004/03/28 06:28:12 mr_bones_ Exp $ + +inherit eutils MY_R="5" MY_P="${PN}_${PV/_rc5/}" DESCRIPTION="set of humorous manual pages developed on alt.sysadmin.recovery" HOMEPAGE="http://debian.org/" 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}-${MY_R}.diff.gz" + mirror://debian/pool/main/a/asr-manpages/${MY_P}-${MY_R}.diff.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" RDEPEND="sys-apps/man" @@ -19,7 +22,7 @@ S="${WORKDIR}/${MY_P/_/-}.orig" src_unpack() { unpack ${A} - patch -p0 < ${MY_P}-${MY_R}.diff || die + epatch "${MY_P}-${MY_R}.diff" } src_install() { |