summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-01-30 22:56:30 +0000
committerJeroen Roovers <jer@gentoo.org>2012-01-30 22:56:30 +0000
commit849c7265a0c87e5f27deda83704e857b6ac0b168 (patch)
treed4c7d445ec05b19cc10de04ed18df8c767270510 /x11-terms
parentStable for HPPA (bug #401533). (diff)
downloadgentoo-2-849c7265a0c87e5f27deda83704e857b6ac0b168.tar.gz
gentoo-2-849c7265a0c87e5f27deda83704e857b6ac0b168.tar.bz2
gentoo-2-849c7265a0c87e5f27deda83704e857b6ac0b168.zip
Old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/rxvt-unicode/ChangeLog6
-rw-r--r--x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild6
-rw-r--r--x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild103
-rw-r--r--x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild110
4 files changed, 8 insertions, 217 deletions
diff --git a/x11-terms/rxvt-unicode/ChangeLog b/x11-terms/rxvt-unicode/ChangeLog
index 43d33dde5005..366191bb2d74 100644
--- a/x11-terms/rxvt-unicode/ChangeLog
+++ b/x11-terms/rxvt-unicode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.206 2012/01/30 22:51:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.207 2012/01/30 22:56:30 jer Exp $
+
+ 30 Jan 2012; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.10.ebuild,
+ -rxvt-unicode-9.11.ebuild, -rxvt-unicode-9.12.ebuild:
+ Old.
30 Jan 2012; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.15.ebuild:
Install a .desktop file by Justin Lecher (bug #401591).
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild
index 5d9f4fd4edef..0ab81238fdc4 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
+# Copyright 1999-2012 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.12 2011/12/22 18:51:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.13 2012/01/30 22:56:30 jer Exp $
EAPI="3"
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/rxvt-unicode/Attic/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="ppc ppc64"
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
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild
deleted file mode 100644
index e22ff2e7c51f..000000000000
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# 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.5 2011/12/22 14:56:58 jer Exp $
-
-EAPI="4"
-
-inherit autotools
-
-DESCRIPTION="rxvt clone with xft and unicode support"
-HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html"
-SRC_URI="http://dist.schmorp.de/rxvt-unicode/Attic/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-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
- +vanilla wcwidth
-"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXft
- x11-libs/libXrender
- >=sys-libs/ncurses-5.7-r6
- afterimage? ( || ( media-libs/libafterimage x11-wm/afterstep ) )
- perl? ( dev-lang/perl )
- pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- x11-proto/xproto"
-
-REQUIRED_USE="vanilla? ( !alt-font-width focused-urgency !force-hints !wcwidth )"
-
-src_prepare() {
- if ! use afterimage && ! use pixbuf; then
- einfo " + If you want transparency support, please enable either the *pixbuf*"
- einfo " or the *afterimage* USE flag. Enabling both will default to pixbuf."
- fi
-
- if use vanilla; then
- ewarn " + You have enabled the vanilla USE flag."
- ewarn " This means no USE flag controlled patches will be applied."
- else
- ewarn " + You are going to include unsupported third-party bug fixes/features."
-
- use wcwidth && epatch doc/wcwidth.patch
-
- # bug #240165
- use focused-urgency || epatch "${FILESDIR}"/${PN}-9.06-no-urgency-if-focused.diff
-
- # bug #263638
- epatch "${FILESDIR}"/${PN}-9.06-popups-hangs.patch
-
- # bug #346553
- use force-hints && epatch "${FILESDIR}"/${PN}-9.10-force-hints.patch
-
- # bug #237271
- epatch "${FILESDIR}"/${PN}-9.05_no-MOTIF-WM-INFO.patch
-
- use alt-font-width && epatch "${FILESDIR}"/${PN}-9.06-font-width.patch
- fi
-
- # kill the rxvt-unicode terminfo file - #192083
- sed -i -e "/rxvt-unicode.terminfo/d" doc/Makefile.in || die "sed failed"
-
- eautoreconf
-}
-
-src_configure() {
- local myconf=''
-
- use iso14755 || myconf='--disable-iso14755'
-
- econf --enable-everything \
- $(use_enable 256-color) \
- $(use_enable afterimage) \
- $(use_enable blink text-blink) \
- $(use_enable fading-colors fading) \
- $(use_enable font-styles) \
- $(use_enable mousewheel) \
- $(use_enable perl) \
- $(use_enable pixbuf) \
- $(use_enable truetype xft) \
- $(use_enable unicode3) \
- ${myconf}
-}
-
-src_compile() {
- emake || die "emake failed"
-
- sed -i \
- -e 's/RXVT_BASENAME = "rxvt"/RXVT_BASENAME = "urxvt"/' \
- "${S}"/doc/rxvt-tabbed || die "tabs sed failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- dodoc README.FAQ Changes
- cd "${S}"/doc
- dodoc README* changes.txt etc/* rxvt-tabbed
-}
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild
deleted file mode 100644
index 54cf6137207e..000000000000
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.12.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# 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.4 2011/12/22 14:56:58 jer Exp $
-
-EAPI="4"
-
-inherit autotools
-
-DESCRIPTION="rxvt clone with xft and unicode support"
-HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html"
-SRC_URI="http://dist.schmorp.de/rxvt-unicode/Attic/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-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
- +vanilla wcwidth
-"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXft
- x11-libs/libXrender
- >=sys-libs/ncurses-5.7-r6
- afterimage? ( || ( media-libs/libafterimage x11-wm/afterstep ) )
- perl? ( dev-lang/perl )
- pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 )
- kernel_Darwin? ( dev-perl/Mac-Pasteboard )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- x11-proto/xproto"
-
-REQUIRED_USE="vanilla? ( !alt-font-width focused-urgency !force-hints !wcwidth )"
-
-src_prepare() {
- if use kernel_Darwin; then
- cp "${FILESDIR}"/macosx-clipboard src/perl/ || die
- fi
- # fix for prefix not installing properly
- epatch "${FILESDIR}"/${PN}-9.06-case-insensitive-fs.patch
-
- if ! use afterimage && ! use pixbuf; then
- einfo " + If you want transparency support, please enable either the *pixbuf*"
- einfo " or the *afterimage* USE flag. Enabling both will default to pixbuf."
- fi
-
- if use vanilla; then
- ewarn " + You have enabled the vanilla USE flag."
- ewarn " This means no USE flag controlled patches will be applied."
- else
- ewarn " + You are going to include unsupported third-party bug fixes/features."
-
- use wcwidth && epatch doc/wcwidth.patch
-
- # bug #240165
- use focused-urgency || epatch "${FILESDIR}"/${PN}-9.06-no-urgency-if-focused.diff
-
- # bug #263638
- epatch "${FILESDIR}"/${PN}-9.06-popups-hangs.patch
-
- # bug #346553
- use force-hints && epatch "${FILESDIR}"/${PN}-9.10-force-hints.patch
-
- # bug #237271
- epatch "${FILESDIR}"/${PN}-9.05_no-MOTIF-WM-INFO.patch
-
- use alt-font-width && epatch "${FILESDIR}"/${PN}-9.06-font-width.patch
- fi
-
- # kill the rxvt-unicode terminfo file - #192083
- sed -i -e "/rxvt-unicode.terminfo/d" doc/Makefile.in || die "sed failed"
-
- eautoreconf
-}
-
-src_configure() {
- local myconf=''
-
- use iso14755 || myconf='--disable-iso14755'
-
- econf --enable-everything \
- $(use_enable 256-color) \
- $(use_enable afterimage) \
- $(use_enable blink text-blink) \
- $(use_enable fading-colors fading) \
- $(use_enable font-styles) \
- $(use_enable mousewheel) \
- $(use_enable perl) \
- $(use_enable pixbuf) \
- $(use_enable truetype xft) \
- $(use_enable unicode3) \
- ${myconf}
-}
-
-src_compile() {
- emake || die "emake failed"
-
- sed -i \
- -e 's/RXVT_BASENAME = "rxvt"/RXVT_BASENAME = "urxvt"/' \
- "${S}"/doc/rxvt-tabbed || die "tabs sed failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- dodoc README.FAQ Changes
- cd "${S}"/doc
- dodoc README* changes.txt etc/* rxvt-tabbed
-}