[gentoo-commits] repo/gentoo:master commit in: net-irc/epic5/files/, net-irc/epic5/

2019-05-15 Thread Andreas Sturmlechner
commit: 288a2f63a449736b4a2af033ed84efba7f458098
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 15 15:35:05 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 18:38:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288a2f63

net-irc/epic5: Drop 1.1.10-r2

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-irc/epic5/Manifest |   1 -
 net-irc/epic5/epic5-1.1.10-r2.ebuild   |  78 
 .../epic5-1.1.10-ruby-automagic-as-needed.patch| 134 -
 .../epic5/files/epic5-1.1.10-socks5-libsocks.patch |  32 -
 .../epic5-1.1.10-tcl-automagic-as-needed.patch | 116 --
 .../files/epic5-1.1.10-without-localdir.patch  |  66 --
 net-irc/epic5/files/epic5-1.1.10-xlocale.patch |  11 --
 .../files/epic5-1.1.2-libarchive-automagic.patch   |  53 
 .../epic5-1.1.2-perl-automagic-as-needed.patch | 114 --
 9 files changed, 605 deletions(-)

diff --git a/net-irc/epic5/Manifest b/net-irc/epic5/Manifest
index 84edd9778ef..577557d4501 100644
--- a/net-irc/epic5/Manifest
+++ b/net-irc/epic5/Manifest
@@ -1,2 +1 @@
-DIST epic5-1.1.10.tar.bz2 851439 BLAKE2B 
13cf0f78ed2009595479fac8173b2936cf74382ec22964e00de2d84fd89c6cee661e4ea9e3d8ba44ec715ac7e861f4639b3459d3ac2d67c74cc49ad4aeebf127
 SHA512 
d0215570962253a0d5c60dacec86db1094575b0765db039247cf16b5957ba721576618ff73588610ba528782f4460fd4bbe5a1869e60e2c10d832d41ea3c6048
 DIST epic5-2.0.1.tar.xz 808612 BLAKE2B 
48bc1305f955f524e26b5a2122f061b0251b874ad102e3a95c65b15646f7d5c95f661bdbac3e6ea118ce5d5b5e3ca58a94cfce288ee32c7483ea6dc1b6d24950
 SHA512 
29721cb097946fae3d64f71be4047f8348f7821ccdea870b4c756098f07adee90f03decb2f37fc5fa5c7c9d1aac5a16f4944adc9c9bc66097ceb609c69da2e25

diff --git a/net-irc/epic5/epic5-1.1.10-r2.ebuild 
b/net-irc/epic5/epic5-1.1.10-r2.ebuild
deleted file mode 100644
index 85532830333..000
--- a/net-irc/epic5/epic5-1.1.10-r2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-
-inherit autotools ruby-single toolchain-funcs
-
-DESCRIPTION="Epic5 IRC Client"
-SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/${P}.tar.bz2;
-HOMEPAGE="http://epicsol.org/;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="archive ipv6 perl tcl ruby socks5 valgrind"
-
-RDEPEND="
-   >=dev-libs/openssl-0.9.8e-r3:0
-   >=sys-libs/ncurses-5.6-r2:0
-   virtual/libiconv
-   archive? ( app-arch/libarchive )
-   perl? ( >=dev-lang/perl-5.8.8-r2 )
-   tcl? ( dev-lang/tcl:0 )
-   socks5? ( net-proxy/dante )
-   ruby? ( ${RUBY_DEPS} )"
-DEPEND="${RDEPEND}
-   valgrind? ( dev-util/valgrind )"
-
-S=${WORKDIR}/${P}
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.1.2-libarchive-automagic.patch
-   "${FILESDIR}"/${P}-ruby-automagic-as-needed.patch
-   "${FILESDIR}"/${P}-tcl-automagic-as-needed.patch
-   "${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch
-   "${FILESDIR}"/${P}-without-localdir.patch
-   "${FILESDIR}"/${P}-socks5-libsocks.patch
-   "${FILESDIR}"/${P}-xlocale.patch
-)
-
-src_prepare() {
-   default
-   eautoconf
-}
-
-src_configure() {
-   # Because of our REQUIRED_USE constraints above, we know that
-   # ruby_get_use_implementations will only ever return one ruby
-   # implementation.
-   econf \
-   --libexecdir="${EPREFIX}"/usr/lib/misc \
-   $(use_with archive libarchive) \
-   $(use_with ipv6) \
-   $(use_with perl) \
-   $(use_with ruby) \
-   $(use_with socks5) \
-   $(use_with tcl tcl "${EPREFIX}"/usr/$(get_libdir)/tclConfig.sh) 
\
-   $(use_with valgrind valgrind)
-}
-
-src_compile() {
-   # parallel build failure
-   emake -j1
-}
-
-src_install () {
-   default
-
-   dodoc BUG_FORM COPYRIGHT EPIC4-USERS-README README KNOWNBUGS VOTES
-
-   cd "${S}"/doc || die
-   docinto doc
-   dodoc \
-   *.txt colors EPIC* IRCII_VERSIONS missing \
-   nicknames outputhelp README.SSL SILLINESS TS4
-}

diff --git a/net-irc/epic5/files/epic5-1.1.10-ruby-automagic-as-needed.patch 
b/net-irc/epic5/files/epic5-1.1.10-ruby-automagic-as-needed.patch
deleted file mode 100644
index ba277ca8f60..000
--- a/net-irc/epic5/files/epic5-1.1.10-ruby-automagic-as-needed.patch
+++ /dev/null
@@ -1,134 +0,0 @@
-From: Nathan Phillip Brink 
-Subject: Fix up linking against libruby when using
-   LDFLAGS=-Wl,--as-needed. Also allow ruby to be a non-automagic
-   dependency.
-
 a/configure.in Tue Mar 25 07:39:34 2014 +
