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.5.ebuild
Date: Thu, 02 Oct 2008 00:58:44
Message-Id: E1KlCWf-0004Oc-VK@stork.gentoo.org
1 nyhm 08/10/02 00:58:41
2
3 Modified: ChangeLog
4 Added: libgrapple-0.9.5.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
8
9 Revision Changes Path
10 1.3 dev-games/libgrapple/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 6 Sep 2008 21:26:40 -0000 1.2
23 +++ ChangeLog 2 Oct 2008 00:58:41 -0000 1.3
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.2 2008/09/06 21:26:40 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v 1.3 2008/10/02 00:58:41 nyhm Exp $
29 +
30 +*libgrapple-0.9.5 (02 Oct 2008)
31 +
32 + 02 Oct 2008; Tristan Heaven <nyhm@g.o> +libgrapple-0.9.5.ebuild:
33 + Version bump
34
35 *libgrapple-0.9.4 (06 Sep 2008)
36
37
38
39
40 1.1 dev-games/libgrapple/libgrapple-0.9.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libgrapple-0.9.5.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.5.ebuild,v 1.1 2008/10/02 00:58:41 nyhm Exp $
50
51 DESCRIPTION="A high level network layer for multiuser applications"
52 HOMEPAGE="http://grapple.linuxgamepublishing.com/"
53 SRC_URI="http://osfiles.linuxgamepublishing.com/${P}.tbz"
54
55 LICENSE="LGPL-2.1"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 DEPEND="dev-libs/openssl"
61
62 src_install() {
63 emake DESTDIR="${D}" install || die "emake install failed"
64 dodoc CREDITS README* UPDATES
65 }