summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-02 19:45:30 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-02 19:45:30 +0000
commit853c815742be59343740b490c5a878e0fcd9c308 (patch)
tree6cf33d6cc38f6fd9aa1d79dfe1d8b69b141676af /x11-misc
parentMarking texlive-genericextra-2011 ppc for bug 395735 (diff)
downloadgentoo-2-853c815742be59343740b490c5a878e0fcd9c308.tar.gz
gentoo-2-853c815742be59343740b490c5a878e0fcd9c308.tar.bz2
gentoo-2-853c815742be59343740b490c5a878e0fcd9c308.zip
old
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xfe/ChangeLog6
-rw-r--r--x11-misc/xfe/files/xfe-1.32.1-inline.patch22
-rw-r--r--x11-misc/xfe/xfe-1.32.1.ebuild48
-rw-r--r--x11-misc/xfe/xfe-1.32.3.ebuild46
4 files changed, 5 insertions, 117 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog
index 2a6577b6430e..ec1f928dab10 100644
--- a/x11-misc/xfe/ChangeLog
+++ b/x11-misc/xfe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xfe
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.72 2012/03/02 19:44:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.73 2012/03/02 19:45:29 ssuominen Exp $
+
+ 02 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -xfe-1.32.1.ebuild,
+ -files/xfe-1.32.1-inline.patch, -xfe-1.32.3.ebuild:
+ old
02 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> xfe-1.32.4.ebuild:
ppc64/x86 stable wrt #405263
diff --git a/x11-misc/xfe/files/xfe-1.32.1-inline.patch b/x11-misc/xfe/files/xfe-1.32.1-inline.patch
deleted file mode 100644
index e72b3ef0f593..000000000000
--- a/x11-misc/xfe/files/xfe-1.32.1-inline.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=305093
-
---- src/xfeutils.cpp
-+++ src/xfeutils.cpp
-@@ -512,7 +512,7 @@
-
-
- // Replacement of the stat function
--inline FXint statrep(const FXchar* filename, struct stat* buf)
-+FXint statrep(const FXchar* filename, struct stat* buf)
- {
- #if defined(linux)
-
-@@ -546,7 +546,7 @@
-
-
- // Replacement of the lstat function
--inline FXint lstatrep(const FXchar* filename, struct stat* buf)
-+FXint lstatrep(const FXchar* filename, struct stat* buf)
- {
- #if defined(linux)
-
diff --git a/x11-misc/xfe/xfe-1.32.1.ebuild b/x11-misc/xfe/xfe-1.32.1.ebuild
deleted file mode 100644
index 1d064a737e23..000000000000
--- a/x11-misc/xfe/xfe-1.32.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.8 2010/06/06 12:43:35 ssuominen Exp $
-
-EAPI=2
-inherit eutils
-
-DESCRIPTION="MS-Explorer-like minimalist file manager for X"
-HOMEPAGE="http://roland65.free.fr/xfe"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE="debug nls startup-notification"
-
-RDEPEND="x11-libs/libX11
- media-libs/libpng
- =x11-libs/fox-1.6*[truetype,png]
- startup-notification? ( x11-libs/startup-notification )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-inline.patch
-
- cat >po/POTFILES.skip <<-EOF
- src/icons.cpp
- xfe.desktop.in.in
- xfi.desktop.in.in
- xfp.desktop.in.in
- xfv.desktop.in.in
- xfw.desktop.in.in
- EOF
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable nls) \
- $(use_enable startup-notification sn) \
- $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS BUGS ChangeLog NEWS README TODO
-}
diff --git a/x11-misc/xfe/xfe-1.32.3.ebuild b/x11-misc/xfe/xfe-1.32.3.ebuild
deleted file mode 100644
index 27075424d851..000000000000
--- a/x11-misc/xfe/xfe-1.32.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.3.ebuild,v 1.1 2011/05/27 07:21:52 xarthisius Exp $
-
-EAPI=4
-
-inherit base
-
-DESCRIPTION="MS-Explorer-like minimalist file manager for X"
-HOMEPAGE="http://roland65.free.fr/xfe"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug nls startup-notification"
-
-RDEPEND="x11-libs/libX11
- media-libs/libpng
- =x11-libs/fox-1.6*[truetype,png]
- startup-notification? ( x11-libs/startup-notification )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
-PATCHES=( "${FILESDIR}"/${PN}-1.32.2-missing_Xlib_h.patch )
-
-src_prepare() {
- base_src_prepare
- cat >po/POTFILES.skip <<-EOF
- src/icons.cpp
- xfe.desktop.in.in
- xfi.desktop.in.in
- xfp.desktop.in.in
- xfv.desktop.in.in
- xfw.desktop.in.in
- EOF
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable nls) \
- $(use_enable startup-notification sn) \
- $(use_enable debug)
-}