public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/ikvm: ikvm-0.20.0.0.ebuild ChangeLog ikvm-0.8.0.0.ebuild ikvm-0.34.0.2.ebuild ikvm-0.14.0.1-r1.ebuild ikvm-0.14.0.1.ebuild ikvm-0.14.0.1-r2.ebuild ikvm-0.36.0.5.ebuild
@ 2008-05-30 23:03 Jurek Bartuszek (jurek)
  0 siblings, 0 replies; only message in thread
From: Jurek Bartuszek (jurek) @ 2008-05-30 23:03 UTC (permalink / raw
  To: gentoo-commits

jurek       08/05/30 23:03:47

  Modified:             ikvm-0.20.0.0.ebuild ChangeLog ikvm-0.8.0.0.ebuild
                        ikvm-0.34.0.2.ebuild ikvm-0.14.0.1-r1.ebuild
                        ikvm-0.14.0.1.ebuild ikvm-0.14.0.1-r2.ebuild
                        ikvm-0.36.0.5.ebuild
  Log:
  dev-dotnet/ikvm: Added dev-util/pkgconfig dependency (bug #206101)
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  dev-dotnet/ikvm/ikvm-0.20.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.20.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.20.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.20.0.0.ebuild?r1=1.4&r2=1.5

Index: ikvm-0.20.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.20.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ikvm-0.20.0.0.ebuild	26 Jun 2007 23:53:10 -0000	1.4
+++ ikvm-0.20.0.0.ebuild	30 May 2008 23:03:46 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.20.0.0.ebuild,v 1.4 2007/06/26 23:53:10 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.20.0.0.ebuild,v 1.5 2008/05/30 23:03:46 jurek Exp $
 
 inherit mono multilib
 
@@ -22,7 +22,8 @@
 		!dev-dotnet/ikvm-bin
 		>=dev-java/jikes-1.21
 		>=dev-dotnet/nant-0.85_rc2
-		app-arch/unzip"
+		app-arch/unzip
+		dev-util/pkgconfig"
 
 src_compile() {
 	nant -D:jikes.compiler=true -D:ecj.compiler=false || die "ikvm build failed"
@@ -34,16 +35,16 @@
 	do
 		sed -e "s:EXE:${exe}:" \
 			-e "s:P:${PN}:" \
-			${FILESDIR}/script-template \
-			> ${D}/usr/bin/${exe}
+			"${FILESDIR}"/script-template \
+			> "${D}"/usr/bin/${exe}
 		fperms +x /usr/bin/${exe}
 	done
 
 	dodir /usr/$(get_libdir)/pkgconfig
 	sed -e "s:@VERSION@:${PV}:" \
 		-e "s:@LIBDIR@:$(get_libdir):" \
-		${FILESDIR}/ikvm.pc.in > ${D}/usr/$(get_libdir)/pkgconfig/ikvm.pc
+		"${FILESDIR}"/ikvm.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/ikvm.pc
 
 	insinto /usr/$(get_libdir)/${PN}
-	doins ${S}/bin/*
+	doins "${S}"/bin/*
 }



1.21                 dev-dotnet/ikvm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	12 Mar 2008 13:52:07 -0000	1.20
+++ ChangeLog	30 May 2008 23:03:46 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for dev-dotnet/ikvm
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ChangeLog,v 1.20 2008/03/12 13:52:07 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ChangeLog,v 1.21 2008/05/30 23:03:46 jurek Exp $
+
+  30 May 2008; Jurek Bartuszek <jurek@gentoo.org> ikvm-0.8.0.0.ebuild,
+  ikvm-0.14.0.1.ebuild, ikvm-0.14.0.1-r1.ebuild, ikvm-0.14.0.1-r2.ebuild,
+  ikvm-0.20.0.0.ebuild, ikvm-0.34.0.2.ebuild, ikvm-0.36.0.5.ebuild:
+  Added dev-util/pkgconfig dependency (bug #206101)
 
   12 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
   Removing Peter Johanson (latexer, #206688) from metadata.xml.



1.8                  dev-dotnet/ikvm/ikvm-0.8.0.0.ebuild

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

Index: ikvm-0.8.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.8.0.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ikvm-0.8.0.0.ebuild	5 Feb 2007 00:23:11 -0000	1.7
+++ ikvm-0.8.0.0.ebuild	30 May 2008 23:03:46 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.8.0.0.ebuild,v 1.7 2007/02/05 00:23:11 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.8.0.0.ebuild,v 1.8 2008/05/30 23:03:46 jurek Exp $
 
 inherit mono
 
@@ -23,7 +23,7 @@
 	unpack ${A}
 
 	# Fix some makefile borkage.
-	sed -i -e 's:-e$:-e \\:' ${S}/scripts/Makefile.in
+	sed -i -e 's:-e$:-e \\:' "${S}"/scripts/Makefile.in
 }
 
 src_compile() {
@@ -31,5 +31,5 @@
 }
 
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 }



1.5                  dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild?r1=1.4&r2=1.5

Index: ikvm-0.34.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ikvm-0.34.0.2.ebuild	28 Jul 2007 12:46:23 -0000	1.4
+++ ikvm-0.34.0.2.ebuild	30 May 2008 23:03:46 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild,v 1.4 2007/07/28 12:46:23 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild,v 1.5 2008/05/30 23:03:46 jurek Exp $
 
 inherit eutils mono multilib
 
@@ -24,7 +24,8 @@
 		!dev-dotnet/ikvm-bin
 		>=dev-dotnet/nant-0.85
 		>=virtual/jdk-1.5
-		app-arch/unzip"
+		app-arch/unzip
+		dev-util/pkgconfig"
 
 src_compile() {
 	# Remove unneccesary executables and
@@ -54,6 +55,6 @@
 	dodir /usr/$(get_libdir)/pkgconfig
 	sed -e "s:@VERSION@:${PV}:" \
 		-e "s:@LIBDIR@:$(get_libdir):" \
-		${FILESDIR}/${PN}.pc.in > ${D}/usr/$(get_libdir)/pkgconfig/${PN}.pc \
+		"${FILESDIR}"/${PN}.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/${PN}.pc \
 	|| die "sed failed"
 }



1.8                  dev-dotnet/ikvm/ikvm-0.14.0.1-r1.ebuild

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

Index: ikvm-0.14.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ikvm-0.14.0.1-r1.ebuild	26 Jun 2007 23:53:10 -0000	1.7
+++ ikvm-0.14.0.1-r1.ebuild	30 May 2008 23:03:46 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r1.ebuild,v 1.7 2007/06/26 23:53:10 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r1.ebuild,v 1.8 2008/05/30 23:03:46 jurek Exp $
 
 inherit mono multilib
 
@@ -22,7 +22,8 @@
 		!dev-dotnet/ikvm-bin
 		>=dev-java/jikes-1.21
 		>=dev-dotnet/nant-0.85_rc2
-		app-arch/unzip"
+		app-arch/unzip
+		dev-util/pkgconfig"
 
 src_compile() {
 	nant || die "ikvm build failed"
@@ -34,15 +35,15 @@
 	do
 		sed -e "s:EXE:${exe}:" \
 			-e "s:P:${PN}:" \
-			${FILESDIR}/script-template \
-			> ${D}/usr/bin/${exe}
+			"${FILESDIR}"/script-template \
+			> "${D}"/usr/bin/${exe}
 		fperms +x /usr/bin/${exe}
 	done
 
 	dodir /usr/$(get_libdir)/pkgconfig
-	sed -e "s:@VERSION@:${PV}:" ${FILESDIR}/ikvm.pc.in \
-		> ${D}/usr/$(get_libdir)/pkgconfig/ikvm.pc
+	sed -e "s:@VERSION@:${PV}:" "${FILESDIR}"/ikvm.pc.in \
+		> "${D}"/usr/$(get_libdir)/pkgconfig/ikvm.pc
 
 	insinto /usr/$(get_libdir)/${PN}
-	doins ${S}/bin/*
+	doins "${S}"/bin/*
 }



1.6                  dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild?r1=1.5&r2=1.6

Index: ikvm-0.14.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ikvm-0.14.0.1.ebuild	26 Jun 2007 23:53:10 -0000	1.5
+++ ikvm-0.14.0.1.ebuild	30 May 2008 23:03:46 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild,v 1.5 2007/06/26 23:53:10 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1.ebuild,v 1.6 2008/05/30 23:03:46 jurek Exp $
 
 inherit mono multilib
 
@@ -22,7 +22,8 @@
 		!dev-dotnet/ikvm-bin
 		>=dev-java/jikes-1.21
 		>=dev-dotnet/nant-0.85_rc2
-		app-arch/unzip"
+		app-arch/unzip
+		dev-util/pkgconfig"
 
 src_compile() {
 	nant || die "ikvm build failed"
@@ -34,11 +35,11 @@
 	do
 		sed -e "s:EXE:${exe}:" \
 			-e "s:P:${P}:" \
-			${FILESDIR}/script-template \
-			> ${D}/usr/bin/${exe}
+			"${FILESDIR}"/script-template \
+			> "${D}"/usr/bin/${exe}
 		fperms +x /usr/bin/${exe}
 	done
 
 	insinto /usr/$(get_libdir)/${P}
-	doins ${S}/bin/*
+	doins "${S}"/bin/*
 }



1.5                  dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild?r1=1.4&r2=1.5

Index: ikvm-0.14.0.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ikvm-0.14.0.1-r2.ebuild	26 Jun 2007 23:53:10 -0000	1.4
+++ ikvm-0.14.0.1-r2.ebuild	30 May 2008 23:03:46 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild,v 1.4 2007/06/26 23:53:10 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.14.0.1-r2.ebuild,v 1.5 2008/05/30 23:03:46 jurek Exp $
 
 inherit mono multilib
 
@@ -22,7 +22,8 @@
 		!dev-dotnet/ikvm-bin
 		>=dev-java/jikes-1.21
 		>=dev-dotnet/nant-0.85_rc2
-		app-arch/unzip"
+		app-arch/unzip
+		dev-util/pkgconfig"
 
 src_compile() {
 	nant || die "ikvm build failed"
@@ -34,16 +35,16 @@
 	do
 		sed -e "s:EXE:${exe}:" \
 			-e "s:P:${PN}:" \
-			${FILESDIR}/script-template \
-			> ${D}/usr/bin/${exe}
+			"${FILESDIR}"/script-template \
+			> "${D}"/usr/bin/${exe}
 		fperms +x /usr/bin/${exe}
 	done
 
 	dodir /usr/$(get_libdir)/pkgconfig
 	sed -e "s:@VERSION@:${PV}:" \
 		-e "s:@LIBDIR@:$(get_libdir):" \
-		${FILESDIR}/ikvm.pc.in > ${D}/usr/$(get_libdir)/pkgconfig/ikvm.pc
+		"${FILESDIR}"/ikvm.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/ikvm.pc
 
 	insinto /usr/$(get_libdir)/${PN}
-	doins ${S}/bin/*
+	doins "${S}"/bin/*
 }



1.3                  dev-dotnet/ikvm/ikvm-0.36.0.5.ebuild

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

Index: ikvm-0.36.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.36.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ikvm-0.36.0.5.ebuild	2 Jan 2008 21:46:51 -0000	1.2
+++ ikvm-0.36.0.5.ebuild	30 May 2008 23:03:46 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.36.0.5.ebuild,v 1.2 2008/01/02 21:46:51 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.36.0.5.ebuild,v 1.3 2008/05/30 23:03:46 jurek Exp $
 
 inherit eutils mono multilib
 
@@ -25,7 +25,8 @@
 		!dev-dotnet/ikvm-bin
 		>=dev-dotnet/nant-0.85
 		>=virtual/jdk-1.5
-		app-arch/unzip"
+		app-arch/unzip
+		dev-util/pkgconfig"
 
 src_compile() {
 	# Add missing strong name key



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-30 23:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 23:03 [gentoo-commits] gentoo-x86 commit in dev-dotnet/ikvm: ikvm-0.20.0.0.ebuild ChangeLog ikvm-0.8.0.0.ebuild ikvm-0.34.0.2.ebuild ikvm-0.14.0.1-r1.ebuild ikvm-0.14.0.1.ebuild ikvm-0.14.0.1-r2.ebuild ikvm-0.36.0.5.ebuild Jurek Bartuszek (jurek)

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