* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.2-r1.ebuild
@ 2011-02-28 18:20 Kevin McCarthy (signals)
0 siblings, 0 replies; only message in thread
From: Kevin McCarthy (signals) @ 2011-02-28 18:20 UTC (permalink / raw
To: gentoo-commits
signals 11/02/28 18:20:11
Modified: ChangeLog
Added: xfe-1.32.2-r1.ebuild
Log:
Fix #356683
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Revision Changes Path
1.65 x11-misc/xfe/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.64&r2=1.65
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog 2 Nov 2010 12:46:54 -0000 1.64
+++ ChangeLog 28 Feb 2011 18:20:11 -0000 1.65
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/xfe
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.64 2010/11/02 12:46:54 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.65 2011/02/28 18:20:11 signals Exp $
+
+*xfe-1.32.2-r1 (28 Feb 2011)
+
+ 28 Feb 2011; Kevin McCarthy <signals@gentoo.org> +xfe-1.32.2-r1.ebuild,
+ +files/xfe-1.32.2-destructive-move.patch:
+ Fixed delete of source files on failed move. #356683
02 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> xfe-1.32.2.ebuild,
+files/xfe-1.32.2-missing_Xlib_h.patch:
1.1 x11-misc/xfe/xfe-1.32.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/xfe-1.32.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/xfe-1.32.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: xfe-1.32.2-r1.ebuild
===================================================================
# 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.2-r1.ebuild,v 1.1 2011/02/28 18:20:11 signals 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}-missing_Xlib_h.patch \
"${FILESDIR}"/${P}-destructive-move.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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-28 18:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28 18:20 [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.2-r1.ebuild Kevin McCarthy (signals)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox