* [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-2.18.6.ebuild ChangeLog
@ 2010-01-15 14:18 Romain Perier (mrpouet)
0 siblings, 0 replies; 6+ messages in thread
From: Romain Perier (mrpouet) @ 2010-01-15 14:18 UTC (permalink / raw
To: gentoo-commits
mrpouet 10/01/15 14:18:17
Modified: ChangeLog
Added: gtk+-2.18.6.ebuild
Log:
Version bump, various bugs fixes and translation update.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.440 x11-libs/gtk+/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.440&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.440&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.439&r2=1.440
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
retrieving revision 1.439
retrieving revision 1.440
diff -u -r1.439 -r1.440
--- ChangeLog 9 Jan 2010 21:16:33 -0000 1.439
+++ ChangeLog 15 Jan 2010 14:18:16 -0000 1.440
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/gtk+
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.439 2010/01/09 21:16:33 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.440 2010/01/15 14:18:16 mrpouet Exp $
+
+*gtk+-2.18.6 (15 Jan 2010)
+
+ 15 Jan 2010; Romain Perier <mrpouet@gentoo.org> +gtk+-2.18.6.ebuild:
+ Version bump, various bugs fixes and translation update.
09 Jan 2010; Christian Faulhammer <fauli@gentoo.org> gtk+-2.18.5.ebuild:
keyword ~x86-freebsd
1.1 x11-libs/gtk+/gtk+-2.18.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?rev=1.1&content-type=text/plain
Index: gtk+-2.18.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v 1.1 2010/01/15 14:18:16 mrpouet Exp $
EAPI="2"
inherit gnome.org flag-o-matic eutils libtool virtualx
DESCRIPTION="Gimp ToolKit +"
HOMEPAGE="http://www.gtk.org/"
LICENSE="LGPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="aqua cups debug doc jpeg jpeg2k tiff test vim-syntax xinerama"
# FIXME: configure says >=xrandr-1.2.99 but remi tells me it's broken
# NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf)
RDEPEND="!aqua? (
x11-libs/libXrender
x11-libs/libX11
x11-libs/libXi
x11-libs/libXt
x11-libs/libXext
>=x11-libs/libXrandr-1.2
x11-libs/libXcursor
x11-libs/libXfixes
x11-libs/libXcomposite
x11-libs/libXdamage
>=x11-libs/cairo-1.6[X,svg]
)
aqua? (
>=x11-libs/cairo-1.6[aqua,svg]
)
xinerama? ( x11-libs/libXinerama )
>=dev-libs/glib-2.21.3
>=x11-libs/pango-1.20
>=dev-libs/atk-1.13
media-libs/fontconfig
x11-misc/shared-mime-info
>=media-libs/libpng-1.2.1
cups? ( net-print/cups )
jpeg? ( >=media-libs/jpeg-6b-r2 )
jpeg2k? ( media-libs/jasper )
tiff? ( >=media-libs/tiff-3.5.7 )
!<gnome-base/gail-1000"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9
!aqua? (
x11-proto/xextproto
x11-proto/xproto
x11-proto/inputproto
x11-proto/damageproto
)
xinerama? ( x11-proto/xineramaproto )
>=dev-util/gtk-doc-am-1.11
doc? (
>=dev-util/gtk-doc-1.11
~app-text/docbook-xml-dtd-4.1.2 )
test? (
media-fonts/font-misc-misc
media-fonts/font-cursor-misc )"
PDEPEND="vim-syntax? ( app-vim/gtk-syntax )"
set_gtk2_confdir() {
# An arch specific config directory is used on multilib systems
has_multilib_profile && GTK2_CONFDIR="/etc/gtk-2.0/${CHOST}"
GTK2_CONFDIR=${GTK2_CONFDIR:=/etc/gtk-2.0}
}
pkg_setup() {
use prefix || EPREFIX=
}
src_prepare() {
# use an arch-specific config directory so that 32bit and 64bit versions
# dont clash on multilib systems
has_multilib_profile && epatch "${FILESDIR}/${PN}-2.8.0-multilib.patch"
# Don't break inclusion of gtkclist.h, upstream bug 536767
epatch "${FILESDIR}/${PN}-2.14.3-limit-gtksignal-includes.patch"
# add correct framework linking options, for aqua
epatch "${FILESDIR}/${PN}-2.18.5-macosx-aqua.patch"
# -O3 and company cause random crashes in applications. Bug #133469
replace-flags -O3 -O2
strip-flags
use ppc64 && append-flags -mminimal-toc
# Non-working test in gentoo's env
sed 's:\(g_test_add_func ("/ui-tests/keys-events.*\):/*\1*/:g' \
-i gtk/tests/testing.c || die "sed 1 failed"
sed '\%/recent-manager/add%,/recent_manager_purge/ d' \
-i gtk/tests/recentmanager.c || die "sed 2 failed"
elibtoolize
}
src_configure() {
# png always on to display icons (foser)
local myconf="$(use_enable doc gtk-doc) \
$(use_with jpeg libjpeg) \
$(use_with jpeg2k libjasper) \
$(use_with tiff libtiff) \
$(use_enable xinerama) \
$(use_enable cups cups auto) \
--disable-papi \
--with-libpng"
if use aqua; then
myconf="${myconf} --with-gdktarget=quartz"
else
myconf="${myconf} --with-gdktarget=x11 --with-xinput"
fi
# Passing --disable-debug is not recommended for production use
use debug && myconf="${myconf} --enable-debug=yes"
# need libdir here to avoid a double slash in a path that libtool doesn't
# grok so well during install (// between $EPREFIX and usr ...)
econf --libdir="${EPREFIX}/usr/$(get_libdir)" ${myconf}
}
src_test() {
unset DBUS_SESSION_BUS_ADDRESS
Xemake check || die "tests failed"
}
src_install() {
emake DESTDIR="${D}" install || die "Installation failed"
set_gtk2_confdir
dodir ${GTK2_CONFDIR}
keepdir ${GTK2_CONFDIR}
# see bug #133241
echo 'gtk-fallback-icon-theme = "gnome"' > "${T}/gtkrc"
insinto ${GTK2_CONFDIR}
doins "${T}"/gtkrc
# Enable xft in environment as suggested by <utx@gentoo.org>
echo "GDK_USE_XFT=1" > "${T}"/50gtk2
doenvd "${T}"/50gtk2
dodoc AUTHORS ChangeLog* HACKING NEWS* README* || die "dodoc failed"
# This has to be removed, because it's multilib specific; generated in
# postinst
rm "${D%/}${EPREFIX}/etc/gtk-2.0/gtk.immodules"
# add -framework Carbon to the .pc files
use aqua && for i in gtk+-2.0.pc gtk+-quartz-2.0.pc gtk+-unix-print-2.0.pc; do
sed -i -e "s:Libs\: :Libs\: -framework Carbon :" "${D%/}${EPREFIX}"/usr/lib/pkgconfig/$i || die "sed failed"
done
}
pkg_postinst() {
set_gtk2_confdir
if [ -d "${ROOT%/}${EPREFIX}${GTK2_CONFDIR}" ]; then
gtk-query-immodules-2.0 > "${ROOT%/}${EPREFIX}${GTK2_CONFDIR}/gtk.immodules"
gdk-pixbuf-query-loaders > "${ROOT%/}${EPREFIX}${GTK2_CONFDIR}/gdk-pixbuf.loaders"
else
ewarn "The destination path ${ROOT%/}${EPREFIX}${GTK2_CONFDIR} doesn't exist;"
ewarn "to complete the installation of GTK+, please create the"
ewarn "directory and then manually run:"
ewarn " cd ${ROOT%/}${EPREFIX}${GTK2_CONFDIR}"
ewarn " gtk-query-immodules-2.0 > gtk.immodules"
ewarn " gdk-pixbuf-query-loaders > gdk-pixbuf.loaders"
fi
if [ -e "${ROOT%/}${EPREFIX}"/usr/lib/gtk-2.0/2.[^1]* ]; then
elog "You need to rebuild ebuilds that installed into" "${ROOT%/}${EPREFIX}"/usr/lib/gtk-2.0/2.[^1]*
elog "to do that you can use qfile from portage-utils:"
elog "emerge -va1 \$(qfile -qC ${EPREFIX}/usr/lib/gtk-2.0/2.[^1]*)"
fi
elog "Please install app-text/evince for print preview functionality."
elog "Alternatively, check \"gtk-print-preview-command\" documentation and"
elog "add it to your gtkrc."
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-2.18.6.ebuild ChangeLog
@ 2010-03-06 12:39 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-06 12:39 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/03/06 12:39:52
Modified: gtk+-2.18.6.ebuild ChangeLog
Log:
amd64 stable wrt #304777
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-libs/gtk+/gtk+-2.18.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?r1=1.2&r2=1.3
Index: gtk+-2.18.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtk+-2.18.6.ebuild 19 Jan 2010 18:52:39 -0000 1.2
+++ gtk+-2.18.6.ebuild 6 Mar 2010 12:39:51 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v 1.2 2010/01/19 18:52:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v 1.3 2010/03/06 12:39:51 ssuominen Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="aqua cups debug doc jpeg jpeg2k tiff test vim-syntax xinerama"
# FIXME: configure says >=xrandr-1.2.99 but remi tells me it's broken
1.444 x11-libs/gtk+/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.444&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.444&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.443&r2=1.444
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
retrieving revision 1.443
retrieving revision 1.444
diff -u -r1.443 -r1.444
--- ChangeLog 23 Feb 2010 14:50:29 -0000 1.443
+++ ChangeLog 6 Mar 2010 12:39:51 -0000 1.444
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.443 2010/02/23 14:50:29 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.444 2010/03/06 12:39:51 ssuominen Exp $
+
+ 06 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> gtk+-2.18.6.ebuild:
+ amd64 stable wrt #304777
23 Feb 2010; Christian Faulhammer <fauli@gentoo.org> gtk+-2.18.7.ebuild:
Use libresolv from sys-libs/itx-bin on Interix Prefix
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-2.18.6.ebuild ChangeLog
@ 2010-03-06 16:16 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-03-06 16:16 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/03/06 16:16:24
Modified: gtk+-2.18.6.ebuild ChangeLog
Log:
x86 stable wrt bug #304777
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.4 x11-libs/gtk+/gtk+-2.18.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?r1=1.3&r2=1.4
Index: gtk+-2.18.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtk+-2.18.6.ebuild 6 Mar 2010 12:39:51 -0000 1.3
+++ gtk+-2.18.6.ebuild 6 Mar 2010 16:16:23 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v 1.3 2010/03/06 12:39:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v 1.4 2010/03/06 16:16:23 phajdan.jr Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="aqua cups debug doc jpeg jpeg2k tiff test vim-syntax xinerama"
# FIXME: configure says >=xrandr-1.2.99 but remi tells me it's broken
1.445 x11-libs/gtk+/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.445&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.445&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.444&r2=1.445
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
retrieving revision 1.444
retrieving revision 1.445
diff -u -r1.444 -r1.445
--- ChangeLog 6 Mar 2010 12:39:51 -0000 1.444
+++ ChangeLog 6 Mar 2010 16:16:23 -0000 1.445
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.444 2010/03/06 12:39:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.445 2010/03/06 16:16:23 phajdan.jr Exp $
+
+ 06 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> gtk+-2.18.6.ebuild:
+ x86 stable wrt bug #304777
06 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> gtk+-2.18.6.ebuild:
amd64 stable wrt #304777
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-2.18.6.ebuild ChangeLog
@ 2010-03-24 17:58 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2010-03-24 17:58 UTC (permalink / raw
To: gentoo-commits
armin76 10/03/24 17:58:25
Modified: gtk+-2.18.6.ebuild ChangeLog
Log:
alpha/arm/ia64/sh/sparc stable wrt #304777
(Portage version: 2.1.7.17/cvs/Linux ia64)
Revision Changes Path
1.5 x11-libs/gtk+/gtk+-2.18.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?r1=1.4&r2=1.5
Index: gtk+-2.18.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtk+-2.18.6.ebuild 6 Mar 2010 16:16:23 -0000 1.4
+++ gtk+-2.18.6.ebuild 24 Mar 2010 17:58:25 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v 1.4 2010/03/06 16:16:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v 1.5 2010/03/24 17:58:25 armin76 Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="aqua cups debug doc jpeg jpeg2k tiff test vim-syntax xinerama"
# FIXME: configure says >=xrandr-1.2.99 but remi tells me it's broken
1.449 x11-libs/gtk+/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.449&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.449&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.448&r2=1.449
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
retrieving revision 1.448
retrieving revision 1.449
diff -u -r1.448 -r1.449
--- ChangeLog 22 Mar 2010 20:25:00 -0000 1.448
+++ ChangeLog 24 Mar 2010 17:58:25 -0000 1.449
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.448 2010/03/22 20:25:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.449 2010/03/24 17:58:25 armin76 Exp $
+
+ 24 Mar 2010; Raúl Porcel <armin76@gentoo.org> gtk+-2.18.6.ebuild:
+ alpha/arm/ia64/sh/sparc stable wrt #304777
*gtk+-2.18.9 (22 Mar 2010)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-2.18.6.ebuild ChangeLog
@ 2010-04-07 16:05 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2010-04-07 16:05 UTC (permalink / raw
To: gentoo-commits
ranger 10/04/07 16:05:41
Modified: gtk+-2.18.6.ebuild ChangeLog
Log:
Marking gtk+-2.18.6 ~ppc for bug 304777
(Portage version: 2.1.7.17/cvs/Linux ppc64)
Revision Changes Path
1.6 x11-libs/gtk+/gtk+-2.18.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?r1=1.5&r2=1.6
Index: gtk+-2.18.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtk+-2.18.6.ebuild 24 Mar 2010 17:58:25 -0000 1.5
+++ gtk+-2.18.6.ebuild 7 Apr 2010 16:05:41 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v 1.5 2010/03/24 17:58:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v 1.6 2010/04/07 16:05:41 ranger Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="aqua cups debug doc jpeg jpeg2k tiff test vim-syntax xinerama"
# FIXME: configure says >=xrandr-1.2.99 but remi tells me it's broken
1.450 x11-libs/gtk+/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.450&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.450&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.449&r2=1.450
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
retrieving revision 1.449
retrieving revision 1.450
diff -u -r1.449 -r1.450
--- ChangeLog 24 Mar 2010 17:58:25 -0000 1.449
+++ ChangeLog 7 Apr 2010 16:05:41 -0000 1.450
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.449 2010/03/24 17:58:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.450 2010/04/07 16:05:41 ranger Exp $
+
+ 07 Apr 2010; Brent Baude <ranger@gentoo.org> gtk+-2.18.6.ebuild:
+ Marking gtk+-2.18.6 ppc stable for bug 304777
24 Mar 2010; Raúl Porcel <armin76@gentoo.org> gtk+-2.18.6.ebuild:
alpha/arm/ia64/sh/sparc stable wrt #304777
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-2.18.6.ebuild ChangeLog
@ 2010-05-11 19:46 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2010-05-11 19:46 UTC (permalink / raw
To: gentoo-commits
ranger 10/05/11 19:46:10
Modified: gtk+-2.18.6.ebuild ChangeLog
Log:
Marking gtk+-2.18.6 ppc64 for bug 304777
(Portage version: 2.1.7.17/cvs/Linux ppc64)
Revision Changes Path
1.7 x11-libs/gtk+/gtk+-2.18.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild?r1=1.6&r2=1.7
Index: gtk+-2.18.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtk+-2.18.6.ebuild 7 Apr 2010 16:05:41 -0000 1.6
+++ gtk+-2.18.6.ebuild 11 May 2010 19:46:10 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v 1.6 2010/04/07 16:05:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.6.ebuild,v 1.7 2010/05/11 19:46:10 ranger Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="aqua cups debug doc jpeg jpeg2k tiff test vim-syntax xinerama"
# FIXME: configure says >=xrandr-1.2.99 but remi tells me it's broken
1.455 x11-libs/gtk+/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.455&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.455&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.454&r2=1.455
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
retrieving revision 1.454
retrieving revision 1.455
diff -u -r1.454 -r1.455
--- ChangeLog 7 May 2010 15:22:20 -0000 1.454
+++ ChangeLog 11 May 2010 19:46:10 -0000 1.455
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.454 2010/05/07 15:22:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.455 2010/05/11 19:46:10 ranger Exp $
+
+ 11 May 2010; Brent Baude <ranger@gentoo.org> gtk+-2.18.6.ebuild:
+ Marking gtk+-2.18.6 ppc64 for bug 304777
07 May 2010; Jeroen Roovers <jer@gentoo.org> gtk+-2.18.7.ebuild:
Stable for HPPA (bug #304777).
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-05-11 19:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-06 16:16 [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-2.18.6.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
-- strict thread matches above, loose matches on Subject: below --
2010-05-11 19:46 Brent Baude (ranger)
2010-04-07 16:05 Brent Baude (ranger)
2010-03-24 17:58 Raul Porcel (armin76)
2010-03-06 12:39 Samuli Suominen (ssuominen)
2010-01-15 14:18 Romain Perier (mrpouet)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox