public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-fonts/terminus-font: terminus-font-4.30.ebuild ChangeLog terminus-font-4.32.ebuild
@ 2011-01-21  9:10 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-01-21  9:10 UTC (permalink / raw
  To: gentoo-commits

jlec        11/01/21 09:10:32

  Modified:             terminus-font-4.30.ebuild ChangeLog
                        terminus-font-4.32.ebuild
  Log:
  Fix parallel installation problem, #352321
  
  (Portage version: 2.2.0_alpha18/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 media-fonts/terminus-font/terminus-font-4.30.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/terminus-font-4.30.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/terminus-font-4.30.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/terminus-font-4.30.ebuild?r1=1.9&r2=1.10

Index: terminus-font-4.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/terminus-font-4.30.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- terminus-font-4.30.ebuild	7 Jul 2010 09:21:36 -0000	1.9
+++ terminus-font-4.30.ebuild	21 Jan 2011 09:10:32 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/terminus-font-4.30.ebuild,v 1.9 2010/07/07 09:21:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/terminus-font-4.30.ebuild,v 1.10 2011/01/21 09:10:32 jlec Exp $
 
 EAPI="3"
 
@@ -87,13 +87,13 @@
 
 src_install() {
 	if use psf; then
-		emake DESTDIR="${D}" install-psf install-uni install-acm install-ref || die
+		emake -j1 DESTDIR="${D}" install-psf install-uni install-acm install-ref || die
 	fi
 	if use raw-font-data; then
-		emake DESTDIR="${D}" install.raw || die
+		emake -j1 DESTDIR="${D}" install.raw || die
 	fi
 	if use pcf; then
-		emake DESTDIR="${D}" install-pcf || die
+		emake -j1 DESTDIR="${D}" install-pcf || die
 	fi
 
 	font_src_install



1.81                 media-fonts/terminus-font/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	20 Jan 2011 23:47:45 -0000	1.80
+++ ChangeLog	21 Jan 2011 09:10:32 -0000	1.81
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/terminus-font
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/ChangeLog,v 1.80 2011/01/20 23:47:45 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/ChangeLog,v 1.81 2011/01/21 09:10:32 jlec Exp $
+
+  21 Jan 2011; Justin Lecher <jlec@gentoo.org> terminus-font-4.30.ebuild,
+  terminus-font-4.32.ebuild:
+  Fix parallel installation problem, #352321
 
 *terminus-font-4.32 (20 Jan 2011)
 



1.2                  media-fonts/terminus-font/terminus-font-4.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/terminus-font-4.32.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/terminus-font-4.32.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/terminus-font-4.32.ebuild?r1=1.1&r2=1.2

Index: terminus-font-4.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/terminus-font-4.32.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- terminus-font-4.32.ebuild	20 Jan 2011 23:47:45 -0000	1.1
+++ terminus-font-4.32.ebuild	21 Jan 2011 09:10:32 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/terminus-font-4.32.ebuild,v 1.1 2011/01/20 23:47:45 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/terminus-font-4.32.ebuild,v 1.2 2011/01/21 09:10:32 jlec Exp $
 
 EAPI=3
 
@@ -68,13 +68,13 @@
 
 src_install() {
 	if use psf; then
-		emake DESTDIR="${D}" install-psf install-uni install-acm install-ref || die
+		emake -j1 DESTDIR="${D}" install-psf install-uni install-acm install-ref || die
 	fi
 	if use raw-font-data; then
-		emake DESTDIR="${D}" install.raw || die
+		emake -j1 DESTDIR="${D}" install.raw || die
 	fi
 	if use pcf; then
-		emake DESTDIR="${D}" install-pcf || die
+		emake -j1 DESTDIR="${D}" install-pcf || die
 	fi
 
 	font_src_install






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

* [gentoo-commits] gentoo-x86 commit in media-fonts/terminus-font: terminus-font-4.30.ebuild ChangeLog terminus-font-4.32.ebuild
@ 2011-01-22  1:32 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Hill (dirtyepic) @ 2011-01-22  1:32 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    11/01/22 01:32:11

  Modified:             terminus-font-4.30.ebuild ChangeLog
                        terminus-font-4.32.ebuild
  Log:
  Properly fix parallel install (bug #352321 by Tolga Dalman).
  
  (Portage version: 2.2.0_alpha18/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 media-fonts/terminus-font/terminus-font-4.30.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/terminus-font-4.30.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/terminus-font-4.30.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/terminus-font-4.30.ebuild?r1=1.10&r2=1.11

Index: terminus-font-4.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/terminus-font-4.30.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- terminus-font-4.30.ebuild	21 Jan 2011 09:10:32 -0000	1.10
+++ terminus-font-4.30.ebuild	22 Jan 2011 01:32:11 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/terminus-font-4.30.ebuild,v 1.10 2011/01/21 09:10:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/terminus-font-4.30.ebuild,v 1.11 2011/01/22 01:32:11 dirtyepic Exp $
 
 EAPI="3"
 
@@ -67,6 +67,8 @@
 	use ru-g && epatch "${WORKDIR}"/${P}-ge1.diff
 	use quote && epatch "${WORKDIR}"/${P}-gq2.diff
 	use width && epatch "${WORKDIR}"/${P}-cm2.diff
+
+	epatch "${FILESDIR}"/${PN}-4.32-parallel-install.patch
 }
 
 src_configure() {
@@ -87,13 +89,13 @@
 
 src_install() {
 	if use psf; then
-		emake -j1 DESTDIR="${D}" install-psf install-uni install-acm install-ref || die
+		emake DESTDIR="${D}" install-psf install-uni install-acm install-ref || die
 	fi
 	if use raw-font-data; then
-		emake -j1 DESTDIR="${D}" install.raw || die
+		emake DESTDIR="${D}" install.raw || die
 	fi
 	if use pcf; then
-		emake -j1 DESTDIR="${D}" install-pcf || die
+		emake DESTDIR="${D}" install-pcf || die
 	fi
 
 	font_src_install



1.82                 media-fonts/terminus-font/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	21 Jan 2011 09:10:32 -0000	1.81
+++ ChangeLog	22 Jan 2011 01:32:11 -0000	1.82
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/terminus-font
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/ChangeLog,v 1.81 2011/01/21 09:10:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/ChangeLog,v 1.82 2011/01/22 01:32:11 dirtyepic Exp $
+
+  22 Jan 2011; Ryan Hill <dirtyepic@gentoo.org> terminus-font-4.30.ebuild,
+  terminus-font-4.32.ebuild, +files/terminus-font-4.32-parallel-install.patch:
+  Properly fix parallel install (bug #352321 by Tolga Dalman).
 
   21 Jan 2011; Justin Lecher <jlec@gentoo.org> terminus-font-4.30.ebuild,
   terminus-font-4.32.ebuild:



1.3                  media-fonts/terminus-font/terminus-font-4.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/terminus-font-4.32.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/terminus-font-4.32.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/terminus-font/terminus-font-4.32.ebuild?r1=1.2&r2=1.3

Index: terminus-font-4.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/terminus-font-4.32.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- terminus-font-4.32.ebuild	21 Jan 2011 09:10:32 -0000	1.2
+++ terminus-font-4.32.ebuild	22 Jan 2011 01:32:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/terminus-font-4.32.ebuild,v 1.2 2011/01/21 09:10:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/terminus-font/terminus-font-4.32.ebuild,v 1.3 2011/01/22 01:32:11 dirtyepic Exp $
 
 EAPI=3
 
@@ -48,6 +48,8 @@
 	use ru-g     && epatch "${S}"/alt/ge1.diff
 	use quote    && epatch "${S}"/alt/gq2.diff
 	use width    && epatch "${S}"/alt/cm2.diff
+
+	epatch "${FILESDIR}"/${P}-parallel-install.patch
 }
 
 src_configure() {
@@ -68,13 +70,13 @@
 
 src_install() {
 	if use psf; then
-		emake -j1 DESTDIR="${D}" install-psf install-uni install-acm install-ref || die
+		emake DESTDIR="${D}" install-psf install-uni install-acm install-ref || die
 	fi
 	if use raw-font-data; then
-		emake -j1 DESTDIR="${D}" install.raw || die
+		emake DESTDIR="${D}" install.raw || die
 	fi
 	if use pcf; then
-		emake -j1 DESTDIR="${D}" install-pcf || die
+		emake DESTDIR="${D}" install-pcf || die
 	fi
 
 	font_src_install






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

end of thread, other threads:[~2011-01-22  1:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-21  9:10 [gentoo-commits] gentoo-x86 commit in media-fonts/terminus-font: terminus-font-4.30.ebuild ChangeLog terminus-font-4.32.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-22  1:32 Ryan Hill (dirtyepic)

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