public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/nsis: nsis-2.46.ebuild ChangeLog
@ 2010-05-23 19:11 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2010-05-23 19:11 UTC (permalink / raw
  To: gentoo-commits

vapier      10/05/23 19:11:56

  Modified:             nsis-2.46.ebuild ChangeLog
  Log:
  Mark amd64/x86 stable.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/nsis/nsis-2.46.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild?r1=1.1&r2=1.2

Index: nsis-2.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nsis-2.46.ebuild	17 Dec 2009 12:30:56 -0000	1.1
+++ nsis-2.46.ebuild	23 May 2010 19:11:56 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild,v 1.1 2009/12/17 12:30:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild,v 1.2 2010/05/23 19:11:56 vapier Exp $
 
 EAPI="2"
 mingw32_variants=$(echo {,i{6,5,4,3}86-{,pc-}}mingw32)
@@ -11,7 +11,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="bzip2 config-log doc zlib"
 RESTRICT="strip"
 



1.36                 dev-util/nsis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/nsis/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	17 Dec 2009 12:30:56 -0000	1.35
+++ ChangeLog	23 May 2010 19:11:56 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/nsis
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/nsis/ChangeLog,v 1.35 2009/12/17 12:30:56 vapier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/nsis/ChangeLog,v 1.36 2010/05/23 19:11:56 vapier Exp $
+
+  23 May 2010; Mike Frysinger <vapier@gentoo.org> nsis-2.46.ebuild:
+  Mark amd64/x86 stable.
 
 *nsis-2.46 (17 Dec 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-util/nsis: nsis-2.46.ebuild ChangeLog
@ 2012-12-16 16:35 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-12-16 16:35 UTC (permalink / raw
  To: gentoo-commits

ulm         12/12/16 16:35:10

  Modified:             nsis-2.46.ebuild ChangeLog
  Log:
  Fix LICENSE, see COPYING file, bug 445656.
  
  (Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.3                  dev-util/nsis/nsis-2.46.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild?r1=1.2&r2=1.3

Index: nsis-2.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nsis-2.46.ebuild	23 May 2010 19:11:56 -0000	1.2
+++ nsis-2.46.ebuild	16 Dec 2012 16:35:10 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild,v 1.2 2010/05/23 19:11:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild,v 1.3 2012/12/16 16:35:10 ulm Exp $
 
 EAPI="2"
 mingw32_variants=$(echo {,i{6,5,4,3}86-{,pc-}}mingw32)
@@ -9,7 +9,7 @@
 HOMEPAGE="http://nsis.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
 
-LICENSE="as-is"
+LICENSE="ZLIB BZIP2 CPL-1.0"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="bzip2 config-log doc zlib"



1.38                 dev-util/nsis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/nsis/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	6 Apr 2012 21:48:43 -0000	1.37
+++ ChangeLog	16 Dec 2012 16:35:10 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/nsis
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/nsis/ChangeLog,v 1.37 2012/04/06 21:48:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/nsis/ChangeLog,v 1.38 2012/12/16 16:35:10 ulm Exp $
+
+  16 Dec 2012; Ulrich Müller <ulm@gentoo.org> nsis-2.46.ebuild:
+  Fix LICENSE, see COPYING file, bug 445656.
 
   06 Apr 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #63588





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

* [gentoo-commits] gentoo-x86 commit in dev-util/nsis: nsis-2.46.ebuild ChangeLog
@ 2013-03-03 12:10 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 3+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2013-03-03 12:10 UTC (permalink / raw
  To: gentoo-commits

xarthisius    13/03/03 12:10:26

  Modified:             nsis-2.46.ebuild ChangeLog
  Log:
  Fix building with gcc-4.7 wrt #421871 by Danny Robson <danny@nerdcruft.net>. Thanks to Rion <rion4ik@gmail.com> for suggestion regarding fix
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 895192F9)

Revision  Changes    Path
1.4                  dev-util/nsis/nsis-2.46.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild?r1=1.3&r2=1.4

Index: nsis-2.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nsis-2.46.ebuild	16 Dec 2012 16:35:10 -0000	1.3
+++ nsis-2.46.ebuild	3 Mar 2013 12:10:25 -0000	1.4
@@ -1,10 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild,v 1.3 2012/12/16 16:35:10 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/nsis/nsis-2.46.ebuild,v 1.4 2013/03/03 12:10:25 xarthisius Exp $
 
 EAPI="2"
 mingw32_variants=$(echo {,i{6,5,4,3}86-{,pc-}}mingw32)
 
+inherit eutils
+
 DESCRIPTION="Nullsoft Scriptable Install System"
 HOMEPAGE="http://nsis.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
@@ -46,6 +48,7 @@
 }
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-gcc47.patch
 	# a dirty but effective way of killing generated docs
 	use doc || echo > Docs/src/SConscript
 }



1.39                 dev-util/nsis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/nsis/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/nsis/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	16 Dec 2012 16:35:10 -0000	1.38
+++ ChangeLog	3 Mar 2013 12:10:25 -0000	1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/nsis
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/nsis/ChangeLog,v 1.38 2012/12/16 16:35:10 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/nsis/ChangeLog,v 1.39 2013/03/03 12:10:25 xarthisius Exp $
+
+  03 Mar 2013; Kacper Kowalik <xarthisius@gentoo.org>
+  +files/nsis-2.46-gcc47.patch, nsis-2.46.ebuild:
+  Fix building with gcc-4.7 wrt #421871 by Danny Robson <danny@nerdcruft.net>.
+  Thanks to Rion <rion4ik@gmail.com> for suggestion regarding fix
 
   16 Dec 2012; Ulrich Müller <ulm@gentoo.org> nsis-2.46.ebuild:
   Fix LICENSE, see COPYING file, bug 445656.
@@ -165,4 +170,3 @@
   +files/nsis-2.21-config.patch, +metadata.xml, +nsis-2.21.ebuild:
   Initial import from Sunrise, thanks to Cédric Krier <cedk@gentoo.org>
   (#136035).
-





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

end of thread, other threads:[~2013-03-03 12:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-16 16:35 [gentoo-commits] gentoo-x86 commit in dev-util/nsis: nsis-2.46.ebuild ChangeLog Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-03 12:10 Kacper Kowalik (xarthisius)
2010-05-23 19:11 Mike Frysinger (vapier)

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