Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-misc/asr-manpages: ChangeLog asr-manpages-1.3_rc6.ebuild
Date: Sat, 03 Nov 2007 23:09:13
Message-Id: E1IoS6x-0003Ks-4k@stork.gentoo.org
1 tupone 07/11/03 23:09:03
2
3 Modified: ChangeLog
4 Added: asr-manpages-1.3_rc6.ebuild
5 Log:
6 Version bump to 1.3 rc6
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.9 games-misc/asr-manpages/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/asr-manpages/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/asr-manpages/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/asr-manpages/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-misc/asr-manpages/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 24 Jun 2004 22:53:03 -0000 1.8
23 +++ ChangeLog 3 Nov 2007 23:09:02 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-misc/asr-manpages
26 -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-misc/asr-manpages/ChangeLog,v 1.8 2004/06/24 22:53:03 agriffis Exp $
28 +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-misc/asr-manpages/ChangeLog,v 1.9 2007/11/03 23:09:02 tupone Exp $
30 +
31 +*asr-manpages-1.3_rc6 (03 Nov 2007)
32 +
33 + 03 Nov 2007; Tupone Alfredo <tupone@g.o>
34 + +asr-manpages-1.3_rc6.ebuild:
35 + Version bump
36
37 03 Jun 2004; Gustavo Zacarias <gustavoz@g.o>
38 asr-manpages-1.3_rc5.ebuild:
39
40
41
42 1.1 games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: asr-manpages-1.3_rc6.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild,v 1.1 2007/11/03 23:09:02 tupone Exp $
52
53 inherit eutils
54
55 MY_R="6"
56 MY_P="${PN}_${PV/_rc6/}"
57 DESCRIPTION="set of humorous manual pages developed on alt.sysadmin.recovery"
58 HOMEPAGE="http://debian.org/"
59 SRC_URI="mirror://debian/pool/main/a/asr-manpages/${MY_P}.orig.tar.gz
60 mirror://debian/pool/main/a/asr-manpages/${MY_P}-${MY_R}.diff.gz"
61
62 LICENSE="as-is"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
65 IUSE=""
66
67 RDEPEND="virtual/man"
68
69 S=${WORKDIR}/${MY_P/_/-}.orig
70
71 src_unpack() {
72 unpack ${A}
73 epatch "${MY_P}-${MY_R}.diff"
74 }
75
76 src_install() {
77 rm -rf debian
78 doman * || die
79 }
80
81
82
83 --
84 gentoo-commits@g.o mailing list