public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/nant: nant-0.92.ebuild ChangeLog
@ 2012-07-15  2:53 Alistair Bush (ali_bush)
  0 siblings, 0 replies; 4+ messages in thread
From: Alistair Bush (ali_bush) @ 2012-07-15  2:53 UTC (permalink / raw
  To: gentoo-commits

ali_bush    12/07/15 02:53:00

  Modified:             ChangeLog
  Added:                nant-0.92.ebuild
  Log:
  Version Bump.
  
  (Portage version: 2.1.11.5/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 dev-dotnet/nant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	22 May 2012 12:17:18 -0000	1.41
+++ ChangeLog	15 Jul 2012 02:53:00 -0000	1.42
@@ -1,6 +1,11 @@
 # ChangeLog for dev-dotnet/nant
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.41 2012/05/22 12:17:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.42 2012/07/15 02:53:00 ali_bush Exp $
+
+*nant-0.92 (15 Jul 2012)
+
+  15 Jul 2012; Alistair Bush <ali_bush@gentoo.org> +nant-0.92.ebuild:
+  Version Bump.
 
   22 May 2012; Agostino Sarubbo <ago@gentoo.org> nant-0.91.ebuild:
   Stable for amd64, wrt bug #407701



1.1                  dev-dotnet/nant/nant-0.92.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/nant-0.92.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/nant-0.92.ebuild?rev=1.1&content-type=text/plain

Index: nant-0.92.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.92.ebuild,v 1.1 2012/07/15 02:53:00 ali_bush Exp $

EAPI="4"

inherit mono multilib eutils

DESCRIPTION=".NET build tool"
HOMEPAGE="http://nant.sourceforge.net/"
SRC_URI="mirror://sourceforge/nant/${P/_/-}-src.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND=">=dev-lang/mono-2.0"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

# This build is not parallel build friendly
MAKEOPTS="${MAKEOPTS} -j1"

S="${WORKDIR}/${P/_/-}"

src_install() {
	emake prefix="${ED}/usr" install

	# Fix ${ED} showing up in the nant wrapper script, as well as silencing
	# warnings related to the log4net library
	sed -i \
		-e "s:${ED}::" \
		-e "2iexport MONO_SILENT_WARNING=1" \
		-e "s:${ED}::" \
		"${ED}"/usr/bin/nant || die "Sed nant failed"

	dodoc README.txt
}






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/nant: nant-0.92.ebuild ChangeLog
@ 2012-09-16 23:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-16 23:12 UTC (permalink / raw
  To: gentoo-commits

ago         12/09/16 23:12:25

  Modified:             nant-0.92.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #435202
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-dotnet/nant/nant-0.92.ebuild

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

Index: nant-0.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.92.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nant-0.92.ebuild	15 Jul 2012 02:53:00 -0000	1.1
+++ nant-0.92.ebuild	16 Sep 2012 23:12:25 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.92.ebuild,v 1.1 2012/07/15 02:53:00 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.92.ebuild,v 1.2 2012/09/16 23:12:25 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/mono-2.0"



1.44                 dev-dotnet/nant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	18 Aug 2012 12:26:23 -0000	1.43
+++ ChangeLog	16 Sep 2012 23:12:25 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/nant
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.43 2012/08/18 12:26:23 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.44 2012/09/16 23:12:25 ago Exp $
+
+  16 Sep 2012; Agostino Sarubbo <ago@gentoo.org> nant-0.92.ebuild:
+  Stable for amd64, wrt bug #435202
 
   18 Aug 2012; Michael Weber <xmw@gentoo.org> nant-0.91.ebuild:
   ppc stable (bug 407701)





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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/nant: nant-0.92.ebuild ChangeLog
@ 2012-09-22 12:30 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-22 12:30 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/22 12:30:23

  Modified:             nant-0.92.ebuild ChangeLog
  Log:
  stable ppc, bug #435202
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-dotnet/nant/nant-0.92.ebuild

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

Index: nant-0.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.92.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nant-0.92.ebuild	16 Sep 2012 23:12:25 -0000	1.2
+++ nant-0.92.ebuild	22 Sep 2012 12:30:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.92.ebuild,v 1.2 2012/09/16 23:12:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.92.ebuild,v 1.3 2012/09/22 12:30:23 blueness Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/mono-2.0"



1.45                 dev-dotnet/nant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	16 Sep 2012 23:12:25 -0000	1.44
+++ ChangeLog	22 Sep 2012 12:30:23 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/nant
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.44 2012/09/16 23:12:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.45 2012/09/22 12:30:23 blueness Exp $
+
+  22 Sep 2012; Anthony G. Basile <blueness@gentoo.org> nant-0.92.ebuild:
+  stable ppc, bug #435202
 
   16 Sep 2012; Agostino Sarubbo <ago@gentoo.org> nant-0.92.ebuild:
   Stable for amd64, wrt bug #435202





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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/nant: nant-0.92.ebuild ChangeLog
@ 2012-12-07  4:53 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-12-07  4:53 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/12/07 04:53:53

  Modified:             nant-0.92.ebuild ChangeLog
  Log:
  x86 stable wrt bug #435202
  
  (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 30427902)

Revision  Changes    Path
1.4                  dev-dotnet/nant/nant-0.92.ebuild

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

Index: nant-0.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.92.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nant-0.92.ebuild	22 Sep 2012 12:30:23 -0000	1.3
+++ nant-0.92.ebuild	7 Dec 2012 04:53:53 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.92.ebuild,v 1.3 2012/09/22 12:30:23 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.92.ebuild,v 1.4 2012/12/07 04:53:53 phajdan.jr Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/mono-2.0"



1.46                 dev-dotnet/nant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/nant/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	22 Sep 2012 12:30:23 -0000	1.45
+++ ChangeLog	7 Dec 2012 04:53:53 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/nant
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.45 2012/09/22 12:30:23 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.46 2012/12/07 04:53:53 phajdan.jr Exp $
+
+  07 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> nant-0.92.ebuild:
+  x86 stable wrt bug #435202
 
   22 Sep 2012; Anthony G. Basile <blueness@gentoo.org> nant-0.92.ebuild:
   stable ppc, bug #435202





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

end of thread, other threads:[~2012-12-07  4:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-16 23:12 [gentoo-commits] gentoo-x86 commit in dev-dotnet/nant: nant-0.92.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-07  4:53 PaweA Hajdan (phajdan.jr)
2012-09-22 12:30 Anthony G. Basile (blueness)
2012-07-15  2:53 Alistair Bush (ali_bush)

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