diff options
author | Jason Wever <weeve@gentoo.org> | 2004-02-15 04:36:24 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-02-15 04:36:24 +0000 |
commit | 027a7b5164f16474932492881c74f30fd875ce26 (patch) | |
tree | 37f7faf638c88e142601c3b1bd54f1644845930d /net-irc/ultimate | |
parent | Initial Import. (diff) | |
download | historical-027a7b5164f16474932492881c74f30fd875ce26.tar.gz historical-027a7b5164f16474932492881c74f30fd875ce26.tar.bz2 historical-027a7b5164f16474932492881c74f30fd875ce26.zip |
Added ~sparc keyword.
Diffstat (limited to 'net-irc/ultimate')
-rw-r--r-- | net-irc/ultimate/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/ultimate/Manifest | 10 | ||||
-rw-r--r-- | net-irc/ultimate/ultimate-2.8.7.ebuild | 6 |
3 files changed, 13 insertions, 10 deletions
diff --git a/net-irc/ultimate/ChangeLog b/net-irc/ultimate/ChangeLog index 3725774130a2..2460a3187067 100644 --- a/net-irc/ultimate/ChangeLog +++ b/net-irc/ultimate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ultimate -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.2 2003/10/27 17:41:55 zul Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.3 2004/02/15 04:36:24 weeve Exp $ + + 14 Feb 2004; Jason Wever <weeve@gentoo.org> ultimate-2.8.7.ebuild: + Added ~sparc keyword. 27 Oct 2003; Chuck Short <zul@gentoo.org> files/ultimateircd.conf, files/ultimateircd.rc: diff --git a/net-irc/ultimate/Manifest b/net-irc/ultimate/Manifest index 56a2914f628a..e745c60e00b4 100644 --- a/net-irc/ultimate/Manifest +++ b/net-irc/ultimate/Manifest @@ -1,8 +1,8 @@ -MD5 d38f18d30e66bf480d680288407d5ac7 ultimate-2.8.7.ebuild 3182 -MD5 be98dc7fc967895e4414a6c0887d9d88 ChangeLog 584 +MD5 8247b94efec149f5e74eee23b5445688 ChangeLog 680 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 eaf11fcea8334cd345e96352abea5aa3 files/ultimateircd.rc 512 +MD5 1f175e296bd24643ff65529238b9efce ultimate-2.8.7.ebuild 3191 +MD5 772b4c0818bb9082f29f266cb6c3c3ad files/Ultimate-2.8.7-gentoo.patch 434 +MD5 ce59cd0657a697f03f1798d4ab24192a files/digest-ultimate-2.8.7 65 MD5 8af0419297384fbb53922f83cc7d85df files/setup.h 483 MD5 7a9005399fa397aa84ff04a87abcd5b6 files/ultimateircd.conf 181 -MD5 ce59cd0657a697f03f1798d4ab24192a files/digest-ultimate-2.8.7 65 -MD5 772b4c0818bb9082f29f266cb6c3c3ad files/Ultimate-2.8.7-gentoo.patch 434 +MD5 eaf11fcea8334cd345e96352abea5aa3 files/ultimateircd.rc 512 diff --git a/net-irc/ultimate/ultimate-2.8.7.ebuild b/net-irc/ultimate/ultimate-2.8.7.ebuild index 932be1b1198d..713022bb8bac 100644 --- a/net-irc/ultimate/ultimate-2.8.7.ebuild +++ b/net-irc/ultimate/ultimate-2.8.7.ebuild @@ -1,13 +1,13 @@ -# 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/ultimate/ultimate-2.8.7.ebuild,v 1.2 2003/10/27 17:41:55 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-2.8.7.ebuild,v 1.3 2004/02/15 04:36:24 weeve Exp $ MY_P="${P/ultimate-/Ultimate}" DESCRIPTION="And IRCd server based on DALnet's DreamForge IRCd." SRC_URI="mirror://sourceforge/ultimate/${MY_P}.tar.gz" HOMEPAGE="http://www.shadow-realm.org" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" SLOT="0" LICENSE="GPL-2" IUSE="debug" |