public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-fonts/liberation-fonts: ChangeLog liberation-fonts-1.07.0-r1.ebuild liberation-fonts-1.07.0.ebuild
@ 2011-09-09 10:22 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2011-09-09 10:22 UTC (permalink / raw
  To: gentoo-commits

pva         11/09/09 10:22:58

  Modified:             ChangeLog liberation-fonts-1.07.0.ebuild
  Added:                liberation-fonts-1.07.0-r1.ebuild
  Log:
  Fixed installation with USE=fontforge, bug #379505 thank Nikolay S. Rybaloff for report and fix.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 media-fonts/liberation-fonts/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	7 Sep 2011 19:08:11 -0000	1.16
+++ ChangeLog	9 Sep 2011 10:22:58 -0000	1.17
@@ -1,6 +1,13 @@
 # ChangeLog for media-fonts/liberation-fonts
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v 1.16 2011/09/07 19:08:11 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v 1.17 2011/09/09 10:22:58 pva Exp $
+
+*liberation-fonts-1.07.0-r1 (09 Sep 2011)
+
+  09 Sep 2011; Peter Volkov <pva@gentoo.org> liberation-fonts-1.07.0.ebuild,
+  +liberation-fonts-1.07.0-r1.ebuild:
+  Fixed installation with USE=fontforge, bug #379505 thank Nikolay S. Rybaloff
+  for report and fix.
 
   07 Sep 2011; Jeff Gardner <je_fro@gentoo.org> liberation-fonts-1.07.0.ebuild:
   Add unzip to DEPEND fixing bug #380051 thanks to g0del.



1.3                  media-fonts/liberation-fonts/liberation-fonts-1.07.0.ebuild

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

Index: liberation-fonts-1.07.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-1.07.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- liberation-fonts-1.07.0.ebuild	7 Sep 2011 19:08:11 -0000	1.2
+++ liberation-fonts-1.07.0.ebuild	9 Sep 2011 10:22:58 -0000	1.3
@@ -24,9 +24,7 @@
 		app-arch/unzip"
 RDEPEND=""
 
-if use fontforge; then
-	FONT_S="${S}/${PN}-ttf-${PV%.*}.$(date +%Y%m%d)"
-else
-	FONT_S="${WORKDIR}/${PN}-ttf-${PV}"
+FONT_S="${S}/${PN}-ttf-${PV}"
+if ! use fontforge; then
 	S=${FONT_S}
 fi



1.1                  media-fonts/liberation-fonts/liberation-fonts-1.07.0-r1.ebuild

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

Index: liberation-fonts-1.07.0-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $

EAPI=3

inherit font

DESCRIPTION="A GPL-2 Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat"
HOMEPAGE="https://fedorahosted.org/liberation-fonts"
SRC_URI="!fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${PN}-ttf-${PV}.tar.gz )
fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz )"

KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
SLOT="0"
LICENSE="GPL-2-with-exceptions"
IUSE="fontforge X"

FONT_SUFFIX="ttf"

FONT_CONF=( "${FILESDIR}/60-liberation.conf" )

DEPEND="fontforge? ( media-gfx/fontforge )
		app-arch/unzip"
RDEPEND=""

FONT_S="${S}/${PN}-ttf-${PV}"
if ! use fontforge; then
	S=${FONT_S}
fi






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

only message in thread, other threads:[~2011-09-09 10:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-09 10:22 [gentoo-commits] gentoo-x86 commit in media-fonts/liberation-fonts: ChangeLog liberation-fonts-1.07.0-r1.ebuild liberation-fonts-1.07.0.ebuild Peter Volkov (pva)

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