diff options
author | 2006-01-29 15:50:02 +0000 | |
---|---|---|
committer | 2006-01-29 15:50:02 +0000 | |
commit | 9b65c0f51346d6fd326caa424b9555205949756a (patch) | |
tree | cec5d5da5702e3b7c78a58cd45dd56935a360065 /x11-terms/xvt/xvt-2.1.ebuild | |
parent | Fix Manifest. (diff) | |
download | gentoo-2-9b65c0f51346d6fd326caa424b9555205949756a.tar.gz gentoo-2-9b65c0f51346d6fd326caa424b9555205949756a.tar.bz2 gentoo-2-9b65c0f51346d6fd326caa424b9555205949756a.zip |
move compressed files to the mirrors
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-terms/xvt/xvt-2.1.ebuild')
-rw-r--r-- | x11-terms/xvt/xvt-2.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-terms/xvt/xvt-2.1.ebuild b/x11-terms/xvt/xvt-2.1.ebuild index a3a02699cf6b..1a5b97a2945e 100644 --- a/x11-terms/xvt/xvt-2.1.ebuild +++ b/x11-terms/xvt/xvt-2.1.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.ebuild,v 1.7 2004/06/28 22:15:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/xvt/xvt-2.1.ebuild,v 1.8 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" @@ -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 # set the makefile options sed -i 's/#\(ARCH=LINUX\)/\1/g' Makefile |