summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-07-09 18:46:05 +0000
committerMike Frysinger <vapier@gentoo.org>2003-07-09 18:46:05 +0000
commita6185ba48b5d54bd2b1fc568483de047c3d41507 (patch)
tree11f3ddd898855ee955e4ecece4beaa2e8080009d /net-irc
parentMarked as stable. (diff)
downloadgentoo-2-a6185ba48b5d54bd2b1fc568483de047c3d41507.tar.gz
gentoo-2-a6185ba48b5d54bd2b1fc568483de047c3d41507.tar.bz2
gentoo-2-a6185ba48b5d54bd2b1fc568483de047c3d41507.zip
fix for #23981
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/unrealircd/files/3.1.5.1-new-glibc-res.patch11
-rw-r--r--net-irc/unrealircd/files/3.1.6-new-glibc-res.patch11
-rw-r--r--net-irc/unrealircd/unrealircd-3.1.5.1.ebuild7
-rw-r--r--net-irc/unrealircd/unrealircd-3.1.6.ebuild7
4 files changed, 8 insertions, 28 deletions
diff --git a/net-irc/unrealircd/files/3.1.5.1-new-glibc-res.patch b/net-irc/unrealircd/files/3.1.5.1-new-glibc-res.patch
deleted file mode 100644
index 50f4e105534c..000000000000
--- a/net-irc/unrealircd/files/3.1.5.1-new-glibc-res.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/res_mkquery.c.orig 2003-07-02 15:20:31.000000000 -0400
-+++ src/res_mkquery.c 2003-07-02 15:20:38.000000000 -0400
-@@ -32,7 +32,7 @@
- #include "resolv.h"
- #include "common.h"
-
--ID_CVS("$Id: 3.1.5.1-new-glibc-res.patch,v 1.1 2003/07/02 19:26:51 vapier Exp $");
-+//ID_CVS("$Id: 3.1.5.1-new-glibc-res.patch,v 1.1 2003/07/02 19:26:51 vapier Exp $");
-
- /*
- * Form all types of queries.
diff --git a/net-irc/unrealircd/files/3.1.6-new-glibc-res.patch b/net-irc/unrealircd/files/3.1.6-new-glibc-res.patch
deleted file mode 100644
index 51749adb785c..000000000000
--- a/net-irc/unrealircd/files/3.1.6-new-glibc-res.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/res_mkquery.c.orig 2003-07-02 14:33:28.000000000 -0400
-+++ src/res_mkquery.c 2003-07-02 14:33:19.000000000 -0400
-@@ -32,7 +32,7 @@
- #include "resolv.h"
- #include "common.h"
-
--ID_CVS("$Id: 3.1.6-new-glibc-res.patch,v 1.1 2003/07/02 19:26:51 vapier Exp $");
-+//ID_CVS("$Id: 3.1.6-new-glibc-res.patch,v 1.1 2003/07/02 19:26:51 vapier Exp $");
-
- /*
- * Form all types of queries.
diff --git a/net-irc/unrealircd/unrealircd-3.1.5.1.ebuild b/net-irc/unrealircd/unrealircd-3.1.5.1.ebuild
index 3599643b36bc..f5cc8058fd14 100644
--- a/net-irc/unrealircd/unrealircd-3.1.5.1.ebuild
+++ b/net-irc/unrealircd/unrealircd-3.1.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.1.5.1.ebuild,v 1.4 2003/07/02 19:26:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.1.5.1.ebuild,v 1.5 2003/07/09 18:46:05 vapier Exp $
MY_P=Unreal${PV}-Valek
DESCRIPTION="aimed to be an advanced, not an easy IRCd"
@@ -13,7 +13,8 @@ LICENSE="GPL-2"
KEYWORDS="x86"
IUSE="ssl"
-DEPEND="ssl? ( dev-libs/openssl )"
+DEPEND="ssl? ( dev-libs/openssl )
+ >=sys-apps/sed-4"
S=${WORKDIR}/Unreal${PV}
@@ -21,7 +22,7 @@ src_unpack() {
unpack ${A} && cd ${S}
rm -f .CHANGES.NEW .RELEASE.NOTES
epatch ${FILESDIR}/${PV}-Config.patch
- epatch ${FILESDIR}/${PV}-new-glibc-res.patch
+ sed -i 's:^ID_CVS.*::' src/res_mkquery.c
cp Config{,.orig}
sed -e "s:GENTOO_CFLAGS:${CFLAGS}:" \
diff --git a/net-irc/unrealircd/unrealircd-3.1.6.ebuild b/net-irc/unrealircd/unrealircd-3.1.6.ebuild
index 828bdb72d00e..c3f5263b59ce 100644
--- a/net-irc/unrealircd/unrealircd-3.1.6.ebuild
+++ b/net-irc/unrealircd/unrealircd-3.1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.1.6.ebuild,v 1.1 2003/07/02 19:26:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.1.6.ebuild,v 1.2 2003/07/09 18:46:05 vapier Exp $
MY_P=Unreal${PV}-Noon
DESCRIPTION="aimed to be an advanced (not easy) IRCd"
@@ -13,7 +13,8 @@ LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE="ssl"
-DEPEND="ssl? ( dev-libs/openssl )"
+DEPEND="ssl? ( dev-libs/openssl )
+ >=sys-apps/sed-4"
S=${WORKDIR}/${MY_P}
@@ -21,7 +22,7 @@ src_unpack() {
unpack ${A} && cd ${S}
rm -f .CHANGES.NEW .RELEASE.NOTES
epatch ${FILESDIR}/${PV}-Config.patch
- epatch ${FILESDIR}/${PV}-new-glibc-res.patch
+ sed -i 's:^ID_CVS.*::' src/res_mkquery.c
cp Config{,.orig}
sed -e "s:GENTOO_CFLAGS:${CFLAGS}:" \