public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.33-r1.ebuild xfe-1.34.ebuild
@ 2013-02-13  2:05 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2013-02-13  2:05 UTC (permalink / raw
  To: gentoo-commits

jer         13/02/13 02:05:40

  Modified:             ChangeLog xfe-1.33-r1.ebuild
  Added:                xfe-1.34.ebuild
  Log:
  Version bump (bug #457030 by teidakankan). Do not install useless NEWS.
  
  (Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.85                 x11-misc/xfe/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	28 Dec 2012 11:09:50 -0000	1.84
+++ ChangeLog	13 Feb 2013 02:05:40 -0000	1.85
@@ -1,6 +1,12 @@
 # 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.84 2012/12/28 11:09:50 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.85 2013/02/13 02:05:40 jer Exp $
+
+*xfe-1.34 (13 Feb 2013)
+
+  13 Feb 2013; Jeroen Roovers <jer@gentoo.org> xfe-1.33-r1.ebuild,
+  +xfe-1.34.ebuild:
+  Version bump (bug #457030 by teidakankan). Do not install useless NEWS.
 
   28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xfe-1.33.ebuild:
   Stable for ppc64, wrt bug #448544



1.2                  x11-misc/xfe/xfe-1.33-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/xfe-1.33-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/xfe-1.33-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/xfe-1.33-r1.ebuild?r1=1.1&r2=1.2

Index: xfe-1.33-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.33-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfe-1.33-r1.ebuild	25 Dec 2012 22:28:55 -0000	1.1
+++ xfe-1.33-r1.ebuild	13 Feb 2013 02:05:40 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.33-r1.ebuild,v 1.1 2012/12/25 22:28:55 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.33-r1.ebuild,v 1.2 2013/02/13 02:05:40 jer Exp $
 
 EAPI=5
 
@@ -35,7 +35,7 @@
 	)
 "
 
-DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
+DOCS=( AUTHORS BUGS ChangeLog README TODO )
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.32.2-missing_Xlib_h.patch
 	"${FILESDIR}"/${P}-flags.patch



1.1                  x11-misc/xfe/xfe-1.34.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/xfe-1.34.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/xfe-1.34.ebuild?rev=1.1&content-type=text/plain

Index: xfe-1.34.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.34.ebuild,v 1.1 2013/02/13 02:05:40 jer Exp $

EAPI=5

PLOCALES="
	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
"
inherit autotools base l10n

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
	x11-libs/fox:1.6[truetype,png]
	x11-libs/libX11
	x11-libs/libXft
	startup-notification? ( x11-libs/startup-notification )
"
DEPEND="
	${RDEPEND}
	virtual/pkgconfig
	nls? (
		dev-util/intltool
		sys-devel/gettext
	)
"

DOCS=( AUTHORS BUGS ChangeLog 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

	# malformed LINGUAS file
	# recent intltool expects newline for every linguas
	sed -i \
		-e '/^#/!s:\s\s*:\n:g' \
		po/LINGUAS || die

	# remove not selected locales
	rm_locale() { sed -i -e "/${1}/d" po/LINGUAS || die ;}
	l10n_for_each_disabled_locale_do rm_locale

	eautoreconf
}

src_configure() {
	econf \
		--enable-minimalflags \
		$(use_enable nls) \
		$(use_enable startup-notification sn) \
		$(use_enable debug)
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-13  2:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-13  2:05 [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.33-r1.ebuild xfe-1.34.ebuild Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox