summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-09-05 13:18:22 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-09-05 13:18:22 +0000
commit63347a49d738a57983a1af4bdf35145d86b292fa (patch)
tree201a676c21251b9551873adb0b230fed49e6c07b /dev-games/libnw
parentBackported incorrect mask determination bug to the 1.5.X series (diff)
downloadgentoo-2-63347a49d738a57983a1af4bdf35145d86b292fa.tar.gz
gentoo-2-63347a49d738a57983a1af4bdf35145d86b292fa.tar.bz2
gentoo-2-63347a49d738a57983a1af4bdf35145d86b292fa.zip
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'dev-games/libnw')
-rw-r--r--dev-games/libnw/ChangeLog9
-rw-r--r--dev-games/libnw/libnw-1.30.02.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-games/libnw/ChangeLog b/dev-games/libnw/ChangeLog
index b04668ac02c5..54a45b35c9e9 100644
--- a/dev-games/libnw/ChangeLog
+++ b/dev-games/libnw/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-games/libnw
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.7 2007/02/08 20:47:09 wolf31o2 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.8 2008/09/05 13:18:22 nyhm Exp $
+
+*libnw-1.30.02 (05 Sep 2008)
+
+ 05 Sep 2008; Tristan Heaven <nyhm@gentoo.org> +libnw-1.30.02.ebuild:
+ Version bump
08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/dev-games/libnw/libnw-1.30.02.ebuild b/dev-games/libnw/libnw-1.30.02.ebuild
new file mode 100644
index 000000000000..47e39f13598e
--- /dev/null
+++ b/dev-games/libnw/libnw-1.30.02.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v 1.1 2008/09/05 13:18:22 nyhm Exp $
+
+DESCRIPTION="Tools and libraries for NWN file manipulation"
+HOMEPAGE="http://openknights.sourceforge.net/"
+SRC_URI="mirror://sourceforge/openknights/${P}.tar.gz"
+
+LICENSE="openknights"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="sys-devel/bison
+ sys-devel/flex"
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog NEWS README README.tech TODO
+}