* [gentoo-commits] gentoo-x86 commit in media-libs/freetype: freetype-2.5.3-r1.ebuild ChangeLog
@ 2014-03-17 18:09 Michal Gorny (mgorny)
0 siblings, 0 replies; 10+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-17 18:09 UTC (permalink / raw
To: gentoo-commits
mgorny 14/03/17 18:09:24
Modified: freetype-2.5.3-r1.ebuild ChangeLog
Log:
Add MULTILIB_USEDEP on harfbuzz.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 media-libs/freetype/freetype-2.5.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?r1=1.1&r2=1.2
Index: freetype-2.5.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freetype-2.5.3-r1.ebuild 16 Mar 2014 10:38:24 -0000 1.1
+++ freetype-2.5.3-r1.ebuild 17 Mar 2014 18:09:23 -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-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.1 2014/03/16 10:38:24 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.2 2014/03/17 18:09:23 mgorny Exp $
EAPI=5
@@ -22,7 +22,7 @@
DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]
bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] )
- harfbuzz? ( media-libs/harfbuzz[truetype] )
+ harfbuzz? ( media-libs/harfbuzz[truetype,${MULTILIB_USEDEP}] )
png? ( media-libs/libpng[${MULTILIB_USEDEP}] )
X? ( x11-libs/libX11[${MULTILIB_USEDEP}]
x11-libs/libXau[${MULTILIB_USEDEP}]
1.392 media-libs/freetype/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.392&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.392&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?r1=1.391&r2=1.392
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v
retrieving revision 1.391
retrieving revision 1.392
diff -u -r1.391 -r1.392
--- ChangeLog 16 Mar 2014 10:38:24 -0000 1.391
+++ ChangeLog 17 Mar 2014 18:09:23 -0000 1.392
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/freetype
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.391 2014/03/16 10:38:24 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.392 2014/03/17 18:09:23 mgorny Exp $
+
+ 17 Mar 2014; Michał Górny <mgorny@gentoo.org> freetype-2.5.3-r1.ebuild:
+ Add MULTILIB_USEDEP on harfbuzz.
*freetype-2.5.3-r1 (16 Mar 2014)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/freetype: freetype-2.5.3-r1.ebuild ChangeLog
@ 2014-04-15 19:56 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2014-04-15 19:56 UTC (permalink / raw
To: gentoo-commits
vapier 14/04/15 19:56:19
Modified: freetype-2.5.3-r1.ebuild ChangeLog
Log:
Move X deps behind USE=utils as only they use the X libs.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.4 media-libs/freetype/freetype-2.5.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?r1=1.3&r2=1.4
Index: freetype-2.5.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- freetype-2.5.3-r1.ebuild 28 Mar 2014 03:19:02 -0000 1.3
+++ freetype-2.5.3-r1.ebuild 15 Apr 2014 19:56:19 -0000 1.4
@@ -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-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.3 2014/03/28 03:19:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.4 2014/04/15 19:56:19 vapier Exp $
EAPI=5
@@ -24,12 +24,16 @@
bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] )
harfbuzz? ( media-libs/harfbuzz[truetype,${MULTILIB_USEDEP}] )
png? ( media-libs/libpng[${MULTILIB_USEDEP}] )
- X? ( x11-libs/libX11[${MULTILIB_USEDEP}]
- x11-libs/libXau[${MULTILIB_USEDEP}]
- x11-libs/libXdmcp[${MULTILIB_USEDEP}] )"
+ utils? (
+ X? (
+ x11-libs/libX11[${MULTILIB_USEDEP}]
+ x11-libs/libXau[${MULTILIB_USEDEP}]
+ x11-libs/libXdmcp[${MULTILIB_USEDEP}]
+ )
+ )"
RDEPEND="${DEPEND}
infinality? ( media-libs/fontconfig-infinality )
- abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )"
+ abi_x86_32? ( utils? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) )"
src_prepare() {
enable_option() {
1.394 media-libs/freetype/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.394&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.394&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?r1=1.393&r2=1.394
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v
retrieving revision 1.393
retrieving revision 1.394
diff -u -r1.393 -r1.394
--- ChangeLog 28 Mar 2014 03:19:02 -0000 1.393
+++ ChangeLog 15 Apr 2014 19:56:19 -0000 1.394
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/freetype
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.393 2014/03/28 03:19:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.394 2014/04/15 19:56:19 vapier Exp $
+
+ 15 Apr 2014; Mike Frysinger <vapier@gentoo.org> freetype-2.5.3-r1.ebuild:
+ Move X deps behind USE=utils as only they use the X libs.
28 Mar 2014; Jeroen Roovers <jer@gentoo.org> freetype-2.5.3-r1.ebuild:
Stable for HPPA (bug #504088).
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/freetype: freetype-2.5.3-r1.ebuild ChangeLog
@ 2014-06-17 16:06 Tobias Klausmann (klausman)
0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-06-17 16:06 UTC (permalink / raw
To: gentoo-commits
klausman 14/06/17 16:06:20
Modified: freetype-2.5.3-r1.ebuild ChangeLog
Log:
Stable on alpha, bug #504088
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Revision Changes Path
1.7 media-libs/freetype/freetype-2.5.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?r1=1.6&r2=1.7
Index: freetype-2.5.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- freetype-2.5.3-r1.ebuild 10 Jun 2014 00:43:48 -0000 1.6
+++ freetype-2.5.3-r1.ebuild 17 Jun 2014 16:06:19 -0000 1.7
@@ -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-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.6 2014/06/10 00:43:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.7 2014/06/17 16:06:19 klausman Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="|| ( FTL GPL-2+ )"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="X +adobe-cff auto-hinter bindist bzip2 debug doc fontforge harfbuzz
infinality png static-libs utils"
REQUIRED_USE="harfbuzz? ( auto-hinter )"
1.397 media-libs/freetype/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.397&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.397&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?r1=1.396&r2=1.397
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v
retrieving revision 1.396
retrieving revision 1.397
diff -u -r1.396 -r1.397
--- ChangeLog 10 Jun 2014 00:43:48 -0000 1.396
+++ ChangeLog 17 Jun 2014 16:06:19 -0000 1.397
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/freetype
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.396 2014/06/10 00:43:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.397 2014/06/17 16:06:19 klausman Exp $
+
+ 17 Jun 2014; Tobias Klausmann <klausman@gentoo.org> freetype-2.5.3-r1.ebuild:
+ Stable on alpha, bug #504088
10 Jun 2014; Mike Frysinger <vapier@gentoo.org> freetype-2.4.11.ebuild,
freetype-2.5.0.1.ebuild, freetype-2.5.3-r1.ebuild, freetype-2.5.3.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/freetype: freetype-2.5.3-r1.ebuild ChangeLog
@ 2014-06-22 14:37 Akinori Hattori (hattya)
0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori (hattya) @ 2014-06-22 14:37 UTC (permalink / raw
To: gentoo-commits
hattya 14/06/22 14:37:59
Modified: freetype-2.5.3-r1.ebuild ChangeLog
Log:
ia64 stable wrt bug #504088
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Revision Changes Path
1.9 media-libs/freetype/freetype-2.5.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?r1=1.8&r2=1.9
Index: freetype-2.5.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- freetype-2.5.3-r1.ebuild 18 Jun 2014 19:29:34 -0000 1.8
+++ freetype-2.5.3-r1.ebuild 22 Jun 2014 14:37:58 -0000 1.9
@@ -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-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.8 2014/06/18 19:29:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.9 2014/06/22 14:37:58 hattya Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="|| ( FTL GPL-2+ )"
SLOT="2"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="X +adobe-cff auto-hinter bindist bzip2 debug doc fontforge harfbuzz
infinality png static-libs utils"
REQUIRED_USE="harfbuzz? ( auto-hinter )"
1.399 media-libs/freetype/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.399&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.399&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?r1=1.398&r2=1.399
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v
retrieving revision 1.398
retrieving revision 1.399
diff -u -r1.398 -r1.399
--- ChangeLog 18 Jun 2014 19:29:34 -0000 1.398
+++ ChangeLog 22 Jun 2014 14:37:58 -0000 1.399
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/freetype
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.398 2014/06/18 19:29:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.399 2014/06/22 14:37:58 hattya Exp $
+
+ 22 Jun 2014; Akinori Hattori <hattya@gentoo.org> freetype-2.5.3-r1.ebuild:
+ ia64 stable wrt bug #504088
18 Jun 2014; Michał Górny <mgorny@gentoo.org> freetype-2.5.0.1.ebuild,
freetype-2.5.3-r1.ebuild, freetype-2.5.3.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/freetype: freetype-2.5.3-r1.ebuild ChangeLog
@ 2014-07-15 14:33 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 10+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-07-15 14:33 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 14/07/15 14:33:39
Modified: freetype-2.5.3-r1.ebuild ChangeLog
Log:
x86 stable wrt security bug #504088
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 0x4F1A2555EA71991D!)
Revision Changes Path
1.10 media-libs/freetype/freetype-2.5.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?r1=1.9&r2=1.10
Index: freetype-2.5.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- freetype-2.5.3-r1.ebuild 22 Jun 2014 14:37:58 -0000 1.9
+++ freetype-2.5.3-r1.ebuild 15 Jul 2014 14:33:39 -0000 1.10
@@ -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-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.9 2014/06/22 14:37:58 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.10 2014/07/15 14:33:39 phajdan.jr Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="|| ( FTL GPL-2+ )"
SLOT="2"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="X +adobe-cff auto-hinter bindist bzip2 debug doc fontforge harfbuzz
infinality png static-libs utils"
REQUIRED_USE="harfbuzz? ( auto-hinter )"
1.400 media-libs/freetype/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.400&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.400&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?r1=1.399&r2=1.400
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v
retrieving revision 1.399
retrieving revision 1.400
diff -u -r1.399 -r1.400
--- ChangeLog 22 Jun 2014 14:37:58 -0000 1.399
+++ ChangeLog 15 Jul 2014 14:33:39 -0000 1.400
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/freetype
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.399 2014/06/22 14:37:58 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.400 2014/07/15 14:33:39 phajdan.jr Exp $
+
+ 15 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> freetype-2.5.3-r1.ebuild:
+ x86 stable wrt security bug #504088
22 Jun 2014; Akinori Hattori <hattya@gentoo.org> freetype-2.5.3-r1.ebuild:
ia64 stable wrt bug #504088
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/freetype: freetype-2.5.3-r1.ebuild ChangeLog
@ 2014-07-15 21:24 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-07-15 21:24 UTC (permalink / raw
To: gentoo-commits
zlogene 14/07/15 21:24:56
Modified: freetype-2.5.3-r1.ebuild ChangeLog
Log:
amd64 stable wrt bug #504088
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.11 media-libs/freetype/freetype-2.5.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?r1=1.10&r2=1.11
Index: freetype-2.5.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- freetype-2.5.3-r1.ebuild 15 Jul 2014 14:33:39 -0000 1.10
+++ freetype-2.5.3-r1.ebuild 15 Jul 2014 21:24:56 -0000 1.11
@@ -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-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.10 2014/07/15 14:33:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.11 2014/07/15 21:24:56 zlogene Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="|| ( FTL GPL-2+ )"
SLOT="2"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="X +adobe-cff auto-hinter bindist bzip2 debug doc fontforge harfbuzz
infinality png static-libs utils"
REQUIRED_USE="harfbuzz? ( auto-hinter )"
1.401 media-libs/freetype/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.401&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.401&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?r1=1.400&r2=1.401
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v
retrieving revision 1.400
retrieving revision 1.401
diff -u -r1.400 -r1.401
--- ChangeLog 15 Jul 2014 14:33:39 -0000 1.400
+++ ChangeLog 15 Jul 2014 21:24:56 -0000 1.401
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/freetype
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.400 2014/07/15 14:33:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.401 2014/07/15 21:24:56 zlogene Exp $
+
+ 15 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> freetype-2.5.3-r1.ebuild:
+ amd64 stable wrt bug #504088
15 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> freetype-2.5.3-r1.ebuild:
x86 stable wrt security bug #504088
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/freetype: freetype-2.5.3-r1.ebuild ChangeLog
@ 2014-07-28 13:45 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-28 13:45 UTC (permalink / raw
To: gentoo-commits
ago 14/07/28 13:45:11
Modified: freetype-2.5.3-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.13 media-libs/freetype/freetype-2.5.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?r1=1.12&r2=1.13
Index: freetype-2.5.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- freetype-2.5.3-r1.ebuild 22 Jul 2014 07:40:38 -0000 1.12
+++ freetype-2.5.3-r1.ebuild 28 Jul 2014 13:45:11 -0000 1.13
@@ -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-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.12 2014/07/22 07:40:38 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.13 2014/07/28 13:45:11 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="|| ( FTL GPL-2+ )"
SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="X +adobe-cff auto-hinter bindist bzip2 debug doc fontforge harfbuzz
infinality png static-libs utils"
REQUIRED_USE="harfbuzz? ( auto-hinter )"
1.403 media-libs/freetype/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.403&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.403&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?r1=1.402&r2=1.403
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -r1.402 -r1.403
--- ChangeLog 22 Jul 2014 07:40:38 -0000 1.402
+++ ChangeLog 28 Jul 2014 13:45:11 -0000 1.403
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/freetype
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.402 2014/07/22 07:40:38 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.403 2014/07/28 13:45:11 ago Exp $
+
+ 28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> freetype-2.5.3-r1.ebuild:
+ Stable for ppc, wrt bug #512012
22 Jul 2014; Lars Wendler <polynomial-c@gentoo.org> freetype-2.5.3.ebuild,
freetype-2.5.3-r1.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/freetype: freetype-2.5.3-r1.ebuild ChangeLog
@ 2014-08-02 17:41 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2014-08-02 17:41 UTC (permalink / raw
To: gentoo-commits
armin76 14/08/02 17:41:07
Modified: freetype-2.5.3-r1.ebuild ChangeLog
Log:
arm/sparc stable wrt #504088
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
Revision Changes Path
1.14 media-libs/freetype/freetype-2.5.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?r1=1.13&r2=1.14
Index: freetype-2.5.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- freetype-2.5.3-r1.ebuild 28 Jul 2014 13:45:11 -0000 1.13
+++ freetype-2.5.3-r1.ebuild 2 Aug 2014 17:41:06 -0000 1.14
@@ -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-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.13 2014/07/28 13:45:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.14 2014/08/02 17:41:06 armin76 Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="|| ( FTL GPL-2+ )"
SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="X +adobe-cff auto-hinter bindist bzip2 debug doc fontforge harfbuzz
infinality png static-libs utils"
REQUIRED_USE="harfbuzz? ( auto-hinter )"
1.404 media-libs/freetype/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.404&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.404&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?r1=1.403&r2=1.404
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v
retrieving revision 1.403
retrieving revision 1.404
diff -u -r1.403 -r1.404
--- ChangeLog 28 Jul 2014 13:45:11 -0000 1.403
+++ ChangeLog 2 Aug 2014 17:41:06 -0000 1.404
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/freetype
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.403 2014/07/28 13:45:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.404 2014/08/02 17:41:06 armin76 Exp $
+
+ 02 Aug 2014; Raúl Porcel <armin76@gentoo.org> freetype-2.5.3-r1.ebuild:
+ arm/sparc stable wrt #504088
28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> freetype-2.5.3-r1.ebuild:
Stable for ppc, wrt bug #512012
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/freetype: freetype-2.5.3-r1.ebuild ChangeLog
@ 2014-08-02 17:52 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-08-02 17:52 UTC (permalink / raw
To: gentoo-commits
zlogene 14/08/02 17:52:37
Modified: freetype-2.5.3-r1.ebuild ChangeLog
Log:
ppc64 stable wrt bug #504088
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.15 media-libs/freetype/freetype-2.5.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?r1=1.14&r2=1.15
Index: freetype-2.5.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- freetype-2.5.3-r1.ebuild 2 Aug 2014 17:41:06 -0000 1.14
+++ freetype-2.5.3-r1.ebuild 2 Aug 2014 17:52:37 -0000 1.15
@@ -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-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.14 2014/08/02 17:41:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.15 2014/08/02 17:52:37 zlogene Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="|| ( FTL GPL-2+ )"
SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="X +adobe-cff auto-hinter bindist bzip2 debug doc fontforge harfbuzz
infinality png static-libs utils"
REQUIRED_USE="harfbuzz? ( auto-hinter )"
1.405 media-libs/freetype/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.405&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.405&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?r1=1.404&r2=1.405
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v
retrieving revision 1.404
retrieving revision 1.405
diff -u -r1.404 -r1.405
--- ChangeLog 2 Aug 2014 17:41:06 -0000 1.404
+++ ChangeLog 2 Aug 2014 17:52:37 -0000 1.405
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/freetype
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.404 2014/08/02 17:41:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.405 2014/08/02 17:52:37 zlogene Exp $
+
+ 02 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> freetype-2.5.3-r1.ebuild:
+ ppc64 stable wrt bug #504088
02 Aug 2014; Raúl Porcel <armin76@gentoo.org> freetype-2.5.3-r1.ebuild:
arm/sparc stable wrt #504088
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/freetype: freetype-2.5.3-r1.ebuild ChangeLog
@ 2014-10-13 7:11 Michal Gorny (mgorny)
0 siblings, 0 replies; 10+ messages in thread
From: Michal Gorny (mgorny) @ 2014-10-13 7:11 UTC (permalink / raw
To: gentoo-commits
mgorny 14/10/13 07:11:16
Modified: freetype-2.5.3-r1.ebuild ChangeLog
Log:
Bump harfbuzz dep to match configure check, pointed out in bug #517442.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.16 media-libs/freetype/freetype-2.5.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?r1=1.15&r2=1.16
Index: freetype-2.5.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- freetype-2.5.3-r1.ebuild 2 Aug 2014 17:52:37 -0000 1.15
+++ freetype-2.5.3-r1.ebuild 13 Oct 2014 07:11:16 -0000 1.16
@@ -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-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.15 2014/08/02 17:52:37 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.16 2014/10/13 07:11:16 mgorny Exp $
EAPI=5
@@ -22,7 +22,7 @@
CDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
- harfbuzz? ( >=media-libs/harfbuzz-0.9.12[truetype,${MULTILIB_USEDEP}] )
+ harfbuzz? ( >=media-libs/harfbuzz-0.9.19[truetype,${MULTILIB_USEDEP}] )
png? ( >=media-libs/libpng-1.2.51[${MULTILIB_USEDEP}] )
utils? (
X? (
1.407 media-libs/freetype/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.407&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.407&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?r1=1.406&r2=1.407
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v
retrieving revision 1.406
retrieving revision 1.407
diff -u -r1.406 -r1.407
--- ChangeLog 9 Aug 2014 19:08:06 -0000 1.406
+++ ChangeLog 13 Oct 2014 07:11:16 -0000 1.407
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/freetype
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.406 2014/08/09 19:08:06 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.407 2014/10/13 07:11:16 mgorny Exp $
+
+ 13 Oct 2014; Michał Górny <mgorny@gentoo.org> freetype-2.5.3-r1.ebuild:
+ Bump harfbuzz dep to match configure check, pointed out in bug #517442.
09 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> -freetype-2.4.11.ebuild,
-freetype-2.5.0.1.ebuild, -freetype-2.5.3.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-10-13 7:11 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-17 18:09 [gentoo-commits] gentoo-x86 commit in media-libs/freetype: freetype-2.5.3-r1.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2014-04-15 19:56 Mike Frysinger (vapier)
2014-06-17 16:06 Tobias Klausmann (klausman)
2014-06-22 14:37 Akinori Hattori (hattya)
2014-07-15 14:33 PaweA Hajdan (phajdan.jr)
2014-07-15 21:24 Mikle Kolyada (zlogene)
2014-07-28 13:45 Agostino Sarubbo (ago)
2014-08-02 17:41 Raul Porcel (armin76)
2014-08-02 17:52 Mikle Kolyada (zlogene)
2014-10-13 7:11 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