-+++ b/configure.in Tue Mar 25 07:55:14 2014 +
-@@ -1168,34 +1168,28 @@
- dnl
- dnl Ruby support?
- dnl

[gentoo-commits] repo/gentoo:master commit in: net-irc/epic5/files/, net-irc/epic5/

2018-04-30 Thread Andreas Hüttel
commit: 9294cc0d001280d748462a43eb38ffe2410988f7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Apr 30 20:59:30 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Apr 30 20:59:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9294cc0d

net-irc/epic5: Fix build with glibc-2.26, bug 652738

Closes: https://bugs.gentoo.org/652738
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-irc/epic5/epic5-1.1.10-r1.ebuild   |  3 ++-
 net-irc/epic5/epic5-1.1.10-r2.ebuild   | 11 ++-
 net-irc/epic5/files/epic5-1.1.10-xlocale.patch | 11 +++
 3 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/net-irc/epic5/epic5-1.1.10-r1.ebuild 
b/net-irc/epic5/epic5-1.1.10-r1.ebuild
index 97036b79137..32634a46933 100644
--- a/net-irc/epic5/epic5-1.1.10-r1.ebuild
+++ b/net-irc/epic5/epic5-1.1.10-r1.ebuild
@@ -49,7 +49,8 @@ src_prepare() {
"${FILESDIR}"/${P}-tcl-automagic-as-needed.patch \
"${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch \
"${FILESDIR}"/${P}-without-localdir.patch \
-   "${FILESDIR}"/${P}-socks5-libsocks.patch
+   "${FILESDIR}"/${P}-socks5-libsocks.patch \
+   "${FILESDIR}"/${P}-xlocale.patch
eautoconf
 }
 

diff --git a/net-irc/epic5/epic5-1.1.10-r2.ebuild 
b/net-irc/epic5/epic5-1.1.10-r2.ebuild
index 289bab3402a..b2c668fcd02 100644
--- a/net-irc/epic5/epic5-1.1.10-r2.ebuild
+++ b/net-irc/epic5/epic5-1.1.10-r2.ebuild
@@ -31,12 +31,13 @@ DEPEND="${RDEPEND}
 S=${WORKDIR}/${P}
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-1.1.2-libarchive-automagic.patch \
-   "${FILESDIR}"/${P}-ruby-automagic-as-needed.patch \
-   "${FILESDIR}"/${P}-tcl-automagic-as-needed.patch \
-   "${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch \
-   "${FILESDIR}"/${P}-without-localdir.patch \
+   "${FILESDIR}"/${PN}-1.1.2-libarchive-automagic.patch
+   "${FILESDIR}"/${P}-ruby-automagic-as-needed.patch
+   "${FILESDIR}"/${P}-tcl-automagic-as-needed.patch
+   "${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch
+   "${FILESDIR}"/${P}-without-localdir.patch
"${FILESDIR}"/${P}-socks5-libsocks.patch
+   "${FILESDIR}"/${P}-xlocale.patch
 )
 
 src_prepare() {

diff --git a/net-irc/epic5/files/epic5-1.1.10-xlocale.patch 
b/net-irc/epic5/files/epic5-1.1.10-xlocale.patch
new file mode 100644
index 000..8c5c7e44bff
--- /dev/null
+++ b/net-irc/epic5/files/epic5-1.1.10-xlocale.patch
@@ -0,0 +1,11 @@
+diff -ruN epic5-1.1.10.orig/source/recode.c epic5-1.1.10/source/recode.c
+--- epic5-1.1.10.orig/source/recode.c  2014-04-11 17:12:26.0 +0200
 epic5-1.1.10/source/recode.c   2018-04-30 22:55:11.976293375 +0200
+@@ -41,7 +41,6 @@
+ #include 
+ #include 
+ #include 
+-#include 
+ 
+ /*
+  * Here's the plan...



[gentoo-commits] repo/gentoo:master commit in: net-irc/epic5/files/

2017-01-18 Thread David Seifert
commit: a4b84d1af2bc350a9ce2b10f8f3d6624215cfe7b
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Tue Jan 17 17:37:55 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan 18 09:19:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b84d1a

net-irc/epic5: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3516

 net-irc/epic5/files/epic-defaultserver.patch | 12 
 1 file changed, 12 deletions(-)

diff --git a/net-irc/epic5/files/epic-defaultserver.patch 
b/net-irc/epic5/files/epic-defaultserver.patch
deleted file mode 100644
index d441232..
--- a/net-irc/epic5/files/epic-defaultserver.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur epic4-1.1.14.orig/include/config.h epic4-1.1.14/include/config.h
 epic4-1.1.14.orig/include/config.h 2003-10-28 05:53:57.0 +
-+++ epic4-1.1.14/include/config.h  2004-01-03 13:49:53.083473288 +
-@@ -42,7 +42,7 @@
-  *  the client will NOT compile and work properly!  Use the default here if
-  *  you dont have other servers to use.
-  */
--#define DEFAULT_SERVER "localhost irc.efnet.net irc.undernet.org irc.dal.net"
-+#define DEFAULT_SERVER "irc.freenode.net irc.efnet.net irc.undernet.org 
irc.dal.net"
- 
- /*
-  * The left and right brace characters ('{', '}') are special characters in