summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2004-03-15 02:12:41 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2004-03-15 02:12:41 +0000
commit1f2bb2e5ad4cbac67fdcc17e034b5b0ffa1353dc (patch)
treef4acfab5de5370d9798ae84e5aef68aa624a11bc /x11-wm/ratpoison
parentuse MY_P for a custom name NOT PN (diff)
downloadhistorical-1f2bb2e5ad4cbac67fdcc17e034b5b0ffa1353dc.tar.gz
historical-1f2bb2e5ad4cbac67fdcc17e034b5b0ffa1353dc.tar.bz2
historical-1f2bb2e5ad4cbac67fdcc17e034b5b0ffa1353dc.zip
Readonly var fixes.
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r--x11-wm/ratpoison/Manifest8
-rw-r--r--x11-wm/ratpoison/ratpoison-1.3.0_beta3-r1.ebuild10
-rw-r--r--x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild10
-rw-r--r--x11-wm/ratpoison/ratpoison-1.3.0_beta3.ebuild10
-rw-r--r--x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild4
5 files changed, 17 insertions, 25 deletions
diff --git a/x11-wm/ratpoison/Manifest b/x11-wm/ratpoison/Manifest
index 816a85cf40cc..275e39d1f759 100644
--- a/x11-wm/ratpoison/Manifest
+++ b/x11-wm/ratpoison/Manifest
@@ -3,11 +3,11 @@ MD5 0dc401dca3401344d482d660aedf9b3b metadata.xml 829
MD5 f96ef622e678525220c11325b61cfbd0 ratpoison-1.2.2-r1.ebuild 996
MD5 65dfeece429e075523a2c1ff839566ee ratpoison-1.1.1.ebuild 879
MD5 ed0f26e7e30336b6db98115baace2221 ratpoison-1.2.1.ebuild 879
-MD5 ba99af34f560a77af56054f662c64ef4 ratpoison-1.3.0_beta3-r1.ebuild 1059
+MD5 c5e22220727b4926e1867aed4888247b ratpoison-1.3.0_beta3-r1.ebuild 1037
MD5 bacff13c96e8a7d4b60a0ecc0561904c ratpoison-1.2.2.ebuild 879
-MD5 b1344ede868162f3058c6a41cfbff0c3 ratpoison-1.3.0_beta3-r2.ebuild 1519
-MD5 19711b7c40e41d639acb3655426ee612 ratpoison-1.3.0_beta3.ebuild 871
-MD5 606c6e42bad6fecf2466cba233613373 ratpoison-1.3.0_rc1.ebuild 1542
+MD5 c135c1d01066431b916b8e21eb78f7b4 ratpoison-1.3.0_beta3-r2.ebuild 1498
+MD5 873d9330a5c24176aca48d9161d2431f ratpoison-1.3.0_beta3.ebuild 853
+MD5 8a08c7a2605ce61daf5d5b84c6f8af14 ratpoison-1.3.0_rc1.ebuild 1493
MD5 7c03ae06718549d84c38d181a7192156 files/digest-ratpoison-1.2.2-r1 67
MD5 ab1a7f36971489b5cffb75d84a2b2d0a files/50ratpoison-gentoo.el 82
MD5 824194e6a098216cc47885fbcba7e0c4 files/digest-ratpoison-1.1.1 67
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"