* [gentoo-commits] gentoo-x86 commit in x11-terms/xfce4-terminal: xfce4-terminal-0.6.2-r1.ebuild ChangeLog
@ 2013-12-14 15:39 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-12-14 15:39 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/12/14 15:39:22
Modified: ChangeLog
Added: xfce4-terminal-0.6.2-r1.ebuild
Log:
Grab a patch from upstream to fix the encoding in menu creation.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.6 x11-terms/xfce4-terminal/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 5 May 2013 19:17:05 -0000 1.5
+++ ChangeLog 14 Dec 2013 15:39:22 -0000 1.6
@@ -1,6 +1,13 @@
# ChangeLog for x11-terms/xfce4-terminal
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v 1.5 2013/05/05 19:17:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v 1.6 2013/12/14 15:39:22 ssuominen Exp $
+
+*xfce4-terminal-0.6.2-r1 (14 Dec 2013)
+
+ 14 Dec 2013; Samuli Suominen <ssuominen@gentoo.org>
+ +files/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch,
+ +xfce4-terminal-0.6.2-r1.ebuild:
+ Grab a patch from upstream to fix the encoding in menu creation.
05 May 2013; Samuli Suominen <ssuominen@gentoo.org>
-xfce4-terminal-0.6.1.ebuild:
1.1 x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: xfce4-terminal-0.6.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild,v 1.1 2013/12/14 15:39:22 ssuominen Exp $
EAPI=5
inherit xfconf
DESCRIPTION="A terminal emulator for the Xfce desktop environment"
HOMEPAGE="http://www.xfce.org/projects/terminal/"
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.26
>=x11-libs/gtk+-2.24:2
x11-libs/libX11
>=x11-libs/vte-0.28:0
>=xfce-base/libxfce4ui-4.10"
DEPEND="${RDEPEND}
dev-libs/libxml2
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
pkg_setup() {
PATCHES=( "${FILESDIR}"/${P}-fix-up-the-encoding-menu-creation.patch )
XFCONF=(
$(xfconf_use_debug)
)
DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/xfce4-terminal: xfce4-terminal-0.6.2-r1.ebuild ChangeLog
@ 2014-01-19 18:59 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2014-01-19 18:59 UTC (permalink / raw
To: gentoo-commits
pacho 14/01/19 18:59:59
Modified: xfce4-terminal-0.6.2-r1.ebuild ChangeLog
Log:
amd64 stable, bug 496018
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild?r1=1.3&r2=1.4
Index: xfce4-terminal-0.6.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-terminal-0.6.2-r1.ebuild 31 Dec 2013 08:52:04 -0000 1.3
+++ xfce4-terminal-0.6.2-r1.ebuild 19 Jan 2014 18:59:59 -0000 1.4
@@ -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/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild,v 1.3 2013/12/31 08:52:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild,v 1.4 2014/01/19 18:59:59 pacho Exp $
EAPI=5
inherit xfconf
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.26
1.10 x11-terms/xfce4-terminal/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 31 Dec 2013 08:52:04 -0000 1.9
+++ ChangeLog 19 Jan 2014 18:59:59 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/xfce4-terminal
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v 1.9 2013/12/31 08:52:04 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v 1.10 2014/01/19 18:59:59 pacho Exp $
+
+ 19 Jan 2014; Pacho Ramos <pacho@gentoo.org> xfce4-terminal-0.6.2-r1.ebuild:
+ amd64 stable, bug 496018
31 Dec 2013; Markus Meier <maekke@gentoo.org> xfce4-terminal-0.6.2-r1.ebuild:
arm stable, bug #496018
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/xfce4-terminal: xfce4-terminal-0.6.2-r1.ebuild ChangeLog
@ 2014-01-28 14:17 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-28 14:17 UTC (permalink / raw
To: gentoo-commits
ago 14/01/28 14:17:01
Modified: xfce4-terminal-0.6.2-r1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #496018
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild?r1=1.4&r2=1.5
Index: xfce4-terminal-0.6.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-terminal-0.6.2-r1.ebuild 19 Jan 2014 18:59:59 -0000 1.4
+++ xfce4-terminal-0.6.2-r1.ebuild 28 Jan 2014 14:17:01 -0000 1.5
@@ -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/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild,v 1.4 2014/01/19 18:59:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.2-r1.ebuild,v 1.5 2014/01/28 14:17:01 ago Exp $
EAPI=5
inherit xfconf
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.26
1.11 x11-terms/xfce4-terminal/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 19 Jan 2014 18:59:59 -0000 1.10
+++ ChangeLog 28 Jan 2014 14:17:01 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/xfce4-terminal
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v 1.10 2014/01/19 18:59:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v 1.11 2014/01/28 14:17:01 ago Exp $
+
+ 28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> xfce4-terminal-0.6.2-r1.ebuild:
+ Stable for x86, wrt bug #496018
19 Jan 2014; Pacho Ramos <pacho@gentoo.org> xfce4-terminal-0.6.2-r1.ebuild:
amd64 stable, bug 496018
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-01-28 14:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-19 18:59 [gentoo-commits] gentoo-x86 commit in x11-terms/xfce4-terminal: xfce4-terminal-0.6.2-r1.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2014-01-28 14:17 Agostino Sarubbo (ago)
2013-12-14 15:39 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox