summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-03-15 04:31:55 +0000
committerJon Portnoy <avenj@gentoo.org>2004-03-15 04:31:55 +0000
commit10fe6bd02dd37a675748b3bc2f8fc8197fec29fb (patch)
treed2c164cb26059a43550fcba4bf2c834b245c77b2 /net-irc/ninja
parentdon't assign to P (bug #44712); tidy ebuild (Manifest recommit) (diff)
downloadgentoo-2-10fe6bd02dd37a675748b3bc2f8fc8197fec29fb.tar.gz
gentoo-2-10fe6bd02dd37a675748b3bc2f8fc8197fec29fb.tar.bz2
gentoo-2-10fe6bd02dd37a675748b3bc2f8fc8197fec29fb.zip
Fixed PV assignment.
Diffstat (limited to 'net-irc/ninja')
-rw-r--r--net-irc/ninja/ChangeLog5
-rw-r--r--net-irc/ninja/ninja-1.5.9_pre9.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-irc/ninja/ChangeLog b/net-irc/ninja/ChangeLog
index 38c5ae93e300..8cb9b1e9f20c 100644
--- a/net-irc/ninja/ChangeLog
+++ b/net-irc/ninja/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/ninja
# Copyright 2003-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ChangeLog,v 1.4 2004/02/15 04:14:41 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ChangeLog,v 1.5 2004/03/15 04:31:55 avenj Exp $
+
+ 14 Mar 2004; Jon Portnoy <avenj@gentoo.org> ninja-1.5.9_pre9.ebuild :
+ Fixed PV issue.
14 Feb 2004; Jason Wever <weeve@gentoo.org> ninja-1.5.9_pre9.ebuild:
Added ~sparc keyword.
diff --git a/net-irc/ninja/ninja-1.5.9_pre9.ebuild b/net-irc/ninja/ninja-1.5.9_pre9.ebuild
index fb4302e72305..ed0d414b1426 100644
--- a/net-irc/ninja/ninja-1.5.9_pre9.ebuild
+++ b/net-irc/ninja/ninja-1.5.9_pre9.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ninja-1.5.9_pre9.ebuild,v 1.5 2004/02/15 04:14:41 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ninja-1.5.9_pre9.ebuild,v 1.6 2004/03/15 04:31:55 avenj Exp $
# Get rid of underscore in package name
-PV=`echo ${PV} | sed -e 's/_.*//'`
+MY_PV=`echo ${PV} | sed -e 's/_.*//'`
-S=${WORKDIR}/${PN}-${PV}
+S=${WORKDIR}/${PN}-${MY_PV}
DESCRIPTION="Ninja IRC Client"
HOMEPAGE="http://ninja.qoop.org/"
SRC_URI="http://ninja.qoop.org/ftp/sources/${P/_/}.tar.gz"