* [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.10.92.ebuild ChangeLog
@ 2013-05-12 17:56 Pacho Ramos (pacho)
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos (pacho) @ 2013-05-12 17:56 UTC (permalink / raw
To: gentoo-commits
pacho 13/05/12 17:56:04
Modified: ChangeLog
Added: fontconfig-2.10.92.ebuild
Log:
Version bump, also include upstream patches that will be in 2.10.93 and incorporate a fix to bug #466432 making fedora patch not needed.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.171 media-libs/fontconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.171&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.171&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.170&r2=1.171
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog 29 Apr 2013 14:42:34 -0000 1.170
+++ ChangeLog 12 May 2013 17:56:03 -0000 1.171
@@ -1,6 +1,20 @@
# ChangeLog for media-libs/fontconfig
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.170 2013/04/29 14:42:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.171 2013/05/12 17:56:03 pacho Exp $
+
+*fontconfig-2.10.92 (12 May 2013)
+
+ 12 May 2013; Pacho Ramos <pacho@gentoo.org>
+ +files/fontconfig-2.10.92-automake-1.13.patch,
+ +files/fontconfig-2.10.92-closing-fp.patch,
+ +files/fontconfig-2.10.92-fix-check.patch,
+ +files/fontconfig-2.10.92-fix-woff.patch,
+ +files/fontconfig-2.10.92-ft-face.patch,
+ +files/fontconfig-2.10.92-ft-face2.patch,
+ +files/fontconfig-2.10.92-native-fonts.patch,
+ +files/fontconfig-2.10.92-use-glob.patch, +fontconfig-2.10.92.ebuild:
+ Version bump, also include upstream patches that will be in 2.10.93 and
+ incorporate a fix to bug #466432 making fedora patch not needed.
29 Apr 2013; Michal Gorny <mgorny@gentoo.org> metadata.xml:
Add multilib@ as the co-maintainer for multilib conversion.
1.1 media-libs/fontconfig/fontconfig-2.10.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.1&content-type=text/plain
Index: fontconfig-2.10.92.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.1 2013/05/12 17:56:03 pacho Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=yes
inherit autotools-multilib readme.gentoo
DESCRIPTION="A library for configuring and customizing font access"
HOMEPAGE="http://fontconfig.org/"
SRC_URI="http://fontconfig.org/release/${P}.tar.bz2"
LICENSE="MIT"
SLOT="1.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="doc static-libs"
# Purposefully dropped the xml USE flag and libxml2 support. Expat is the
# default and used by every distro. See bug #283191.
# Note: replace emul-linux dep when expat becomes multilib-aware
# (and add [${MULTILIB_USEDEP}] on it then!)
RDEPEND="
>=media-libs/freetype-2.2.1[${MULTILIB_USEDEP}]
>=dev-libs/expat-1.95.3
abi_x86_32? (
amd64? ( app-emulation/emul-linux-x86-baselibs[development] )
!<=app-emulation/emul-linux-x86-xlibs-20130224 )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? (
app-text/docbook-sgml-utils[jadetex]
=app-text/docbook-sgml-dtd-3.1*
)
"
PDEPEND="app-admin/eselect-fontconfig
virtual/ttf-fonts
"
PATCHES=(
"${FILESDIR}"/${PN}-2.7.1-latin-reorder.patch # 130466
"${FILESDIR}"/${PN}-2.10.2-docbook.patch # 310157
# Apply upstream patches that will be included in 2.10.93
"${FILESDIR}"/${P}-native-fonts.patch
"${FILESDIR}"/${P}-automake-1.13.patch
"${FILESDIR}"/${P}-closing-fp.patch
"${FILESDIR}"/${P}-ft-face.patch
"${FILESDIR}"/${P}-ft-face2.patch
"${FILESDIR}"/${P}-fix-check.patch
"${FILESDIR}"/${P}-use-glob.patch
)
pkg_setup() {
DOC_CONTENTS="Please make fontconfig configuration changes using
\`eselect fontconfig\`. Any changes made to /etc/fonts/fonts.conf will be
overwritten. If you need to reset your configuration to upstream defaults,
delete the directory ${EROOT}etc/fonts/conf.d/ and re-emerge fontconfig."
}
src_configure() {
local myeconfargs=(
$(use_enable doc docbook)
# always enable docs to install manpages
--enable-docs
--localstatedir="${EPREFIX}"/var
--with-default-fonts="${EPREFIX}"/usr/share/fonts
--with-add-fonts="${EPREFIX}"/usr/local/share/fonts
--with-templatedir="${EPREFIX}"/etc/fonts/conf.avail
)
autotools-multilib_src_configure
}
src_install() {
autotools-multilib_src_install
# XXX: avoid calling this multiple times, bug #459210
install_others() {
# stuff installed from build-dir
autotools-utils_src_compile \
DESTDIR="${D}" -C doc install-man
insinto /etc/fonts
doins "${BUILD_DIR}"/fonts.conf
}
multilib_foreach_abi install_others
#fc-lang directory contains language coverage datafiles
#which are needed to test the coverage of fonts.
insinto /usr/share/fc-lang
doins fc-lang/*.orth
dodoc doc/fontconfig-user.{txt,pdf}
if [[ -e ${ED}usr/share/doc/fontconfig/ ]]; then
mv "${ED}"usr/share/doc/fontconfig/* "${ED}"/usr/share/doc/${P}
rm -rf "${ED}"usr/share/doc/fontconfig
fi
# Changes should be made to /etc/fonts/local.conf, and as we had
# too much problems with broken fonts.conf we force update it ...
echo 'CONFIG_PROTECT_MASK="/etc/fonts/fonts.conf"' > "${T}"/37fontconfig
doenvd "${T}"/37fontconfig
# As of fontconfig 2.7, everything sticks their noses in here.
dodir /etc/sandbox.d
echo 'SANDBOX_PREDICT="/var/cache/fontconfig"' > "${ED}"/etc/sandbox.d/37fontconfig
readme.gentoo_create_doc
}
pkg_preinst() {
# Bug #193476
# /etc/fonts/conf.d/ contains symlinks to ../conf.avail/ to include various
# config files. If we install as-is, we'll blow away user settings.
ebegin "Syncing fontconfig configuration to system"
if [[ -e ${EROOT}/etc/fonts/conf.d ]]; then
for file in "${EROOT}"/etc/fonts/conf.avail/*; do
f=${file##*/}
if [[ -L ${EROOT}/etc/fonts/conf.d/${f} ]]; then
[[ -f ${ED}etc/fonts/conf.avail/${f} ]] \
&& ln -sf ../conf.avail/"${f}" "${ED}"etc/fonts/conf.d/ &>/dev/null
else
[[ -f ${ED}etc/fonts/conf.avail/${f} ]] \
&& rm "${ED}"etc/fonts/conf.d/"${f}" &>/dev/null
fi
done
fi
eend $?
}
pkg_postinst() {
einfo "Cleaning broken symlinks in "${EROOT}"etc/fonts/conf.d/"
find -L "${EROOT}"etc/fonts/conf.d/ -type l -delete
readme.gentoo_print_elog
if [[ ${ROOT} = / ]]; then
ebegin "Creating global font cache"
"${EPREFIX}"/usr/bin/fc-cache -srf
eend $?
fi
}
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.10.92.ebuild ChangeLog
@ 2013-08-12 17:38 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 11+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2013-08-12 17:38 UTC (permalink / raw
To: gentoo-commits
bicatali 13/08/12 17:38:54
Modified: fontconfig-2.10.92.ebuild ChangeLog
Log:
Keyword amd64-linux
(Portage version: 2.2.01.22124-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path
1.4 media-libs/fontconfig/fontconfig-2.10.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?r1=1.3&r2=1.4
Index: fontconfig-2.10.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fontconfig-2.10.92.ebuild 7 Aug 2013 13:28:58 -0000 1.3
+++ fontconfig-2.10.92.ebuild 12 Aug 2013 17:38:54 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.3 2013/08/07 13:28:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.4 2013/08/12 17:38:54 bicatali Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=yes
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~amd64-linux ~x86-linux"
IUSE="doc static-libs"
# Purposefully dropped the xml USE flag and libxml2 support. Expat is the
1.174 media-libs/fontconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.174&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.174&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.173&r2=1.174
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog 7 Aug 2013 13:28:58 -0000 1.173
+++ ChangeLog 12 Aug 2013 17:38:54 -0000 1.174
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/fontconfig
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.173 2013/08/07 13:28:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.174 2013/08/12 17:38:54 bicatali Exp $
+
+ 12 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> fontconfig-2.10.92.ebuild:
+ Keyword amd64-linux
07 Aug 2013; Alexis Ballier <aballier@gentoo.org> fontconfig-2.10.92.ebuild:
fix multilib deps on expat now that it is unmasked
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.10.92.ebuild ChangeLog
@ 2013-08-21 8:19 Ben de Groot (yngwin)
0 siblings, 0 replies; 11+ messages in thread
From: Ben de Groot (yngwin) @ 2013-08-21 8:19 UTC (permalink / raw
To: gentoo-commits
yngwin 13/08/21 08:19:48
Modified: fontconfig-2.10.92.ebuild ChangeLog
Log:
Order dependencies alphabetically and tighten up formatting
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!)
Revision Changes Path
1.5 media-libs/fontconfig/fontconfig-2.10.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?r1=1.4&r2=1.5
Index: fontconfig-2.10.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fontconfig-2.10.92.ebuild 12 Aug 2013 17:38:54 -0000 1.4
+++ fontconfig-2.10.92.ebuild 21 Aug 2013 08:19:48 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.4 2013/08/12 17:38:54 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.5 2013/08/21 08:19:48 yngwin Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=yes
@@ -19,21 +19,18 @@
# Purposefully dropped the xml USE flag and libxml2 support. Expat is the
# default and used by every distro. See bug #283191.
-RDEPEND="
+RDEPEND=">=dev-libs/expat-1.95.3[${MULTILIB_USEDEP}]
>=media-libs/freetype-2.2.1[${MULTILIB_USEDEP}]
- >=dev-libs/expat-1.95.3[${MULTILIB_USEDEP}]
- abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )
-"
+ abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? (
- app-text/docbook-sgml-utils[jadetex]
=app-text/docbook-sgml-dtd-3.1*
- )
-"
+ app-text/docbook-sgml-utils[jadetex]
+ )"
PDEPEND="app-admin/eselect-fontconfig
- virtual/ttf-fonts
-"
+ virtual/ttf-fonts"
+
PATCHES=(
"${FILESDIR}"/${PN}-2.7.1-latin-reorder.patch # 130466
"${FILESDIR}"/${PN}-2.10.2-docbook.patch # 310157
1.175 media-libs/fontconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.175&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.175&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.174&r2=1.175
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog 12 Aug 2013 17:38:54 -0000 1.174
+++ ChangeLog 21 Aug 2013 08:19:48 -0000 1.175
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/fontconfig
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.174 2013/08/12 17:38:54 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.175 2013/08/21 08:19:48 yngwin Exp $
+
+ 21 Aug 2013; Ben de Groot <yngwin@gentoo.org> fontconfig-2.10.92.ebuild:
+ Order dependencies alphabetically and tighten up formatting
12 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> fontconfig-2.10.92.ebuild:
Keyword amd64-linux
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.10.92.ebuild ChangeLog
@ 2013-08-26 16:56 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-26 16:56 UTC (permalink / raw
To: gentoo-commits
ago 13/08/26 16:56:13
Modified: fontconfig-2.10.92.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #481824
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 media-libs/fontconfig/fontconfig-2.10.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?r1=1.6&r2=1.7
Index: fontconfig-2.10.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fontconfig-2.10.92.ebuild 23 Aug 2013 13:04:46 -0000 1.6
+++ fontconfig-2.10.92.ebuild 26 Aug 2013 16:56:13 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.6 2013/08/23 13:04:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.7 2013/08/26 16:56:13 ago Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=yes
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="doc static-libs"
# Purposefully dropped the xml USE flag and libxml2 support. Expat is the
1.178 media-libs/fontconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.178&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.178&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.177&r2=1.178
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog 23 Aug 2013 13:04:46 -0000 1.177
+++ ChangeLog 26 Aug 2013 16:56:13 -0000 1.178
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/fontconfig
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.177 2013/08/23 13:04:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.178 2013/08/26 16:56:13 ago Exp $
+
+ 26 Aug 2013; Agostino Sarubbo <ago@gentoo.org> fontconfig-2.10.92.ebuild:
+ Stable for ppc, wrt bug #481824
23 Aug 2013; Jeroen Roovers <jer@gentoo.org> fontconfig-2.10.92.ebuild:
Stable for HPPA (bug #481824).
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.10.92.ebuild ChangeLog
@ 2013-08-29 19:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-29 19:48 UTC (permalink / raw
To: gentoo-commits
ago 13/08/29 19:48:06
Modified: fontconfig-2.10.92.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #481824
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 media-libs/fontconfig/fontconfig-2.10.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?r1=1.8&r2=1.9
Index: fontconfig-2.10.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fontconfig-2.10.92.ebuild 28 Aug 2013 05:39:52 -0000 1.8
+++ fontconfig-2.10.92.ebuild 29 Aug 2013 19:48:06 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.8 2013/08/28 05:39:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.9 2013/08/29 19:48:06 ago Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=yes
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="1.0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="doc static-libs"
# Purposefully dropped the xml USE flag and libxml2 support. Expat is the
1.180 media-libs/fontconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.180&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.180&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.179&r2=1.180
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog 28 Aug 2013 05:39:52 -0000 1.179
+++ ChangeLog 29 Aug 2013 19:48:06 -0000 1.180
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/fontconfig
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.179 2013/08/28 05:39:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.180 2013/08/29 19:48:06 ago Exp $
+
+ 29 Aug 2013; Agostino Sarubbo <ago@gentoo.org> fontconfig-2.10.92.ebuild:
+ Stable for ia64, wrt bug #481824
28 Aug 2013; Markus Meier <maekke@gentoo.org> fontconfig-2.10.92.ebuild:
arm stable, bug #481824
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.10.92.ebuild ChangeLog
@ 2013-09-02 11:13 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-02 11:13 UTC (permalink / raw
To: gentoo-commits
ago 13/09/02 11:13:54
Modified: fontconfig-2.10.92.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #481824
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 media-libs/fontconfig/fontconfig-2.10.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?r1=1.9&r2=1.10
Index: fontconfig-2.10.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fontconfig-2.10.92.ebuild 29 Aug 2013 19:48:06 -0000 1.9
+++ fontconfig-2.10.92.ebuild 2 Sep 2013 11:13:54 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.9 2013/08/29 19:48:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.10 2013/09/02 11:13:54 ago Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=yes
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="1.0"
-KEYWORDS="~alpha ~amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="doc static-libs"
# Purposefully dropped the xml USE flag and libxml2 support. Expat is the
1.181 media-libs/fontconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.181&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.181&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.180&r2=1.181
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog 29 Aug 2013 19:48:06 -0000 1.180
+++ ChangeLog 2 Sep 2013 11:13:54 -0000 1.181
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/fontconfig
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.180 2013/08/29 19:48:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.181 2013/09/02 11:13:54 ago Exp $
+
+ 02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fontconfig-2.10.92.ebuild:
+ Stable for alpha, wrt bug #481824
29 Aug 2013; Agostino Sarubbo <ago@gentoo.org> fontconfig-2.10.92.ebuild:
Stable for ia64, wrt bug #481824
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.10.92.ebuild ChangeLog
@ 2013-09-05 12:19 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-05 12:19 UTC (permalink / raw
To: gentoo-commits
ago 13/09/05 12:19:10
Modified: fontconfig-2.10.92.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #481824
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 media-libs/fontconfig/fontconfig-2.10.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?r1=1.10&r2=1.11
Index: fontconfig-2.10.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fontconfig-2.10.92.ebuild 2 Sep 2013 11:13:54 -0000 1.10
+++ fontconfig-2.10.92.ebuild 5 Sep 2013 12:19:10 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.10 2013/09/02 11:13:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.11 2013/09/05 12:19:10 ago Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=yes
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="1.0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="doc static-libs"
# Purposefully dropped the xml USE flag and libxml2 support. Expat is the
1.182 media-libs/fontconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.182&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.182&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.181&r2=1.182
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog 2 Sep 2013 11:13:54 -0000 1.181
+++ ChangeLog 5 Sep 2013 12:19:10 -0000 1.182
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/fontconfig
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.181 2013/09/02 11:13:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.182 2013/09/05 12:19:10 ago Exp $
+
+ 05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fontconfig-2.10.92.ebuild:
+ Stable for ppc64, wrt bug #481824
02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fontconfig-2.10.92.ebuild:
Stable for alpha, wrt bug #481824
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.10.92.ebuild ChangeLog
@ 2013-09-07 20:13 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-07 20:13 UTC (permalink / raw
To: gentoo-commits
ago 13/09/07 20:13:35
Modified: fontconfig-2.10.92.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #481824
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 media-libs/fontconfig/fontconfig-2.10.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?r1=1.11&r2=1.12
Index: fontconfig-2.10.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- fontconfig-2.10.92.ebuild 5 Sep 2013 12:19:10 -0000 1.11
+++ fontconfig-2.10.92.ebuild 7 Sep 2013 20:13:35 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.11 2013/09/05 12:19:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.12 2013/09/07 20:13:35 ago Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=yes
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="1.0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="doc static-libs"
# Purposefully dropped the xml USE flag and libxml2 support. Expat is the
1.183 media-libs/fontconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.183&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.183&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.182&r2=1.183
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- ChangeLog 5 Sep 2013 12:19:10 -0000 1.182
+++ ChangeLog 7 Sep 2013 20:13:35 -0000 1.183
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/fontconfig
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.182 2013/09/05 12:19:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.183 2013/09/07 20:13:35 ago Exp $
+
+ 07 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fontconfig-2.10.92.ebuild:
+ Stable for sparc, wrt bug #481824
05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fontconfig-2.10.92.ebuild:
Stable for ppc64, wrt bug #481824
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.10.92.ebuild ChangeLog
@ 2013-09-23 19:11 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-23 19:11 UTC (permalink / raw
To: gentoo-commits
ago 13/09/23 19:11:48
Modified: fontconfig-2.10.92.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #481824
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.13 media-libs/fontconfig/fontconfig-2.10.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?r1=1.12&r2=1.13
Index: fontconfig-2.10.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fontconfig-2.10.92.ebuild 7 Sep 2013 20:13:35 -0000 1.12
+++ fontconfig-2.10.92.ebuild 23 Sep 2013 19:11:48 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.12 2013/09/07 20:13:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.13 2013/09/23 19:11:48 ago Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=yes
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="1.0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="doc static-libs"
# Purposefully dropped the xml USE flag and libxml2 support. Expat is the
1.184 media-libs/fontconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.184&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.184&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.183&r2=1.184
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog 7 Sep 2013 20:13:35 -0000 1.183
+++ ChangeLog 23 Sep 2013 19:11:48 -0000 1.184
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/fontconfig
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.183 2013/09/07 20:13:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.184 2013/09/23 19:11:48 ago Exp $
+
+ 23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fontconfig-2.10.92.ebuild:
+ Stable for amd64, wrt bug #481824
07 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fontconfig-2.10.92.ebuild:
Stable for sparc, wrt bug #481824
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.10.92.ebuild ChangeLog
@ 2013-09-30 17:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-30 17:14 UTC (permalink / raw
To: gentoo-commits
ago 13/09/30 17:14:20
Modified: fontconfig-2.10.92.ebuild ChangeLog
Log:
Stable for x86, wrt bug #481824
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.14 media-libs/fontconfig/fontconfig-2.10.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?r1=1.13&r2=1.14
Index: fontconfig-2.10.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- fontconfig-2.10.92.ebuild 23 Sep 2013 19:11:48 -0000 1.13
+++ fontconfig-2.10.92.ebuild 30 Sep 2013 17:14:20 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.13 2013/09/23 19:11:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.14 2013/09/30 17:14:20 ago Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=yes
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="1.0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="doc static-libs"
# Purposefully dropped the xml USE flag and libxml2 support. Expat is the
1.185 media-libs/fontconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.185&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.185&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.184&r2=1.185
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog 23 Sep 2013 19:11:48 -0000 1.184
+++ ChangeLog 30 Sep 2013 17:14:20 -0000 1.185
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/fontconfig
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.184 2013/09/23 19:11:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.185 2013/09/30 17:14:20 ago Exp $
+
+ 30 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fontconfig-2.10.92.ebuild:
+ Stable for x86, wrt bug #481824
23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fontconfig-2.10.92.ebuild:
Stable for amd64, wrt bug #481824
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.10.92.ebuild ChangeLog
@ 2014-06-10 0:39 Mike Frysinger (vapier)
0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger (vapier) @ 2014-06-10 0:39 UTC (permalink / raw
To: gentoo-commits
vapier 14/06/10 00:39:43
Modified: fontconfig-2.10.92.ebuild ChangeLog
Log:
Mark m68k/s390/sh stable.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.15 media-libs/fontconfig/fontconfig-2.10.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild?r1=1.14&r2=1.15
Index: fontconfig-2.10.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- fontconfig-2.10.92.ebuild 30 Sep 2013 17:14:20 -0000 1.14
+++ fontconfig-2.10.92.ebuild 10 Jun 2014 00:39:43 -0000 1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.14 2013/09/30 17:14:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.92.ebuild,v 1.15 2014/06/10 00:39:43 vapier Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=yes
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="1.0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="doc static-libs"
# Purposefully dropped the xml USE flag and libxml2 support. Expat is the
1.194 media-libs/fontconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.194&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.194&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.193&r2=1.194
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog 10 May 2014 21:57:01 -0000 1.193
+++ ChangeLog 10 Jun 2014 00:39:43 -0000 1.194
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/fontconfig
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.193 2014/05/10 21:57:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.194 2014/06/10 00:39:43 vapier Exp $
+
+ 10 Jun 2014; Mike Frysinger <vapier@gentoo.org> fontconfig-2.10.92.ebuild:
+ Mark m68k/s390/sh stable.
*fontconfig-2.11.1-r1 (10 May 2014)
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-06-10 0:39 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12 17:38 [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.10.92.ebuild ChangeLog Sebastien Fabbro (bicatali)
-- strict thread matches above, loose matches on Subject: below --
2014-06-10 0:39 Mike Frysinger (vapier)
2013-09-30 17:14 Agostino Sarubbo (ago)
2013-09-23 19:11 Agostino Sarubbo (ago)
2013-09-07 20:13 Agostino Sarubbo (ago)
2013-09-05 12:19 Agostino Sarubbo (ago)
2013-09-02 11:13 Agostino Sarubbo (ago)
2013-08-29 19:48 Agostino Sarubbo (ago)
2013-08-26 16:56 Agostino Sarubbo (ago)
2013-08-21 8:19 Ben de Groot (yngwin)
2013-05-12 17:56 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox