public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/heap-buddy: heap-buddy-0.1.ebuild heap-buddy-0.2.ebuild ChangeLog
@ 2008-03-01 23:20 Saleem Abdulrasool (compnerd)
  0 siblings, 0 replies; only message in thread
From: Saleem Abdulrasool (compnerd) @ 2008-03-01 23:20 UTC (permalink / raw
  To: gentoo-commits

compnerd    08/03/01 23:20:01

  Modified:             heap-buddy-0.1.ebuild heap-buddy-0.2.ebuild
                        ChangeLog
  Log:
  add pkgconfig dep (bug #206099)
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild

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

Index: heap-buddy-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- heap-buddy-0.1.ebuild	19 Mar 2006 15:50:25 -0000	1.3
+++ heap-buddy-0.1.ebuild	1 Mar 2008 23:20:01 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/heap-buddy/heap-buddy-0.1.ebuild,v 1.3 2006/03/19 15:50:25 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild,v 1.4 2008/03/01 23:20:01 compnerd Exp $
 
 inherit mono
 
@@ -15,9 +15,10 @@
 
 RDEPEND=">=dev-lang/mono-1.1.10
 	>=dev-libs/glib-2.0"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	>=dev-util/pkgconfig-0.20"
 
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 	dodoc AUTHORS NEWS README
 }



1.2                  dev-dotnet/heap-buddy/heap-buddy-0.2.ebuild

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

Index: heap-buddy-0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- heap-buddy-0.2.ebuild	5 Feb 2007 00:57:35 -0000	1.1
+++ heap-buddy-0.2.ebuild	1 Mar 2008 23:20:01 -0000	1.2
@@ -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/heap-buddy/heap-buddy-0.2.ebuild,v 1.1 2007/02/05 00:57:35 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.2.ebuild,v 1.2 2008/03/01 23:20:01 compnerd Exp $
 
 inherit mono
 
@@ -15,9 +15,10 @@
 
 RDEPEND=">=dev-lang/mono-1.1.10
 	>=dev-libs/glib-2.0"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	>=dev-util/pkgconfig-0.20"
 
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 	dodoc AUTHORS ChangeLog NEWS README
 }



1.6                  dev-dotnet/heap-buddy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	21 Feb 2007 23:08:54 -0000	1.5
+++ ChangeLog	1 Mar 2008 23:20:01 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/heap-buddy
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/ChangeLog,v 1.5 2007/02/21 23:08:54 peper Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/ChangeLog,v 1.6 2008/03/01 23:20:01 compnerd Exp $
+
+  01 Mar 2008; Saleem Abdulrasool <compnerd@gentoo.org>
+  heap-buddy-0.1.ebuild, heap-buddy-0.2.ebuild:
+  Fix quoting and add dep on pkgconfig (bug #206099)
 
   21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.



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



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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-01 23:20 [gentoo-commits] gentoo-x86 commit in dev-dotnet/heap-buddy: heap-buddy-0.1.ebuild heap-buddy-0.2.ebuild ChangeLog Saleem Abdulrasool (compnerd)

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