From 63347a49d738a57983a1af4bdf35145d86b292fa Mon Sep 17 00:00:00 2001 From: Tristan Heaven Date: Fri, 5 Sep 2008 13:18:22 +0000 Subject: Version bump (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64) --- dev-games/libnw/ChangeLog | 9 +++++++-- dev-games/libnw/libnw-1.30.02.ebuild | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 dev-games/libnw/libnw-1.30.02.ebuild (limited to 'dev-games/libnw') 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 +libnw-1.30.02.ebuild: + Version bump 08 Feb 2007; Chris Gianelloni 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 +} -- cgit v1.2.3-65-gdbad