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: metadata.xml ChangeLog Manifest libgrapple-0.9.3.ebuild
Date: Mon, 30 Jun 2008 19:57:30
Message-Id: E1KDPV6-00011h-GB@stork.gentoo.org
1 nyhm 08/06/30 19:57:24
2
3 Added: metadata.xml ChangeLog Manifest
4 libgrapple-0.9.3.ebuild
5 Log:
6 Initial commit, bug #145204
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.9 x86_64)
8
9 Revision Changes Path
10 1.1 dev-games/libgrapple/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>games</herd>
21 </pkgmetadata>
22
23
24
25 1.1 dev-games/libgrapple/ChangeLog
26
27 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for dev-games/libgrapple
33 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v 1.1 2008/06/30 19:57:23 nyhm Exp $
35
36 *libgrapple-0.9.3 (30 Jun 2008)
37
38 30 Jun 2008; Tristan Heaven <nyhm@g.o>
39 +files/libgrapple-0.9.3-64bit.patch, +metadata.xml,
40 +libgrapple-0.9.3.ebuild:
41 Initial commit, bug #145204
42
43
44
45
46 1.1 dev-games/libgrapple/Manifest
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/Manifest?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/Manifest?rev=1.1&content-type=text/plain
50
51 Index: Manifest
52 ===================================================================
53 AUX libgrapple-0.9.3-64bit.patch 794 RMD160 00ab11de73616b651bc1c3218d3b9567007cbd6a SHA1 e76ce73de32ee6900bf8280d02839fffb1e1b543 SHA256 b715e22b65501af4296331a7c4106e7a9c6f94720828e8657d89060b2c53cdde
54 DIST libgrapple-0.9.3.tbz 173072 RMD160 de5663149db3c301b6b66522b32963439b265b7b SHA1 d9210b36b07e3af72db37c224e3e04c8bb054804 SHA256 a9c6d800f0a4cc5610a297142b4993e2816238abc17757574e2ca7b1331626e2
55 EBUILD libgrapple-0.9.3.ebuild 618 RMD160 fd85bec7cae640d20630937eaaf495c9eae37c41 SHA1 b152af1f862ba9193ff5f462ca6a5ba0fcc375f5 SHA256 d695372f503991106ffab2b62beac7d0101e6c1d2b95594c54a680346ad8f252
56 MISC ChangeLog 315 RMD160 1d5cc4d614d7b7a94a67d803832c17a2b133cb4e SHA1 ec48be453bf049e237af5431052209154b0e1a3e SHA256 7bb985248c0684bf0eb468c69b669dc5536457595852039a33c787149c21f2e2
57 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
58
59
60
61 1.1 dev-games/libgrapple/libgrapple-0.9.3.ebuild
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.3.ebuild?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.3.ebuild?rev=1.1&content-type=text/plain
65
66 Index: libgrapple-0.9.3.ebuild
67 ===================================================================
68 # Copyright 1999-2008 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 # $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.3.ebuild,v 1.1 2008/06/30 19:57:23 nyhm Exp $
71
72 inherit eutils autotools
73
74 DESCRIPTION="A high level network layer for multiuser applications"
75 HOMEPAGE="http://grapple.linuxgamepublishing.com/grapple.php"
76 SRC_URI="http://osfiles.linuxgamepublishing.com/${P}.tbz"
77
78 LICENSE="LGPL-2.1"
79 SLOT="0"
80 KEYWORDS="~amd64 ~x86"
81 IUSE=""
82
83 DEPEND="dev-libs/openssl"
84
85 src_unpack() {
86 unpack ${A}
87 cd "${S}"
88 epatch "${FILESDIR}"/${P}-64bit.patch
89 eautoreconf
90 }
91
92 src_install() {
93 emake DESTDIR="${D}" install || die "emake install failed"
94 dodoc README* UPDATES
95 }
96
97
98
99 --
100 gentoo-commits@l.g.o mailing list