diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2008-06-21 18:25:41 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2008-06-21 18:25:41 +0000 |
commit | e225855ba3a38618773af69ae7d8dcff76402618 (patch) | |
tree | a9685c3c6ae9b543f3c240b41819052d41b3f001 /x11-terms | |
parent | Cleaning up (diff) | |
download | gentoo-2-e225855ba3a38618773af69ae7d8dcff76402618.tar.gz gentoo-2-e225855ba3a38618773af69ae7d8dcff76402618.tar.bz2 gentoo-2-e225855ba3a38618773af69ae7d8dcff76402618.zip |
Huh? The removed files reappeard?
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-8.3.ebuild | 66 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-8.4.ebuild | 66 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-8.8.ebuild | 66 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild | 66 |
4 files changed, 0 insertions, 264 deletions
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-8.3.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-8.3.ebuild deleted file mode 100644 index 4f148aa6da77..000000000000 --- a/x11-terms/rxvt-unicode/rxvt-unicode-8.3.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-8.3.ebuild,v 1.7 2007/11/13 20:01:59 jer Exp $ - -inherit flag-o-matic - -DESCRIPTION="rxvt clone with XFT and Unicode support" -HOMEPAGE="http://software.schmorp.de/" -SRC_URI="http://dist.schmorp.de/rxvt-unicode/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="truetype perl iso14755" - -# see bug #115992 for modular x deps -RDEPEND="x11-libs/libX11 - x11-libs/libXft - x11-libs/libXpm - x11-libs/libXrender - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xproto" - -src_unpack() { - unpack ${A} - cd "${S}" - local tdir=/usr/share/terminfo - sed -i -e \ - "s~@TIC@ \(\$(srcdir)/etc/rxvt\)~@TIC@ -o ${D}/${tdir} \1~" \ - doc/Makefile.in -} - -src_compile() { - myconf='' - - use iso14755 || myconf='--disable-iso14755' - - econf \ - --enable-everything \ - $(use_enable truetype xft) \ - $(use_enable perl) \ - --disable-text-blink \ - ${myconf} \ - || die - - emake || die - - 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 -} - -pkg_postinst() { - einfo "urxvt now always uses TERM=rxvt-unicode so that the" - einfo "upstream-supplied terminfo files can be used." -} diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-8.4.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-8.4.ebuild deleted file mode 100644 index 25dbe3e05c32..000000000000 --- a/x11-terms/rxvt-unicode/rxvt-unicode-8.4.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-8.4.ebuild,v 1.1 2007/11/11 21:47:12 killerfox Exp $ - -inherit flag-o-matic - -DESCRIPTION="rxvt clone with XFT and Unicode support" -HOMEPAGE="http://software.schmorp.de/" -SRC_URI="http://dist.schmorp.de/rxvt-unicode/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="truetype perl iso14755" - -# see bug #115992 for modular x deps -RDEPEND="x11-libs/libX11 - x11-libs/libXft - x11-libs/libXpm - x11-libs/libXrender - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xproto" - -src_unpack() { - unpack ${A} - cd "${S}" - local tdir=/usr/share/terminfo - sed -i -e \ - "s~@TIC@ \(\$(srcdir)/etc/rxvt\)~@TIC@ -o ${D}/${tdir} \1~" \ - doc/Makefile.in -} - -src_compile() { - myconf='' - - use iso14755 || myconf='--disable-iso14755' - - econf \ - --enable-everything \ - $(use_enable truetype xft) \ - $(use_enable perl) \ - --disable-text-blink \ - ${myconf} \ - || die - - emake || die - - 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 -} - -pkg_postinst() { - einfo "urxvt now always uses TERM=rxvt-unicode so that the" - einfo "upstream-supplied terminfo files can be used." -} diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-8.8.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-8.8.ebuild deleted file mode 100644 index a4d86bafb30a..000000000000 --- a/x11-terms/rxvt-unicode/rxvt-unicode-8.8.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-8.8.ebuild,v 1.1 2007/12/16 13:45:04 killerfox Exp $ - -inherit flag-o-matic - -DESCRIPTION="rxvt clone with XFT and Unicode support" -HOMEPAGE="http://software.schmorp.de/" -SRC_URI="http://dist.schmorp.de/rxvt-unicode/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="truetype perl iso14755" - -# see bug #115992 for modular x deps -RDEPEND="x11-libs/libX11 - x11-libs/libXft - media-libs/libafterimage - x11-libs/libXrender - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xproto" - -src_unpack() { - unpack ${A} - cd "${S}" - local tdir=/usr/share/terminfo - sed -i -e \ - "s~@TIC@ \(\$(srcdir)/etc/rxvt\)~@TIC@ -o ${D}/${tdir} \1~" \ - doc/Makefile.in -} - -src_compile() { - myconf='' - - use iso14755 || myconf='--disable-iso14755' - - econf \ - --enable-everything \ - $(use_enable truetype xft) \ - $(use_enable perl) \ - --disable-text-blink \ - ${myconf} \ - || die - - emake || die - - 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 -} - -pkg_postinst() { - einfo "urxvt now always uses TERM=rxvt-unicode so that the" - einfo "upstream-supplied terminfo files can be used." -} diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild deleted file mode 100644 index 885de29aa932..000000000000 --- a/x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild,v 1.2 2008/03/07 19:48:54 armin76 Exp $ - -inherit flag-o-matic - -DESCRIPTION="rxvt clone with XFT and Unicode support" -HOMEPAGE="http://software.schmorp.de/" -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="truetype perl iso14755" - -# see bug #115992 for modular x deps -RDEPEND="x11-libs/libX11 - x11-libs/libXft - media-libs/libafterimage - x11-libs/libXrender - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xproto" - -src_unpack() { - unpack ${A} - cd "${S}" - local tdir=/usr/share/terminfo - sed -i -e \ - "s~@TIC@ \(\$(srcdir)/etc/rxvt\)~@TIC@ -o ${D}/${tdir} \1~" \ - doc/Makefile.in -} - -src_compile() { - myconf='' - - use iso14755 || myconf='--disable-iso14755' - - econf \ - --enable-everything \ - $(use_enable truetype xft) \ - $(use_enable perl) \ - --disable-text-blink \ - ${myconf} \ - || die - - emake || die - - 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 -} - -pkg_postinst() { - einfo "urxvt now always uses TERM=rxvt-unicode so that the" - einfo "upstream-supplied terminfo files can be used." -} |