diff options
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/cxterm/cxterm-5.2.2.ebuild | 5 | ||||
-rw-r--r-- | x11-terms/cxterm/cxterm-5.2.3.ebuild | 7 | ||||
-rw-r--r-- | x11-terms/multi-aterm/multi-aterm-0.0.4.ebuild | 7 | ||||
-rw-r--r-- | x11-terms/multi-aterm/multi-aterm-0.0.5.ebuild | 7 | ||||
-rw-r--r-- | x11-terms/multi-aterm/multi-aterm-0.1.ebuild | 9 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-0.2.ebuild | 4 |
6 files changed, 17 insertions, 22 deletions
diff --git a/x11-terms/cxterm/cxterm-5.2.2.ebuild b/x11-terms/cxterm/cxterm-5.2.2.ebuild index 90b33295cc04..7a153f21f269 100644 --- a/x11-terms/cxterm/cxterm-5.2.2.ebuild +++ b/x11-terms/cxterm/cxterm-5.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/cxterm/cxterm-5.2.2.ebuild,v 1.5 2004/01/26 17:35:52 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/cxterm/cxterm-5.2.2.ebuild,v 1.6 2004/02/28 21:29:28 aliz Exp $ S="${WORKDIR}/${P}" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" @@ -18,8 +18,7 @@ KEYWORDS="x86" src_compile() { cd ${S} - sed "s/genCxterm/\.\/genCxterm/g" ${S}/scripts/Makefile.in > ${S}/scripts/Makefile.new - mv ${S}/scripts/Makefile.new ${S}/scripts/Makefile.in + sed -i "s/genCxterm/\.\/genCxterm/g" ${S}/scripts/Makefile.in ./configure --prefix=/usr \ --mandir=/usr/share/man \ diff --git a/x11-terms/cxterm/cxterm-5.2.3.ebuild b/x11-terms/cxterm/cxterm-5.2.3.ebuild index ecfd6198070a..4287ac10ef3b 100644 --- a/x11-terms/cxterm/cxterm-5.2.3.ebuild +++ b/x11-terms/cxterm/cxterm-5.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/cxterm/cxterm-5.2.3.ebuild,v 1.1 2004/01/26 17:35:52 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/cxterm/cxterm-5.2.3.ebuild,v 1.2 2004/02/28 21:29:28 aliz Exp $ S="${WORKDIR}/${P}" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" @@ -11,15 +11,14 @@ DEPEND="virtual/x11" SLOT="0" LICENSE="BSD" -KEYWORDS="~x86" +KEYWORDS="x86" # hyper-optimizations untested... # src_compile() { cd ${S} - sed "s/genCxterm/\.\/genCxterm/g" ${S}/scripts/Makefile.in > ${S}/scripts/Makefile.new - mv ${S}/scripts/Makefile.new ${S}/scripts/Makefile.in + sed -i "s/genCxterm/\.\/genCxterm/g" ${S}/scripts/Makefile.in ./configure --prefix=/usr \ --mandir=/usr/share/man \ diff --git a/x11-terms/multi-aterm/multi-aterm-0.0.4.ebuild b/x11-terms/multi-aterm/multi-aterm-0.0.4.ebuild index dd2497a12962..8bc65a9f6502 100644 --- a/x11-terms/multi-aterm/multi-aterm-0.0.4.ebuild +++ b/x11-terms/multi-aterm/multi-aterm-0.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/multi-aterm/multi-aterm-0.0.4.ebuild,v 1.2 2004/02/17 07:44:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/multi-aterm/multi-aterm-0.0.4.ebuild,v 1.3 2004/02/28 21:29:28 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A terminal emulator with transparency support as well as rxvt backwards compatibility like aterm, with tab support" @@ -16,9 +16,8 @@ DEPEND="media-libs/jpeg src_compile() { cd ${S}/src - cp feature.h feature.h.orig - sed "s:\(#define LINUX_KEYS\):/\*\1\*/:" \ - feature.h.orig > feature.h + sed -i "s:\(#define LINUX_KEYS\):/\*\1\*/:" \ + feature.h cd ${S} econf --enable-transparency \ diff --git a/x11-terms/multi-aterm/multi-aterm-0.0.5.ebuild b/x11-terms/multi-aterm/multi-aterm-0.0.5.ebuild index 6f6477d0b8bf..c4901dd75cd5 100644 --- a/x11-terms/multi-aterm/multi-aterm-0.0.5.ebuild +++ b/x11-terms/multi-aterm/multi-aterm-0.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/multi-aterm/multi-aterm-0.0.5.ebuild,v 1.2 2004/02/17 07:44:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/multi-aterm/multi-aterm-0.0.5.ebuild,v 1.3 2004/02/28 21:29:28 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A terminal emulator with transparency support as well as rxvt backwards compatibility like aterm, with tab support" @@ -17,9 +17,8 @@ DEPEND="media-libs/jpeg src_compile() { cd ${S}/src - cp feature.h feature.h.orig - sed "s:\(#define LINUX_KEYS\):/\*\1\*/:" \ - feature.h.orig > feature.h + sed -i "s:\(#define LINUX_KEYS\):/\*\1\*/:" \ + feature.h cd ${S} econf --enable-transparency \ diff --git a/x11-terms/multi-aterm/multi-aterm-0.1.ebuild b/x11-terms/multi-aterm/multi-aterm-0.1.ebuild index 3190cd4722aa..ca7b15bd6b93 100644 --- a/x11-terms/multi-aterm/multi-aterm-0.1.ebuild +++ b/x11-terms/multi-aterm/multi-aterm-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/multi-aterm/multi-aterm-0.1.ebuild,v 1.2 2004/02/17 07:44:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/multi-aterm/multi-aterm-0.1.ebuild,v 1.3 2004/02/28 21:29:28 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A terminal emulator with transparency support as well as rxvt backwards compatibility like aterm, with tab support" @@ -10,7 +10,7 @@ SRC_URI=" http://www.materm.tuxfamily.org/${P}.tar.gz" IUSE="cjk" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa" +KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha ~hppa" DEPEND="media-libs/jpeg media-libs/libpng @@ -18,9 +18,8 @@ DEPEND="media-libs/jpeg src_compile() { cd ${S}/src - cp feature.h feature.h.orig - sed "s:\(#define LINUX_KEYS\):/\*\1\*/:" \ - feature.h.orig > feature.h + sed -i "s:\(#define LINUX_KEYS\):/\*\1\*/:" \ + feature.h local myconf use cjk && myconf="--enable-kanji" diff --git a/x11-terms/root-tail/root-tail-0.2.ebuild b/x11-terms/root-tail/root-tail-0.2.ebuild index 8d263bdf5b68..c7b18f3c38ac 100644 --- a/x11-terms/root-tail/root-tail-0.2.ebuild +++ b/x11-terms/root-tail/root-tail-0.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.2.ebuild,v 1.2 2003/09/24 15:23:06 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.2.ebuild,v 1.3 2004/02/28 21:29:28 aliz Exp $ DESCRIPTION="Terminal to display (multiple) log files on the root window" HOMEPAGE="http://www.goof.com/pcg/marc/root-tail.html" SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" IUSE="" DEPEND="virtual/x11" S="${WORKDIR}/${P}" |