Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-misc/wtf: ChangeLog wtf-20080912.ebuild wtf-20080715-r1.ebuild
Date: Fri, 12 Sep 2008 00:05:47
Message-Id: E1KdwAQ-0003hL-Ky@stork.gentoo.org
1 darkside 08/09/12 00:05:42
2
3 Modified: ChangeLog
4 Added: wtf-20080912.ebuild
5 Removed: wtf-20080715-r1.ebuild
6 Log:
7 Version bump, upstream accepted my changes. Remove old. This one is my stable candidate
8 (Portage version: 2.2_rc8/cvs/Linux 2.6.22-gentoo-r2 i686)
9
10 Revision Changes Path
11 1.23 games-misc/wtf/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/wtf/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/wtf/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/wtf/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 19 Aug 2008 16:47:23 -0000 1.22
24 +++ ChangeLog 12 Sep 2008 00:05:42 -0000 1.23
25 @@ -1,6 +1,14 @@
26 # ChangeLog for games-misc/wtf
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.22 2008/08/19 16:47:23 darkside Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.23 2008/09/12 00:05:42 darkside Exp $
30 +
31 +*wtf-20080912 (12 Sep 2008)
32 +
33 + 12 Sep 2008; Jeremy Olexa <darkside@g.o>
34 + -files/wtf-20080715-additions.patch, -wtf-20080715-r1.ebuild,
35 + +wtf-20080912.ebuild:
36 + Version bump, upstream accepted my changes. Remove old. This one is my
37 + stable candidate
38
39 *wtf-20080715-r1 (19 Aug 2008)
40
41
42
43
44 1.1 games-misc/wtf/wtf-20080912.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/wtf/wtf-20080912.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/wtf/wtf-20080912.ebuild?rev=1.1&content-type=text/plain
48
49 Index: wtf-20080912.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20080912.ebuild,v 1.1 2008/09/12 00:05:42 darkside Exp $
54
55 inherit eutils
56
57 DESCRIPTION="translates acronyms for you"
58 HOMEPAGE="http://netbsd.org/"
59 SRC_URI="http://dev.gentooexperimental.org/~darkside/distfiles/${PN}/${P}.tar.bz2"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
64 IUSE=""
65
66 DEPEND="!games-misc/bsd-games"
67 RDEPEND="${DEPEND}"
68
69 src_compile() {
70 :
71 }
72
73 src_install() {
74 dobin wtf || die "dogamesbin failed"
75 doman wtf.6
76 insinto /usr/share/misc
77 doins acronyms* || die "doins failed"
78 dodoc README
79 }