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.ebuild
@ 2011-08-16 15:59 Jeffrey Gardner (je_fro)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey Gardner (je_fro) @ 2011-08-16 15:59 UTC (permalink / raw
  To: gentoo-commits

je_fro      11/08/16 15:59:33

  Modified:             ChangeLog
  Added:                liberation-fonts-1.07.0.ebuild
  Log:
  New version, thanks to Hans in #377165
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	3 May 2011 13:50:02 -0000	1.14
+++ ChangeLog	16 Aug 2011 15:59:33 -0000	1.15
@@ -1,6 +1,12 @@
 # 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.14 2011/05/03 13:50:02 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v 1.15 2011/08/16 15:59:33 je_fro Exp $
+
+*liberation-fonts-1.07.0 (16 Aug 2011)
+
+  16 Aug 2011; Jeff Gardner <je_fro@gentoo.org>
+  +liberation-fonts-1.07.0.ebuild:
+  New version, thanks to Hans in #377165
 
 *liberation-fonts-1.06.0.20100721-r1 (03 May 2011)
 



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-1.07.0.ebuild?rev=1.1&content-type=text/plain

Index: liberation-fonts-1.07.0.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 )"
RDEPEND=""

if use fontforge; then
	FONT_S="${S}/${PN}-ttf-${PV%.*}.$(date +%Y%m%d)"
else
	FONT_S="${WORKDIR}/${PN}-ttf-${PV}"
	S=${FONT_S}
fi






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

* [gentoo-commits] gentoo-x86 commit in media-fonts/liberation-fonts: ChangeLog liberation-fonts-1.07.0.ebuild
@ 2011-09-07 19:08 Jeffrey Gardner (je_fro)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey Gardner (je_fro) @ 2011-09-07 19:08 UTC (permalink / raw
  To: gentoo-commits

je_fro      11/09/07 19:08:11

  Modified:             ChangeLog liberation-fonts-1.07.0.ebuild
  Log:
  Add unzip to DEPEND fixing bug #380051 thanks to g0del.
  
  (Portage version: 2.1.10.14/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Aug 2011 15:59:33 -0000	1.15
+++ ChangeLog	7 Sep 2011 19:08:11 -0000	1.16
@@ -1,6 +1,9 @@
 # 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.15 2011/08/16 15:59:33 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v 1.16 2011/09/07 19:08:11 je_fro Exp $
+
+  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.
 
 *liberation-fonts-1.07.0 (16 Aug 2011)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-1.07.0.ebuild?rev=1.2&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.1&r2=1.2

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- liberation-fonts-1.07.0.ebuild	16 Aug 2011 15:59:33 -0000	1.1
+++ liberation-fonts-1.07.0.ebuild	7 Sep 2011 19:08:11 -0000	1.2
@@ -20,7 +20,8 @@
 
 FONT_CONF=( "${FILESDIR}/60-liberation.conf" )
 
-DEPEND="fontforge? ( media-gfx/fontforge )"
+DEPEND="fontforge? ( media-gfx/fontforge )
+		app-arch/unzip"
 RDEPEND=""
 
 if use fontforge; then






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

end of thread, other threads:[~2011-09-07 19:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16 15:59 [gentoo-commits] gentoo-x86 commit in media-fonts/liberation-fonts: ChangeLog liberation-fonts-1.07.0.ebuild Jeffrey Gardner (je_fro)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-07 19:08 Jeffrey Gardner (je_fro)

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