diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-03-15 02:12:41 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-03-15 02:12:41 +0000 |
commit | 2ef2a43b03b1e00b7e41701297ab975b9b1d6408 (patch) | |
tree | 3165b07b8a9eb9453a70d644ec425cac5f39a014 /x11-wm/ratpoison | |
parent | some SERIOUS f'ing cleanup on this ebuild (Manifest recommit) (diff) | |
download | gentoo-2-2ef2a43b03b1e00b7e41701297ab975b9b1d6408.tar.gz gentoo-2-2ef2a43b03b1e00b7e41701297ab975b9b1d6408.tar.bz2 gentoo-2-2ef2a43b03b1e00b7e41701297ab975b9b1d6408.zip |
Readonly var fixes.
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.3.0_beta3-r1.ebuild | 10 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild | 10 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.3.0_beta3.ebuild | 10 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild | 4 |
4 files changed, 13 insertions, 21 deletions
diff --git a/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r1.ebuild b/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r1.ebuild index 35810fd4fae0..d9a40182e4a9 100644 --- a/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r1.ebuild +++ b/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r1.ebuild @@ -1,20 +1,18 @@ # 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_beta3-r1.ebuild,v 1.2 2003/11/08 17:06:51 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r1.ebuild,v 1.3 2004/03/15 02:12:41 bcowan Exp $ DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled after screen" HOMEPAGE="http://ratpoison.sourceforge.net/" LICENSE="GPL-2" -PV=`echo ${PV} | sed 's/_/-/'` -P="${PN}-${PV}" - -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +MY_P="${PN}-${PV/_/-}" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" SLOT="0" KEYWORDS="~x86 ~sparc ~ppc ~amd64" IUSE="" -S=${WORKDIR}/${P} +S=${WORKDIR}/${MY_P} src_compile() { if [ "${ARCH}" = "amd64" ] diff --git a/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild b/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild index 3331fa0c8a6b..4bcdb90a91a5 100644 --- a/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild +++ b/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.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_beta3-r2.ebuild,v 1.1 2003/11/11 16:24:25 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild,v 1.2 2004/03/15 02:12:41 bcowan Exp $ inherit elisp-common @@ -8,15 +8,13 @@ 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" +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 )" diff --git a/x11-wm/ratpoison/ratpoison-1.3.0_beta3.ebuild b/x11-wm/ratpoison/ratpoison-1.3.0_beta3.ebuild index a59f3a85458d..80a857884c7b 100644 --- a/x11-wm/ratpoison/ratpoison-1.3.0_beta3.ebuild +++ b/x11-wm/ratpoison/ratpoison-1.3.0_beta3.ebuild @@ -1,20 +1,18 @@ # 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_beta3.ebuild,v 1.1 2003/10/14 23:24:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.3.0_beta3.ebuild,v 1.2 2004/03/15 02:12:41 bcowan Exp $ DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled after screen" HOMEPAGE="http://ratpoison.sourceforge.net/" LICENSE="GPL-2" -PV=`echo ${PV} | sed 's/_/-/'` -P="${PN}-${PV}" - -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +MY_P="${PN}-${PV/_/-}" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" SLOT="0" KEYWORDS="~x86 ~sparc ~ppc" IUSE="" -S=${WORKDIR}/${P} +S=${WORKDIR}/${MY_P} src_compile() { econf diff --git a/x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild b/x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild index b838c2bbbaef..a39f378a4fd2 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.3 2004/03/15 02:02:44 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild,v 1.4 2004/03/15 02:12:41 bcowan Exp $ inherit elisp-common @@ -8,8 +8,6 @@ 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}" MY_P="${PN}-${PV/_/-}" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" |