diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-07-08 23:08:50 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-07-08 23:08:50 +0000 |
commit | b7fc32ede2fa4e818a5e372ed510f638769f21cd (patch) | |
tree | d3e34bd0abeeb5f6cdb1cc6e69a39e98f7f426be /net-irc/ultimate | |
parent | x86 stable (diff) | |
download | historical-b7fc32ede2fa4e818a5e372ed510f638769f21cd.tar.gz historical-b7fc32ede2fa4e818a5e372ed510f638769f21cd.tar.bz2 historical-b7fc32ede2fa4e818a5e372ed510f638769f21cd.zip |
Marked stable on x86.
Diffstat (limited to 'net-irc/ultimate')
-rw-r--r-- | net-irc/ultimate/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/ultimate/Manifest | 4 | ||||
-rw-r--r-- | net-irc/ultimate/ultimate-2.8.7.ebuild | 9 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-irc/ultimate/ChangeLog b/net-irc/ultimate/ChangeLog index 56985b90a4a0..7bede3236c55 100644 --- a/net-irc/ultimate/ChangeLog +++ b/net-irc/ultimate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ultimate # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.7 2004/07/01 22:23:48 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.8 2004/07/08 23:08:50 swegener Exp $ + + 09 Jul 2004; Sven Wegener <swegener@gentoo.org> ultimate-2.8.7.ebuild: + Marked stable on x86. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ultimate-2.8.7.ebuild: diff --git a/net-irc/ultimate/Manifest b/net-irc/ultimate/Manifest index 0b1092aa2dec..e794a0ac7fe4 100644 --- a/net-irc/ultimate/Manifest +++ b/net-irc/ultimate/Manifest @@ -1,6 +1,6 @@ -MD5 5b139559c3d0060b7a8d15fcadf6c95b ChangeLog 1018 +MD5 3d3b2b7684a474f0891eeb30a000056f ChangeLog 1114 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 0c5d57853d9c18fa45847ada93c7e72b ultimate-2.8.7.ebuild 3207 +MD5 ef051207150aa2567a42416c50bf214d ultimate-2.8.7.ebuild 3216 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 diff --git a/net-irc/ultimate/ultimate-2.8.7.ebuild b/net-irc/ultimate/ultimate-2.8.7.ebuild index 956e4f6c8e29..9d127a784626 100644 --- a/net-irc/ultimate/ultimate-2.8.7.ebuild +++ b/net-irc/ultimate/ultimate-2.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.7 2004/07/01 22:23:48 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-2.8.7.ebuild,v 1.8 2004/07/08 23:08:50 swegener Exp $ inherit eutils @@ -9,13 +9,14 @@ 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 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" SLOT="0" LICENSE="GPL-2" IUSE="debug" -DEPEND="virtual/libc" -RDEPEND=">=sys-apps/sed-4" +RDEPEND="virtual/libc" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" S="${WORKDIR}/${MY_P}" |