diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-03-15 01:59:07 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-03-15 01:59:07 +0000 |
commit | df1b101267bd070def7fe7558b1da5ee43ebb388 (patch) | |
tree | c4777131d81172e996a6a3342448795005881db8 /x11-wm | |
parent | took out spurious src_unpack (Manifest recommit) (diff) | |
download | gentoo-2-df1b101267bd070def7fe7558b1da5ee43ebb388.tar.gz gentoo-2-df1b101267bd070def7fe7558b1da5ee43ebb388.tar.bz2 gentoo-2-df1b101267bd070def7fe7558b1da5ee43ebb388.zip |
Readonly var fixor.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild b/x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild index 82b44ef6e7b0..4943393f3cda 100644 --- a/x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild +++ b/x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild,v 1.1 2003/11/23 16:24:09 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild,v 1.2 2004/03/15 01:59:07 bcowan Exp $ inherit elisp-common @@ -8,15 +8,15 @@ DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled af HOMEPAGE="http://ratpoison.sourceforge.net/" LICENSE="GPL-2" -PV=`echo ${PV} | sed 's/_/-/'` -P="${PN}-${PV}" - -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +#PV=`echo ${PV} | sed 's/_/-/'` +#P="${PN}-${PV}" +MY-P="${PN}-${PV/_/-}" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" SLOT="0" KEYWORDS="~x86 ~sparc ~ppc ~amd64" IUSE="emacs" -S=${WORKDIR}/${P} +S=${WORKDIR}/${MY_P} DEPEND="x11-base/xfree emacs? ( virtual/emacs )" |