public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-games/libnw: ChangeLog libnw-1.30.02.ebuild
@ 2008-09-05 13:18 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 5+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-09-05 13:18 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/09/05 13:18:23

  Modified:             ChangeLog
  Added:                libnw-1.30.02.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)

Revision  Changes    Path
1.8                  dev-games/libnw/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	8 Feb 2007 20:47:09 -0000	1.7
+++ ChangeLog	5 Sep 2008 13:18:22 -0000	1.8
@@ -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.



1.1                  dev-games/libnw/libnw-1.30.02.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.1&content-type=text/plain

Index: libnw-1.30.02.ebuild
===================================================================
# 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
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-games/libnw: ChangeLog libnw-1.30.02.ebuild
@ 2009-01-29  1:51 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-29  1:51 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/01/29 01:51:48

  Modified:             ChangeLog libnw-1.30.02.ebuild
  Log:
  EAPI=2; respect CC
  (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)

Revision  Changes    Path
1.9                  dev-games/libnw/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	5 Sep 2008 13:18:22 -0000	1.8
+++ ChangeLog	29 Jan 2009 01:51:48 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/libnw
-# 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 $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.9 2009/01/29 01:51:48 mr_bones_ Exp $
+
+  29 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> libnw-1.30.02.ebuild:
+  EAPI=2; respect CC
 
 *libnw-1.30.02 (05 Sep 2008)
 



1.2                  dev-games/libnw/libnw-1.30.02.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?r1=1.1&r2=1.2

Index: libnw-1.30.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libnw-1.30.02.ebuild	5 Sep 2008 13:18:22 -0000	1.1
+++ libnw-1.30.02.ebuild	29 Jan 2009 01:51:48 -0000	1.2
@@ -1,6 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v 1.2 2009/01/29 01:51:48 mr_bones_ Exp $
+
+EAPI=2
+inherit toolchain-funcs
 
 DESCRIPTION="Tools and libraries for NWN file manipulation"
 HOMEPAGE="http://openknights.sourceforge.net/"
@@ -15,6 +18,15 @@
 	sys-devel/flex"
 RDEPEND=""
 
+src_prepare() {
+	sed -i \
+		-e '/^CC =/d' \
+		-e '/^CXX =/d' \
+		$(find . -name Makefile.in) \
+		|| die "sed failed"
+	tc-export CC CXX
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog NEWS README README.tech TODO






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-games/libnw: ChangeLog libnw-1.30.02.ebuild
@ 2009-02-22 15:49 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-22 15:49 UTC (permalink / raw
  To: gentoo-commits

armin76     09/02/22 15:49:09

  Modified:             ChangeLog libnw-1.30.02.ebuild
  Log:
  x86 stable wrt #256732
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.10                 dev-games/libnw/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	29 Jan 2009 01:51:48 -0000	1.9
+++ ChangeLog	22 Feb 2009 15:49:09 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/libnw
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.9 2009/01/29 01:51:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.10 2009/02/22 15:49:09 armin76 Exp $
+
+  22 Feb 2009; Raúl Porcel <armin76@gentoo.org> libnw-1.30.02.ebuild:
+  x86 stable wrt #256732
 
   29 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> libnw-1.30.02.ebuild:
   EAPI=2; respect CC



1.3                  dev-games/libnw/libnw-1.30.02.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?r1=1.2&r2=1.3

Index: libnw-1.30.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libnw-1.30.02.ebuild	29 Jan 2009 01:51:48 -0000	1.2
+++ libnw-1.30.02.ebuild	22 Feb 2009 15:49:09 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.2 2009/01/29 01:51:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v 1.3 2009/02/22 15:49:09 armin76 Exp $
 
 EAPI=2
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="openknights"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="sys-devel/bison






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-games/libnw: ChangeLog libnw-1.30.02.ebuild
@ 2009-03-18 22:35 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2009-03-18 22:35 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/18 22:35:33

  Modified:             ChangeLog libnw-1.30.02.ebuild
  Log:
  stable ppc, bug 256732
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

Revision  Changes    Path
1.11                 dev-games/libnw/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	22 Feb 2009 15:49:09 -0000	1.10
+++ ChangeLog	18 Mar 2009 22:35:33 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/libnw
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.10 2009/02/22 15:49:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.11 2009/03/18 22:35:33 ranger Exp $
+
+  18 Mar 2009; Brent Baude <ranger@gentoo.org> libnw-1.30.02.ebuild:
+  stable ppc, bug 256732
 
   22 Feb 2009; Raúl Porcel <armin76@gentoo.org> libnw-1.30.02.ebuild:
   x86 stable wrt #256732



1.4                  dev-games/libnw/libnw-1.30.02.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?r1=1.3&r2=1.4

Index: libnw-1.30.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libnw-1.30.02.ebuild	22 Feb 2009 15:49:09 -0000	1.3
+++ libnw-1.30.02.ebuild	18 Mar 2009 22:35:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.3 2009/02/22 15:49:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v 1.4 2009/03/18 22:35:33 ranger Exp $
 
 EAPI=2
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="openknights"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 DEPEND="sys-devel/bison






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-games/libnw: ChangeLog libnw-1.30.02.ebuild
@ 2011-07-13 14:30 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-07-13 14:30 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/07/13 14:30:43

  Modified:             ChangeLog libnw-1.30.02.ebuild
  Log:
  Add blocker for sci-biology/newick-utils (bug #375059)
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.12                 dev-games/libnw/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/libnw/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	18 Mar 2009 22:35:33 -0000	1.11
+++ ChangeLog	13 Jul 2011 14:30:43 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/libnw
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.11 2009/03/18 22:35:33 ranger Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.12 2011/07/13 14:30:43 mr_bones_ Exp $
+
+  13 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> libnw-1.30.02.ebuild:
+  Add blocker for sci-biology/newick-utils (bug #375059)
 
   18 Mar 2009; Brent Baude <ranger@gentoo.org> libnw-1.30.02.ebuild:
   stable ppc, bug 256732



1.5                  dev-games/libnw/libnw-1.30.02.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?r1=1.4&r2=1.5

Index: libnw-1.30.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libnw-1.30.02.ebuild	18 Mar 2009 22:35:33 -0000	1.4
+++ libnw-1.30.02.ebuild	13 Jul 2011 14:30:43 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.4 2009/03/18 22:35:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v 1.5 2011/07/13 14:30:43 mr_bones_ Exp $
 
 EAPI=2
 inherit toolchain-funcs
@@ -16,7 +16,7 @@
 
 DEPEND="sys-devel/bison
 	sys-devel/flex"
-RDEPEND=""
+RDEPEND="!sci-biology/newick-utils"
 
 src_prepare() {
 	sed -i \






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-13 14:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-29  1:51 [gentoo-commits] gentoo-x86 commit in dev-games/libnw: ChangeLog libnw-1.30.02.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-13 14:30 Michael Sterrett (mr_bones_)
2009-03-18 22:35 Brent Baude (ranger)
2009-02-22 15:49 Raul Porcel (armin76)
2008-09-05 13:18 Tristan Heaven (nyhm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox