diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-22 19:53:48 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-22 22:03:03 +0100 |
commit | c92912aef9424e7f145736ee16ae8ddfcb86d631 (patch) | |
tree | deeeba4f3bae0a6f1d76d90695eb4fefc1c5b42f /x11-terms/rxvt-unicode | |
parent | app-eselect/eselect-php: add version 0.9.1 (masked for testing). (diff) | |
download | gentoo-c92912aef9424e7f145736ee16ae8ddfcb86d631.tar.gz gentoo-c92912aef9424e7f145736ee16ae8ddfcb86d631.tar.bz2 gentoo-c92912aef9424e7f145736ee16ae8ddfcb86d631.zip |
x11-terms/rxvt-unicode: Use ecvs_clean to clean workdir
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-terms/rxvt-unicode')
-rw-r--r-- | x11-terms/rxvt-unicode/metadata.xml | 54 | ||||
-rw-r--r-- | 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 fec1922ffcd6..02306c3aa4ac 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>jer@gentoo.org</email> -<name>Jeroen Roovers</name> -</maintainer> -<maintainer> -<email>wired@gentoo.org</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>jer@gentoo.org</email> + <name>Jeroen Roovers</name> + </maintainer> + <maintainer> + <email>wired@gentoo.org</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 8fc2643b384f..e1354f153333 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 \ |