diff options
author | 2006-01-29 15:50:02 +0000 | |
---|---|---|
committer | 2006-01-29 15:50:02 +0000 | |
commit | 793229bcd877ad82ca9c4b1ea9d504021ec5925b (patch) | |
tree | f7af92dc995ae4d91ead20c770c0364d8a2c5e72 /x11-terms/xvt/xvt-2.1-r1.ebuild | |
parent | move compressed files to the mirrors (diff) | |
download | historical-793229bcd877ad82ca9c4b1ea9d504021ec5925b.tar.gz historical-793229bcd877ad82ca9c4b1ea9d504021ec5925b.tar.bz2 historical-793229bcd877ad82ca9c4b1ea9d504021ec5925b.zip |
move compressed files to the mirrors
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-terms/xvt/xvt-2.1-r1.ebuild')
-rw-r--r-- | x11-terms/xvt/xvt-2.1-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-terms/xvt/xvt-2.1-r1.ebuild b/x11-terms/xvt/xvt-2.1-r1.ebuild index caf78dd4f900..f993d6ecaa31 100644 --- a/x11-terms/xvt/xvt-2.1-r1.ebuild +++ b/x11-terms/xvt/xvt-2.1-r1.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/xvt/xvt-2.1-r1.ebuild,v 1.2 2004/09/03 17:27:07 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/xvt/xvt-2.1-r1.ebuild,v 1.3 2006/01/29 15:50:02 blubb Exp $ inherit ccc eutils flag-o-matic DESCRIPTION="A tiny vt100 terminal emulator for X" HOMEPAGE="ftp://ftp.x.org/R5contrib/xvt-1.0.README" -SRC_URI="ftp://ftp.x.org/R5contrib/xvt-1.0.tar.Z" +SRC_URI="ftp://ftp.x.org/R5contrib/xvt-1.0.tar.Z + mirror://gentoo/xvt-2.1.diff.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~alpha ~ppc" @@ -19,7 +20,8 @@ src_unpack() { unpack ${A} # this brings the distribution upto version 2.1 - cd ${S}; epatch ${FILESDIR}/xvt-2.1.diff.gz + cd ${S} + epatch ${WORKDIR}/xvt-2.1.diff # fix #61393 epatch ${FILESDIR}/xvt-ttyinit-svr4pty.diff |