Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/libgrapple: ChangeLog libgrapple-0.9.4.ebuild
Date: Sat, 06 Sep 2008 21:26:43
Message-Id: E1Kc5In-0006cb-69@stork.gentoo.org
1 nyhm 08/09/06 21:26:41
2
3 Modified: ChangeLog
4 Added: libgrapple-0.9.4.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
8
9 Revision Changes Path
10 1.2 dev-games/libgrapple/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 30 Jun 2008 19:57:23 -0000 1.1
23 +++ ChangeLog 6 Sep 2008 21:26:40 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-games/libgrapple
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v 1.1 2008/06/30 19:57:23 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v 1.2 2008/09/06 21:26:40 nyhm Exp $
29 +
30 +*libgrapple-0.9.4 (06 Sep 2008)
31 +
32 + 06 Sep 2008; Tristan Heaven <nyhm@g.o> +libgrapple-0.9.4.ebuild:
33 + Version bump
34
35 *libgrapple-0.9.3 (30 Jun 2008)
36
37
38
39
40 1.1 dev-games/libgrapple/libgrapple-0.9.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libgrapple-0.9.4.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.4.ebuild,v 1.1 2008/09/06 21:26:40 nyhm Exp $
50
51 inherit autotools eutils
52
53 DESCRIPTION="A high level network layer for multiuser applications"
54 HOMEPAGE="http://grapple.linuxgamepublishing.com/grapple.php"
55 SRC_URI="http://osfiles.linuxgamepublishing.com/${P}.tbz"
56
57 LICENSE="LGPL-2.1"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 DEPEND="dev-libs/openssl"
63
64 src_unpack() {
65 unpack ${A}
66 cd "${S}"
67 eautoreconf
68 }
69
70 src_install() {
71 emake DESTDIR="${D}" install || die "emake install failed"
72 dodoc README* UPDATES
73 }