summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-irc/ninja/ChangeLog7
-rw-r--r--net-irc/ninja/Manifest4
-rw-r--r--net-irc/ninja/ninja-1.5.9_pre9.ebuild6
3 files changed, 10 insertions, 7 deletions
diff --git a/net-irc/ninja/ChangeLog b/net-irc/ninja/ChangeLog
index 7b33b814fb7a..38c5ae93e300 100644
--- a/net-irc/ninja/ChangeLog
+++ b/net-irc/ninja/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/ninja
-# Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ChangeLog,v 1.3 2003/12/06 02:35:22 zul Exp $
+# 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 $
+
+ 14 Feb 2004; Jason Wever <weeve@gentoo.org> ninja-1.5.9_pre9.ebuild:
+ Added ~sparc keyword.
05 Dec 2003; Chuck Short <zul@gentoo.org> ninja-1.5.9_pre9.ebuild:
Ebuild clean up.
diff --git a/net-irc/ninja/Manifest b/net-irc/ninja/Manifest
index 66ad3b2e1f58..953b8f82c900 100644
--- a/net-irc/ninja/Manifest
+++ b/net-irc/ninja/Manifest
@@ -1,4 +1,4 @@
-MD5 a2353649b1af1ce09472d4b0ed6e6e8a ninja-1.5.9_pre9.ebuild 788
-MD5 eb0b0d16c639f2ea89871c87d9f59d97 ChangeLog 621
+MD5 5adf90e92b229e898232c0475f598756 ChangeLog 724
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
+MD5 3c070d7afa3d4c0caaa5ff63856c1372 ninja-1.5.9_pre9.ebuild 797
MD5 02be0e2b992a6b7f6fedeaf868630586 files/digest-ninja-1.5.9_pre9 67
diff --git a/net-irc/ninja/ninja-1.5.9_pre9.ebuild b/net-irc/ninja/ninja-1.5.9_pre9.ebuild
index 1e1eadc36899..fb4302e72305 100644
--- a/net-irc/ninja/ninja-1.5.9_pre9.ebuild
+++ b/net-irc/ninja/ninja-1.5.9_pre9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.4 2003/12/06 02:35:22 zul Exp $
+# $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 $
# Get rid of underscore in package name
PV=`echo ${PV} | sed -e 's/_.*//'`
@@ -11,7 +11,7 @@ HOMEPAGE="http://ninja.qoop.org/"
SRC_URI="http://ninja.qoop.org/ftp/sources/${P/_/}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 amd64"
+KEYWORDS="x86 amd64 ~sparc"
IUSE="ncurses ipv6 ssl"
DEPEND="virtual/glibc
ncurses? ( sys-libs/ncurses )