summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-09-06 21:26:40 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-09-06 21:26:40 +0000
commite066bd85c1f74455a51107cb01c3587aa4dc319c (patch)
treec24f345113cd3e42d23ccb7404fedc8fa72daf00 /dev-games/libgrapple
parentRemove sys-devel/libtool from RDEPEND; bug #221613 (diff)
downloadgentoo-2-e066bd85c1f74455a51107cb01c3587aa4dc319c.tar.gz
gentoo-2-e066bd85c1f74455a51107cb01c3587aa4dc319c.tar.bz2
gentoo-2-e066bd85c1f74455a51107cb01c3587aa4dc319c.zip
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'dev-games/libgrapple')
-rw-r--r--dev-games/libgrapple/ChangeLog7
-rw-r--r--dev-games/libgrapple/libgrapple-0.9.4.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-games/libgrapple/ChangeLog b/dev-games/libgrapple/ChangeLog
index ea7775fc39b9..0c2cbcf0ee8d 100644
--- a/dev-games/libgrapple/ChangeLog
+++ b/dev-games/libgrapple/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-games/libgrapple
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v 1.1 2008/06/30 19:57:23 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v 1.2 2008/09/06 21:26:40 nyhm Exp $
+
+*libgrapple-0.9.4 (06 Sep 2008)
+
+ 06 Sep 2008; Tristan Heaven <nyhm@gentoo.org> +libgrapple-0.9.4.ebuild:
+ Version bump
*libgrapple-0.9.3 (30 Jun 2008)
diff --git a/dev-games/libgrapple/libgrapple-0.9.4.ebuild b/dev-games/libgrapple/libgrapple-0.9.4.ebuild
new file mode 100644
index 000000000000..4155010dd7a1
--- /dev/null
+++ b/dev-games/libgrapple/libgrapple-0.9.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.4.ebuild,v 1.1 2008/09/06 21:26:40 nyhm Exp $
+
+inherit autotools eutils
+
+DESCRIPTION="A high level network layer for multiuser applications"
+HOMEPAGE="http://grapple.linuxgamepublishing.com/grapple.php"
+SRC_URI="http://osfiles.linuxgamepublishing.com/${P}.tbz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/openssl"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc README* UPDATES
+}