diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-10-11 20:54:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-10-11 20:54:09 +0000 |
commit | 79c57f8d8b67532e45e348d76fa6d4c5e8a91eaa (patch) | |
tree | 7569ec03dab24d48973187c3630957a9a7779969 /x11-terms/rxvt-unicode | |
parent | Added ~mips, bug 384677 (diff) | |
download | gentoo-2-79c57f8d8b67532e45e348d76fa6d4c5e8a91eaa.tar.gz gentoo-2-79c57f8d8b67532e45e348d76fa6d4c5e8a91eaa.tar.bz2 gentoo-2-79c57f8d8b67532e45e348d76fa6d4c5e8a91eaa.zip |
Enable USE=perl by default thanks to Talamona Francesco (bug #386827). Describe its function specially in metadata.xml
(Portage version: 2.2.0_alpha66/cvs/Linux i686)
Diffstat (limited to 'x11-terms/rxvt-unicode')
-rw-r--r-- | x11-terms/rxvt-unicode/ChangeLog | 8 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/metadata.xml | 1 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.12-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild | 4 |
6 files changed, 16 insertions, 9 deletions
diff --git a/x11-terms/rxvt-unicode/ChangeLog b/x11-terms/rxvt-unicode/ChangeLog index 54883cca7895..8a6f40102172 100644 --- a/x11-terms/rxvt-unicode/ChangeLog +++ b/x11-terms/rxvt-unicode/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-terms/rxvt-unicode # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.191 2011/09/09 07:43:25 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.192 2011/10/11 20:54:09 jer Exp $ + + 11 Oct 2011; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.10.ebuild, + rxvt-unicode-9.11.ebuild, rxvt-unicode-9.12.ebuild, + rxvt-unicode-9.12-r1.ebuild, metadata.xml: + Enable USE=perl by default thanks to Talamona Francesco (bug #386827). + Describe its function specially in metadata.xml 09 Sep 2011; Alex Alexander <wired@gentoo.org> rxvt-unicode-9.12-r1.ebuild: removed unnecessary ewarn, bug #365813 diff --git a/x11-terms/rxvt-unicode/metadata.xml b/x11-terms/rxvt-unicode/metadata.xml index b36196cab2b6..423cb1bca2c8 100644 --- a/x11-terms/rxvt-unicode/metadata.xml +++ b/x11-terms/rxvt-unicode/metadata.xml @@ -22,6 +22,7 @@ http://bugs.gentoo.org/show_bug.cgi?id=346553</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='unicode3'>Use 21 instead of 16 bits to represent unicode characters</flag> <flag name='wcwidth'>Enable wide char width support</flag> diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild index 6f0eba48ccd9..79de456df2eb 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.10 2011/05/22 23:48:38 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.11 2011/10/11 20:54:09 jer Exp $ EAPI="3" @@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/rxvt-unicode/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="256-color afterimage blink fading-colors +font-styles force-hints iso14755 perl pixbuf truetype unicode3 +vanilla wcwidth" +IUSE="256-color afterimage blink fading-colors +font-styles force-hints iso14755 +perl pixbuf truetype unicode3 +vanilla wcwidth" # see bug #115992 for modular x deps RDEPEND="x11-libs/libX11 diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild index 1f621a778e1e..f3227541f3ee 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild,v 1.3 2011/05/19 20:35:55 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild,v 1.4 2011/10/11 20:54:09 jer Exp $ EAPI="4" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE=" 256-color alt-font-width afterimage blink +focused-urgency fading-colors - +font-styles force-hints iso14755 +mousewheel perl pixbuf truetype unicode3 + +font-styles force-hints iso14755 +mousewheel +perl pixbuf truetype unicode3 +vanilla wcwidth " diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.12-r1.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.12-r1.ebuild index af5f2d884123..961b23ac2126 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.12-r1.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.12-r1.ebuild,v 1.2 2011/09/09 07:43:25 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.12-r1.ebuild,v 1.3 2011/10/11 20:54:09 jer Exp $ EAPI="4" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE=" 256-color alt-font-width afterimage blink +focused-urgency fading-colors - +font-styles force-hints iso14755 +mousewheel perl pixbuf truetype unicode3 + +font-styles force-hints iso14755 +mousewheel +perl pixbuf truetype unicode3 +vanilla wcwidth " diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild index 245be539bafc..6338833f4a48 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild,v 1.2 2011/07/03 18:53:24 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild,v 1.3 2011/10/11 20:54:09 jer Exp $ EAPI="4" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE=" 256-color alt-font-width afterimage blink +focused-urgency fading-colors - +font-styles force-hints iso14755 +mousewheel perl pixbuf truetype unicode3 + +font-styles force-hints iso14755 +mousewheel +perl pixbuf truetype unicode3 +vanilla wcwidth " |