diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-02-14 13:47:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-02-14 13:47:16 +0000 |
commit | df9736a96a1bc2c115466bae30c6c61126d0bffb (patch) | |
tree | 913174ad13eebf1bc935faae7c93ff1f329a47ec /x11-misc/xfe | |
parent | Version bump (diff) | |
download | gentoo-2-df9736a96a1bc2c115466bae30c6c61126d0bffb.tar.gz gentoo-2-df9736a96a1bc2c115466bae30c6c61126d0bffb.tar.bz2 gentoo-2-df9736a96a1bc2c115466bae30c6c61126d0bffb.zip |
Old.
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/xfe')
-rw-r--r-- | x11-misc/xfe/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xfe/xfe-1.32.4.ebuild | 50 | ||||
-rw-r--r-- | x11-misc/xfe/xfe-1.32.5.ebuild | 50 | ||||
-rw-r--r-- | x11-misc/xfe/xfe-1.33.ebuild | 65 |
4 files changed, 5 insertions, 166 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog index 68a9a560a168..92e828ccb758 100644 --- a/x11-misc/xfe/ChangeLog +++ b/x11-misc/xfe/ChangeLog @@ -1,6 +1,10 @@ # 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.89 2013/02/14 12:22:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.90 2013/02/14 13:47:16 jer Exp $ + + 14 Feb 2013; Jeroen Roovers <jer@gentoo.org> -xfe-1.32.4.ebuild, + -xfe-1.32.5.ebuild, -xfe-1.33.ebuild: + Old. 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xfe-1.33-r1.ebuild: Stable for x86, wrt bug #457200 diff --git a/x11-misc/xfe/xfe-1.32.4.ebuild b/x11-misc/xfe/xfe-1.32.4.ebuild deleted file mode 100644 index 7f6a8a63e206..000000000000 --- a/x11-misc/xfe/xfe-1.32.4.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.6 2012/03/02 19:44:36 ssuominen 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=" - media-libs/libpng:0 - startup-notification? ( x11-libs/startup-notification ) - x11-libs/fox:1.6[truetype,png] - x11-libs/libX11 - x11-libs/libXft -" -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 \ - $(use_enable nls) \ - $(use_enable startup-notification sn) \ - $(use_enable debug) -} diff --git a/x11-misc/xfe/xfe-1.32.5.ebuild b/x11-misc/xfe/xfe-1.32.5.ebuild deleted file mode 100644 index b3416d081f9c..000000000000 --- a/x11-misc/xfe/xfe-1.32.5.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.5.ebuild,v 1.5 2012/10/17 03:37:36 phajdan.jr 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}/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" -IUSE="debug nls startup-notification" - -RDEPEND=" - media-libs/libpng:0 - startup-notification? ( x11-libs/startup-notification ) - x11-libs/fox:1.6[truetype,png] - x11-libs/libX11 - x11-libs/libXft -" -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 \ - $(use_enable nls) \ - $(use_enable startup-notification sn) \ - $(use_enable debug) -} diff --git a/x11-misc/xfe/xfe-1.33.ebuild b/x11-misc/xfe/xfe-1.33.ebuild deleted file mode 100644 index c8e1395aff4e..000000000000 --- a/x11-misc/xfe/xfe-1.33.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.33.ebuild,v 1.5 2012/12/28 11:09:50 ago 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}/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" -IUSE="debug nls startup-notification" - -XFELINGUAS=" - bs ca cs da de el es_AR es fr hu it ja nl no pl pt_BR pt_PT ru sv tr zh_CN - zh_TW -" -for lingua in ${XFELINGUAS}; do - IUSE+=" linguas_${lingua}" -done - -RDEPEND=" - media-libs/libpng:0 - startup-notification? ( x11-libs/startup-notification ) - x11-libs/fox:1.6[truetype,png] - x11-libs/libX11 - x11-libs/libXft -" -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 - - local lingua - for lingua in ${XFELINGUAS}; do - if ! use linguas_${lingua}; then - sed -i po/LINGUAS -e "s|${lingua}||g" || die - fi - done -} - -src_configure() { - econf \ - $(use_enable nls) \ - $(use_enable startup-notification sn) \ - $(use_enable debug) -} |