commit:     c92912aef9424e7f145736ee16ae8ddfcb86d631
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 18:53:48 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 21:03:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92912ae

x11-terms/rxvt-unicode: Use ecvs_clean to clean workdir

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 x11-terms/rxvt-unicode/metadata.xml             | 54 ++++++++++++-------------
 x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild |  4 +-
 2 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/x11-terms/rxvt-unicode/metadata.xml 
b/x11-terms/rxvt-unicode/metadata.xml
index fec1922..02306c3 100644
--- a/x11-terms/rxvt-unicode/metadata.xml
+++ b/x11-terms/rxvt-unicode/metadata.xml
@@ -1,33 +1,33 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer>
-<email>[email protected]</email>
-<name>Jeroen Roovers</name>
-</maintainer>
-<maintainer>
-<email>[email protected]</email>
-<name>Alex Alexander</name>
-</maintainer>
-<use>
-<flag name='256-color'>Enable 256 color support</flag>
-<flag name='alt-font-width'>Calculate the font width using a different 
method</flag>
-<flag name='blink'>Enable blinking text</flag>
-<flag name='buffer-on-clear'>Store visible output to history buffer when 
clearing the screen with ctrl-l.
+       <maintainer>
+               <email>[email protected]</email>
+               <name>Jeroen Roovers</name>
+       </maintainer>
+       <maintainer>
+               <email>[email protected]</email>
+               <name>Alex Alexander</name>
+       </maintainer>
+       <use>
+               <flag name="256-color">Enable 256 color support</flag>
+               <flag name="alt-font-width">Calculate the font width using a 
different method</flag>
+               <flag name="blink">Enable blinking text</flag>
+               <flag name="buffer-on-clear">Store visible output to history 
buffer when clearing the screen with ctrl-l.
        Read https://bbs.archlinux.org/viewtopic.php?id=129302</flag>
-<flag name='fading-colors'>Enable colors fading when off focus</flag>
-<flag name='focused-urgency'>Enable the urgent flag when a terminal window is 
focused</flag>
-<flag name='font-styles'>Enable support for bold and italic fonts</flag>
-<flag name='iso14755'>Enable ISO-14755 support</flag>
-<flag name='mousewheel'>Enable scrolling via mouse wheel or buttons 4 and 
5</flag>
-<flag name='perl'>Enable perl script support. You can still disable this at 
runtime with -pe ""</flag>
-<flag name='pixbuf'>Enable transparency support using gtk's pixbuf</flag>
-<flag name='secondary-wheel'>Support for wheel scrolling on secondary screens 
(like mutt).
+               <flag name="fading-colors">Enable colors fading when off 
focus</flag>
+               <flag name="focused-urgency">Enable the urgent flag when a 
terminal window is focused</flag>
+               <flag name="font-styles">Enable support for bold and italic 
fonts</flag>
+               <flag name="iso14755">Enable ISO-14755 support</flag>
+               <flag name="mousewheel">Enable scrolling via mouse wheel or 
buttons 4 and 5</flag>
+               <flag name="perl">Enable perl script support. You can still 
disable this at runtime with -pe ""</flag>
+               <flag name="pixbuf">Enable transparency support using gtk's 
pixbuf</flag>
+               <flag name="secondary-wheel">Support for wheel scrolling on 
secondary screens (like mutt).
        Read 
http://lists.schmorp.de/pipermail/rxvt-unicode/2011q4/001491.html</flag>
-<flag name='unicode3'>Use 21 instead of 16 bits to represent unicode 
characters</flag>
-<flag name='wcwidth'>Enable wide char width support</flag>
-</use>
-<upstream>
-<remote-id type="cpe">cpe:/a:rxvt-unicode:rxvt-unicode</remote-id>
-</upstream>
+               <flag name="unicode3">Use 21 instead of 16 bits to represent 
unicode characters</flag>
+               <flag name="wcwidth">Enable wide char width support</flag>
+       </use>
+       <upstream>
+               <remote-id 
type="cpe">cpe:/a:rxvt-unicode:rxvt-unicode</remote-id>
+       </upstream>
 </pkgmetadata>

diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild 
b/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild
index 8fc2643..e1354f1 100644
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild
+++ b/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -42,7 +42,7 @@ DEPEND="
 S=${WORKDIR}/${PN}
 
 src_prepare() {
-       find . -name CVS -type d -exec rm -fr {} \;
+       ecvs_clean
 
        # fix for prefix not installing properly
        epatch \

Reply via email to