summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-04-16 21:24:24 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-04-16 21:24:24 +0000
commit2e39dc6ee84e2f748969c06af4e4ed47e611a673 (patch)
tree83cd2cf0fd6a421589791c8d9ca0aa15ff366a45 /net-irc
parentVersion bump (diff)
downloadgentoo-2-2e39dc6ee84e2f748969c06af4e4ed47e611a673.tar.gz
gentoo-2-2e39dc6ee84e2f748969c06af4e4ed47e611a673.tar.bz2
gentoo-2-2e39dc6ee84e2f748969c06af4e4ed47e611a673.zip
x86 stable && remove old
(Portage version: 2.1.2.4)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/ultimate/ChangeLog7
-rw-r--r--net-irc/ultimate/files/Ultimate-2.8.7-gentoo.patch12
-rw-r--r--net-irc/ultimate/files/digest-ultimate-3.0.13
-rw-r--r--net-irc/ultimate/ultimate-3.0.1.ebuild60
-rw-r--r--net-irc/ultimate/ultimate-3.0.2.ebuild4
5 files changed, 8 insertions, 78 deletions
diff --git a/net-irc/ultimate/ChangeLog b/net-irc/ultimate/ChangeLog
index b9fe46467248..4d1de3bb85a1 100644
--- a/net-irc/ultimate/ChangeLog
+++ b/net-irc/ultimate/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/ultimate
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.17 2007/03/13 22:34:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.18 2007/04/16 21:24:24 armin76 Exp $
+
+ 16 Apr 2007; Raúl Porcel <armin76@gentoo.org>
+ -files/Ultimate-2.8.7-gentoo.patch, -ultimate-3.0.1.ebuild,
+ ultimate-3.0.2.ebuild:
+ x86 stable && remove old
*ultimate-3.0.2 (13 Mar 2007)
diff --git a/net-irc/ultimate/files/Ultimate-2.8.7-gentoo.patch b/net-irc/ultimate/files/Ultimate-2.8.7-gentoo.patch
deleted file mode 100644
index ed3a12a9b256..000000000000
--- a/net-irc/ultimate/files/Ultimate-2.8.7-gentoo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur Ultimate2.8.7.old/src/Makefile Ultimate2.8.7/src/Makefile
---- Ultimate2.8.7.old/src/Makefile 2003-10-21 18:13:19.000000000 +0000
-+++ Ultimate2.8.7/src/Makefile 2003-10-21 18:13:58.000000000 +0000
-@@ -61,7 +61,7 @@
- $(CC) $(CFLAGS) -c version.c
-
- ircd: $(OBJS)
-- $(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) $(IRCDLIBS) -o ircd
-+ $(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) -lresolv -lcrypt -o ircd
- chmod $(IRCDMODE) ircd
-
- saber: $(SRC)
diff --git a/net-irc/ultimate/files/digest-ultimate-3.0.1 b/net-irc/ultimate/files/digest-ultimate-3.0.1
deleted file mode 100644
index 9025a7df33e7..000000000000
--- a/net-irc/ultimate/files/digest-ultimate-3.0.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c942a723b1c7fa8b6dcca9936b8ff722 Ultimate3.0.1.tar.bz2 602091
-RMD160 ea724b4b01c9955a4122f1ad83e6d532e20b61b8 Ultimate3.0.1.tar.bz2 602091
-SHA256 2d1d6811bcf8368274e4dd44ea9f700ed02ca65b0a81e91b1124943be2ae25a0 Ultimate3.0.1.tar.bz2 602091
diff --git a/net-irc/ultimate/ultimate-3.0.1.ebuild b/net-irc/ultimate/ultimate-3.0.1.ebuild
deleted file mode 100644
index 9f33aab9b6a2..000000000000
--- a/net-irc/ultimate/ultimate-3.0.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-3.0.1.ebuild,v 1.2 2007/03/13 22:34:30 armin76 Exp $
-
-inherit eutils fixheadtails
-
-MY_P="Ultimate${PV/_/.}"
-
-DESCRIPTION="An IRCd server based on DALnet's DreamForge IRCd."
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-HOMEPAGE="http://www.shadow-realm.org/"
-
-KEYWORDS="~ppc ~sparc x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="ssl"
-
-DEPEND="virtual/libc
- ssl? ( dev-libs/openssl )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${FILESDIR}/3.0.0_rc2-config.patch
-
- ht_fix_file configure
-}
-
-src_compile() {
- econf \
- --sysconfdir=/etc/ultimateircd \
- --localstatedir=/var/lib/ultimateircd \
- $(use_enable ssl openssl) \
- || die "econf failed"
- emake || die "Make failed"
-}
-
-src_install() {
- dodir /etc/ultimateircd
- keepdir /var/{lib,log,run}/ultimateircd
- fowners nobody /var/{lib,log,run}/ultimateircd
-
- einstall \
- sysconfdir=${D}/etc/ultimateircd \
- localstatedir=${D}/var/lib/ultimateircd \
- networksubdir=${D}/etc/ultimateircd/networks \
- || die "einstall failed"
-
- rm -rf ${D}/usr/{{ircd,kill,rehash},bin/{ircdchk,ssl-{cert,search}.sh}} ${D}/var/lib/ultimateircd/logs
- dosym /var/log/ultimateircd /var/lib/ultimateircd/logs
-
- mv ${D}/usr/bin/ircd ${D}/usr/bin/ultimateircd
- mv ${D}/usr/bin/mkpasswd ${D}/usr/bin/ultimateircd-mkpasswd
-
- newinitd ${FILESDIR}/ultimateircd.rc-3.0.0 ultimateircd
- newconfd ${FILESDIR}/ultimateircd.conf ultimateircd
-}
diff --git a/net-irc/ultimate/ultimate-3.0.2.ebuild b/net-irc/ultimate/ultimate-3.0.2.ebuild
index 86b5ec8d66c0..8bf26f859968 100644
--- a/net-irc/ultimate/ultimate-3.0.2.ebuild
+++ b/net-irc/ultimate/ultimate-3.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-3.0.2.ebuild,v 1.1 2007/03/13 22:34:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-3.0.2.ebuild,v 1.2 2007/04/16 21:24:24 armin76 Exp $
inherit eutils fixheadtails
@@ -10,7 +10,7 @@ DESCRIPTION="An IRCd server based on DALnet's DreamForge IRCd."
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
HOMEPAGE="http://www.shadow-realm.org/"
-KEYWORDS="~x86 ~sparc ~ppc"
+KEYWORDS="~ppc ~sparc x86"
SLOT="0"
LICENSE="GPL-2"
IUSE="ssl"