public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-fonts/liberation-fonts: liberation-fonts-2.00.1-r1.ebuild ChangeLog
@ 2014-04-11 18:21 Jeffrey Gardner (je_fro)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey Gardner (je_fro) @ 2014-04-11 18:21 UTC (permalink / raw
  To: gentoo-commits

je_fro      14/04/11 18:21:45

  Modified:             liberation-fonts-2.00.1-r1.ebuild ChangeLog
  Log:
  Python unneeded without fontforge. Thanks Arfrever Frehtes Taifersar Arahesis.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4A5D8F23)

Revision  Changes    Path
1.2                  media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild

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

Index: liberation-fonts-2.00.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- liberation-fonts-2.00.1-r1.ebuild	11 Apr 2014 02:21:42 -0000	1.1
+++ liberation-fonts-2.00.1-r1.ebuild	11 Apr 2014 18:21:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild,v 1.1 2014/04/11 02:21:42 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild,v 1.2 2014/04/11 18:21:45 je_fro Exp $
 
 EAPI=4
 
@@ -22,8 +22,8 @@
 
 FONT_CONF=( "${FILESDIR}/60-liberation.conf" )
 
-DEPEND="${PYTHON_DEPS}
-		fontforge? (
+DEPEND="fontforge? (
+		${PYTHON_DEPS}
 		media-gfx/fontforge
 		dev-python/fonttools
 	)"
@@ -32,10 +32,10 @@
 pkg_setup() {
 	if use fontforge; then
 		FONT_S="${S}/${PN}-ttf-${PV}"
+		python-any-r1_pkg_setup
 	else
 		FONT_S="${WORKDIR}/${PN}-ttf-${PV}"
 		S="${FONT_S}"
 	fi
-	python-any-r1_pkg_setup
 	font_pkg_setup
 }



1.47                 media-fonts/liberation-fonts/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	11 Apr 2014 02:21:42 -0000	1.46
+++ ChangeLog	11 Apr 2014 18:21:45 -0000	1.47
@@ -1,6 +1,11 @@
 # ChangeLog for media-fonts/liberation-fonts
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v 1.46 2014/04/11 02:21:42 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v 1.47 2014/04/11 18:21:45 je_fro Exp $
+
+  11 Apr 2014; Jeff Gardner <je_fro@gentoo.org>
+  liberation-fonts-2.00.1-r1.ebuild:
+  Python unneeded without fontforge. Thanks Arfrever Frehtes Taifersar
+  Arahesis.
 
 *liberation-fonts-2.00.1-r1 (11 Apr 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in media-fonts/liberation-fonts: liberation-fonts-2.00.1-r1.ebuild ChangeLog
@ 2015-04-08 18:15 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 18:15 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 18:15:03

  Modified:             liberation-fonts-2.00.1-r1.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.5                  media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild?r1=1.4&r2=1.5

Index: liberation-fonts-2.00.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- liberation-fonts-2.00.1-r1.ebuild	7 Mar 2015 11:47:45 -0000	1.4
+++ liberation-fonts-2.00.1-r1.ebuild	8 Apr 2015 18:15:03 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild,v 1.4 2015/03/07 11:47:45 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild,v 1.5 2015/04/08 18:15:03 mgorny Exp $
 
 EAPI=4
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit font python-any-r1
 



1.51                 media-fonts/liberation-fonts/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	7 Mar 2015 11:47:45 -0000	1.50
+++ ChangeLog	8 Apr 2015 18:15:03 -0000	1.51
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/liberation-fonts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v 1.50 2015/03/07 11:47:45 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v 1.51 2015/04/08 18:15:03 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org>
+  liberation-fonts-2.00.1-r1.ebuild:
+  Drop old Python implementations
 
   07 Mar 2015; Ben de Groot <yngwin@gentoo.org> -liberation-fonts-1.07.2.ebuild,
   -liberation-fonts-2.00.1.ebuild, liberation-fonts-2.00.1-r1.ebuild:





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

end of thread, other threads:[~2015-04-08 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-11 18:21 [gentoo-commits] gentoo-x86 commit in media-fonts/liberation-fonts: liberation-fonts-2.00.1-r1.ebuild ChangeLog Jeffrey Gardner (je_fro)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08 18:15 Michal Gorny (mgorny)

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