diff options
author | 2014-02-26 14:37:40 +0000 | |
---|---|---|
committer | 2014-02-26 14:37:40 +0000 | |
commit | 98de9f4f3629d82259be4d1c8bd98d8c0bd99f60 (patch) | |
tree | 9b88edac5616341cf27bf4ee3a6abed08f0f482c /x11-misc | |
parent | Version bump. Drop tk USE flag due to bug 500894. (diff) | |
download | gentoo-2-98de9f4f3629d82259be4d1c8bd98d8c0bd99f60.tar.gz gentoo-2-98de9f4f3629d82259be4d1c8bd98d8c0bd99f60.tar.bz2 gentoo-2-98de9f4f3629d82259be4d1c8bd98d8c0bd99f60.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xfe/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch | 14 | ||||
-rw-r--r-- | x11-misc/xfe/xfe-1.37.ebuild (renamed from x11-misc/xfe/xfe-1.35.ebuild) | 4 |
3 files changed, 16 insertions, 12 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog index 33ff3ea8d9de..31be0e195887 100644 --- a/x11-misc/xfe/ChangeLog +++ b/x11-misc/xfe/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xfe -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.95 2013/08/27 14:08:53 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.96 2014/02/26 14:37:40 jer Exp $ + +*xfe-1.37 (26 Feb 2014) + + 26 Feb 2014; Jeroen Roovers <jer@gentoo.org> -xfe-1.35.ebuild, + +xfe-1.37.ebuild, files/xfe-1.32.2-missing_Xlib_h.patch: + Version bump. *xfe-1.35 (27 Aug 2013) diff --git a/x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch b/x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch index a29a252dc8e6..eb08d0ca069f 100644 --- a/x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch +++ b/x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch @@ -1,7 +1,5 @@ -http://bugs.gentoo.org/343825 - ---- src/ViewWindow.cpp -+++ src/ViewWindow.cpp +--- a/src/ViewWindow.cpp ++++ a/src/ViewWindow.cpp @@ -12,6 +12,8 @@ #include <string.h> #include <unistd.h> @@ -11,8 +9,8 @@ http://bugs.gentoo.org/343825 #include <fx.h> #include <fxkeys.h> #include <FXPNGIcon.h> ---- src/WriteWindow.cpp -+++ src/WriteWindow.cpp +--- a/src/WriteWindow.cpp ++++ a/src/WriteWindow.cpp @@ -12,6 +12,8 @@ #include <unistd.h> #include <signal.h> @@ -22,8 +20,8 @@ http://bugs.gentoo.org/343825 #include <fx.h> #include <fxkeys.h> #include <FXPNGIcon.h> ---- src/XFileExplorer.cpp -+++ src/XFileExplorer.cpp +--- a/src/XFileExplorer.cpp ++++ a/src/XFileExplorer.cpp @@ -8,6 +8,8 @@ #include <sys/wait.h> #include <unistd.h> diff --git a/x11-misc/xfe/xfe-1.35.ebuild b/x11-misc/xfe/xfe-1.37.ebuild index 4a15f2df2b04..3a7482eb78d0 100644 --- a/x11-misc/xfe/xfe-1.35.ebuild +++ b/x11-misc/xfe/xfe-1.37.ebuild @@ -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-misc/xfe/xfe-1.35.ebuild,v 1.1 2013/08/27 14:08:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.37.ebuild,v 1.1 2014/02/26 14:37:40 jer Exp $ EAPI=5 |