public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/potrace: potrace-1.7.ebuild potrace-1.8.ebuild ChangeLog
@ 2008-01-26 15:06 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2008-01-26 15:06 UTC (permalink / raw
  To: gentoo-commits

grobian     08/01/26 15:06:12

  Modified:             potrace-1.7.ebuild potrace-1.8.ebuild ChangeLog
  Log:
  Dropped ppc-macos keyword, see you in prefix
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.9                  media-gfx/potrace/potrace-1.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/potrace/potrace-1.7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/potrace/potrace-1.7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/potrace/potrace-1.7.ebuild?r1=1.8&r2=1.9

Index: potrace-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/potrace/potrace-1.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- potrace-1.7.ebuild	29 Oct 2005 17:32:10 -0000	1.8
+++ potrace-1.7.ebuild	26 Jan 2008 15:06:11 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/potrace-1.7.ebuild,v 1.8 2005/10/29 17:32:10 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/potrace-1.7.ebuild,v 1.9 2008/01/26 15:06:11 grobian Exp $
 
 DESCRIPTION="Transforming bitmaps into vector graphics"
 HOMEPAGE="http://potrace.sourceforge.net/"
@@ -9,7 +9,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc-macos sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 
 IUSE="zlib"
 
@@ -21,7 +21,7 @@
 }
 
 src_install() {
-	make DESTDIR=${D} install || die "make install failed."
+	make DESTDIR="${D}" install || die "make install failed."
 
 	dodoc AUTHORS NEWS README
 }



1.3                  media-gfx/potrace/potrace-1.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/potrace/potrace-1.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/potrace/potrace-1.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/potrace/potrace-1.8.ebuild?r1=1.2&r2=1.3

Index: potrace-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/potrace/potrace-1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- potrace-1.8.ebuild	31 Dec 2007 18:31:59 -0000	1.2
+++ potrace-1.8.ebuild	26 Jan 2008 15:06:11 -0000	1.3
@@ -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/media-gfx/potrace/potrace-1.8.ebuild,v 1.2 2007/12/31 18:31:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/potrace-1.8.ebuild,v 1.3 2008/01/26 15:06:11 grobian Exp $
 
 DESCRIPTION="Transforming bitmaps into vector graphics"
 HOMEPAGE="http://potrace.sourceforge.net/"
@@ -9,7 +9,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
 
 IUSE="metric"
 



1.19                 media-gfx/potrace/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/potrace/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/potrace/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/potrace/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	19 Jan 2008 19:06:02 -0000	1.18
+++ ChangeLog	26 Jan 2008 15:06:11 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/potrace
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v 1.18 2008/01/19 19:06:02 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v 1.19 2008/01/26 15:06:11 grobian Exp $
+
+  26 Jan 2008; Fabian Groffen <grobian@gentoo.org> potrace-1.7.ebuild,
+  potrace-1.8.ebuild:
+  Dropped ppc-macos keyword, see you in prefix
 
   19 Jan 2008; Ryan Hill <dirtyepic@gentoo.org> metadata.xml,
   -potrace-1.5.ebuild, -potrace-1.6.ebuild:



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



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

only message in thread, other threads:[~2008-01-26 15:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-26 15:06 [gentoo-commits] gentoo-x86 commit in media-gfx/potrace: potrace-1.7.ebuild potrace-1.8.ebuild ChangeLog Fabian Groffen (grobian)

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