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

2023-05-14 Thread Sam James
commit: a6ca203daa3c390970b395eb5ec939aaec7a4070
Author: Sam James  gentoo  org>
AuthorDate: Sun May 14 17:08:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 14 17:10:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ca203d

net-irc/epic5: simplify econf arg for valgrind

Signed-off-by: Sam James  gentoo.org>

 net-irc/epic5/epic5-2.0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/epic5/epic5-2.0.1-r2.ebuild 
b/net-irc/epic5/epic5-2.0.1-r2.ebuild
index a8525b1ed375..a531ac999b66 100644
--- a/net-irc/epic5/epic5-2.0.1-r2.ebuild
+++ b/net-irc/epic5/epic5-2.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -44,7 +44,7 @@ src_configure() {
$(use_with perl) \
$(use_with socks5) \
$(use_with tcl tcl "${EPREFIX}"/usr/$(get_libdir)/tclConfig.sh) 
\
-   $(use_with valgrind valgrind)
+   $(use_with valgrind)
 }
 
 src_compile() {



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

2023-05-14 Thread Sam James
commit: d30364f33c24214a30bfed3389dbe61651c7cfa8
Author: Sam James  gentoo  org>
AuthorDate: Sun May 14 17:02:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 14 17:10:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d30364f3

net-irc/epic5: defer to new global USE=valgrind description

Signed-off-by: Sam James  gentoo.org>

 net-irc/epic5/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-irc/epic5/metadata.xml b/net-irc/epic5/metadata.xml
index ee0aa82a8292..5d07a7dac25b 100644
--- a/net-irc/epic5/metadata.xml
+++ b/net-irc/epic5/metadata.xml
@@ -4,6 +4,5 @@
   
   
 Use app-arch/libarchive to use zip and tar 
archives from scripts.
-Compile against dev-util/valgrind headers 
to improve memory-leak checking when running epic5 under valgrind.
   
 



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

2022-07-09 Thread Hans de Graaff
commit: 9c5a10a06a99f003df1d5284b6dc67e3dc69b45b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  9 06:33:01 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  9 06:33:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5a10a0

net-irc/epic5: stabilize 2.0.1-r2 for amd64, x86

Signed-off-by: Hans de Graaff  gentoo.org>

 net-irc/epic5/epic5-2.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/epic5/epic5-2.0.1-r2.ebuild 
b/net-irc/epic5/epic5-2.0.1-r2.ebuild
index 1f531895fb25..a8525b1ed375 100644
--- a/net-irc/epic5/epic5-2.0.1-r2.ebuild
+++ b/net-irc/epic5/epic5-2.0.1-r2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://epicsol.org/;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~riscv x86"
 
 # Fails to build without ipv6
 IUSE="archive perl tcl socks5 valgrind" #ipv6



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

2022-07-09 Thread Hans de Graaff
commit: 1b46fd744ea57fd3f3ccda8ffe85e1673549f107
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  9 06:33:12 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  9 06:33:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b46fd74

net-irc/epic5: drop 2.0.1-r1

Signed-off-by: Hans de Graaff  gentoo.org>

 net-irc/epic5/epic5-2.0.1-r1.ebuild | 72 -
 1 file changed, 72 deletions(-)

diff --git a/net-irc/epic5/epic5-2.0.1-r1.ebuild 
b/net-irc/epic5/epic5-2.0.1-r1.ebuild
deleted file mode 100644
index df6800edb35e..
--- a/net-irc/epic5/epic5-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-inherit ruby-single
-
-DESCRIPTION="Epic5 IRC Client"
-SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/${P}.tar.xz;
-HOMEPAGE="http://epicsol.org/;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~riscv x86"
-
-# Fails to build without ipv6
-IUSE="archive perl tcl ruby socks5 valgrind" #ipv6
-
-RDEPEND="
-   >=dev-libs/openssl-0.9.8e-r3:0=
-   >=sys-libs/ncurses-5.6-r2:0=
-   virtual/libcrypt:=
-   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=(
-   # From Debian
-   "${FILESDIR}/${P}-openssl-1.1.patch"
-)
-
-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 \
-   --with-ipv6 \
-   $(use_with archive libarchive) \
-   $(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
-}



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

2022-06-26 Thread Hans de Graaff
commit: ec7bae422aa3dfcdd767157e3d4fb2da769c2f82
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 26 07:13:25 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 26 07:45:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7bae42

net-irc/epic5: drop ruby support

The ruby code is not compatible with ruby27 or newer.

Signed-off-by: Hans de Graaff  gentoo.org>

 net-irc/epic5/epic5-2.0.1-r2.ebuild | 65 +
 1 file changed, 65 insertions(+)

diff --git a/net-irc/epic5/epic5-2.0.1-r2.ebuild 
b/net-irc/epic5/epic5-2.0.1-r2.ebuild
new file mode 100644
index ..1f531895fb25
--- /dev/null
+++ b/net-irc/epic5/epic5-2.0.1-r2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Epic5 IRC Client"
+SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/${P}.tar.xz;
+HOMEPAGE="http://epicsol.org/;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+
+# Fails to build without ipv6
+IUSE="archive perl tcl socks5 valgrind" #ipv6
+
+RDEPEND="
+   >=dev-libs/openssl-0.9.8e-r3:0=
+   >=sys-libs/ncurses-5.6-r2:0=
+   virtual/libcrypt:=
+   virtual/libiconv
+   archive? ( app-arch/libarchive )
+   perl? ( >=dev-lang/perl-5.8.8-r2:= )
+   tcl? ( dev-lang/tcl:0= )
+   socks5? ( net-proxy/dante )
+"
+DEPEND="${RDEPEND}
+   valgrind? ( dev-util/valgrind )
+"
+
+S="${WORKDIR}/${P}"
+
+PATCHES=(
+   # From Debian
+   "${FILESDIR}/${P}-openssl-1.1.patch"
+)
+
+src_configure() {
+   econf \
+   --libexecdir="${EPREFIX}"/usr/lib/misc \
+   --with-ipv6 \
+   --without-ruby \
+   $(use_with archive libarchive) \
+   $(use_with perl) \
+   $(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
+}



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

2021-06-30 Thread Sam James
commit: da839af6cb77386cf04aae94b3184ac1510030ad
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 30 18:39:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 30 18:39:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da839af6

net-irc/epic5: add missing libcrypt dependency

Signed-off-by: Sam James  gentoo.org>

 net-irc/epic5/{epic5-2.0.1.ebuild => epic5-2.0.1-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-irc/epic5/epic5-2.0.1.ebuild 
b/net-irc/epic5/epic5-2.0.1-r1.ebuild
similarity index 98%
rename from net-irc/epic5/epic5-2.0.1.ebuild
rename to net-irc/epic5/epic5-2.0.1-r1.ebuild
index 45d0990c99f..681e43cb0b3 100644
--- a/net-irc/epic5/epic5-2.0.1.ebuild
+++ b/net-irc/epic5/epic5-2.0.1-r1.ebuild
@@ -20,6 +20,7 @@ IUSE="archive perl tcl ruby socks5 valgrind" #ipv6
 RDEPEND="
>=dev-libs/openssl-0.9.8e-r3:0=
>=sys-libs/ncurses-5.6-r2:0=
+   virtual/libcrypt:=
virtual/libiconv
archive? ( app-arch/libarchive )
perl? ( >=dev-lang/perl-5.8.8-r2:= )



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

2021-06-07 Thread Joonas Niilola
commit: 4489277b769e0d573f74328227464adea6a99795
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 17:17:47 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4489277b

net-irc/epic5: remove unused eclass

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-irc/epic5/epic5-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/epic5/epic5-2.0.1.ebuild b/net-irc/epic5/epic5-2.0.1.ebuild
index d38b780348b..45d0990c99f 100644
--- a/net-irc/epic5/epic5-2.0.1.ebuild
+++ b/net-irc/epic5/epic5-2.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 USE_RUBY="ruby24 ruby25 ruby26"
 
-inherit autotools ruby-single toolchain-funcs
+inherit autotools ruby-single
 
 DESCRIPTION="Epic5 IRC Client"
 SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/${P}.tar.xz;



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

2020-04-27 Thread Hans de Graaff
commit: 045e544c6fa3274d49c82e28fab71d653c3a8172
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 27 09:21:24 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 28 04:39:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045e544c

net-irc/epic5: add ruby26

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 net-irc/epic5/epic5-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/epic5/epic5-2.0.1.ebuild b/net-irc/epic5/epic5-2.0.1.ebuild
index e10c5b555d3..d38b780348b 100644
--- a/net-irc/epic5/epic5-2.0.1.ebuild
+++ b/net-irc/epic5/epic5-2.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 inherit autotools ruby-single toolchain-funcs
 



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

2019-07-17 Thread Hans de Graaff
commit: a93d0dd6dbb0a26941dd93e92344a4e9cedf7d51
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 17 07:42:31 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 17 08:00:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93d0dd6

net-irc/epic5: add ruby25

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 net-irc/epic5/epic5-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/epic5/epic5-2.0.1.ebuild b/net-irc/epic5/epic5-2.0.1.ebuild
index 62ee7a864b6..bc14d30432e 100644
--- a/net-irc/epic5/epic5-2.0.1.ebuild
+++ b/net-irc/epic5/epic5-2.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 inherit autotools ruby-single toolchain-funcs
 



[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/

2019-05-15 Thread Mikle Kolyada
commit: 882a82686dde103ef9e18f61994b2448db566fce
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 15 15:24:20 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 15 15:24:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882a8268

net-irc/epic5: x86 stable wrt bug #684592

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 net-irc/epic5/epic5-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/epic5/epic5-2.0.1.ebuild b/net-irc/epic5/epic5-2.0.1.ebuild
index ac5df01eb52..62ee7a864b6 100644
--- a/net-irc/epic5/epic5-2.0.1.ebuild
+++ b/net-irc/epic5/epic5-2.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://epicsol.org/;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 # Fails to build without ipv6
 IUSE="archive perl tcl ruby socks5 valgrind" #ipv6



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

2019-05-15 Thread Mikle Kolyada
commit: cfdff132e7081f163ed05e6aa370b76e311d33e8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 15 15:23:59 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 15 15:23:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdff132

net-irc/epic5: amd64 stable wrt bug #684592

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 net-irc/epic5/epic5-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/epic5/epic5-2.0.1.ebuild b/net-irc/epic5/epic5-2.0.1.ebuild
index e5ebd880946..ac5df01eb52 100644
--- a/net-irc/epic5/epic5-2.0.1.ebuild
+++ b/net-irc/epic5/epic5-2.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://epicsol.org/;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 # Fails to build without ipv6
 IUSE="archive perl tcl ruby socks5 valgrind" #ipv6



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

2019-01-26 Thread Pacho Ramos
commit: c76d64f8cf1e2ea30b50ee3d3aa9f3d895c9b5ca
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 26 16:36:02 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 26 16:36:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76d64f8

net-irc/epic5: Debian patch for openssl-1.1

Closes: https://bugs.gentoo.org/676286
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 net-irc/epic5/epic5-2.0.1.ebuild  |  5 ++
 net-irc/epic5/files/epic5-2.0.1-openssl-1.1.patch | 77 +++
 2 files changed, 82 insertions(+)

diff --git a/net-irc/epic5/epic5-2.0.1.ebuild b/net-irc/epic5/epic5-2.0.1.ebuild
index ac3c4b0060a..e5ebd880946 100644
--- a/net-irc/epic5/epic5-2.0.1.ebuild
+++ b/net-irc/epic5/epic5-2.0.1.ebuild
@@ -33,6 +33,11 @@ DEPEND="${RDEPEND}
 
 S="${WORKDIR}/${P}"
 
+PATCHES=(
+   # From Debian
+   "${FILESDIR}/${P}-openssl-1.1.patch"
+)
+
 src_configure() {
# Because of our REQUIRED_USE constraints above, we know that
# ruby_get_use_implementations will only ever return one ruby

diff --git a/net-irc/epic5/files/epic5-2.0.1-openssl-1.1.patch 
b/net-irc/epic5/files/epic5-2.0.1-openssl-1.1.patch
new file mode 100644
index 000..254035e6d38
--- /dev/null
+++ b/net-irc/epic5/files/epic5-2.0.1-openssl-1.1.patch
@@ -0,0 +1,77 @@
+Index: epic5-2.0/source/crypto.c
+===
+--- epic5-2.0.orig/source/crypto.c
 epic5-2.0/source/crypto.c
+@@ -282,9 +282,9 @@ static char *  decipher_evp (const unsign
+   unsigned char   *iv = NULL;
+   unsigned long errcode;
+   int outlen2;
+-EVP_CIPHER_CTX a;
+-EVP_CIPHER_CTX_init();
+-  EVP_CIPHER_CTX_set_padding(, 0);
++  EVP_CIPHER_CTX *a = EVP_CIPHER_CTX_new();
++  EVP_CIPHER_CTX_init(a);
++  EVP_CIPHER_CTX_set_padding(a, 0);
+ 
+   if (ivsize > 0)
+   iv = new_malloc(ivsize);
+@@ -292,18 +292,19 @@ static char *decipher_evp (const unsign
+   if (ivsize > 0)
+   memcpy(iv, ciphertext, ivsize);
+ 
+-EVP_DecryptInit_ex(, type, NULL, NULL, iv);
+-  EVP_CIPHER_CTX_set_key_length(, passwdlen);
+-  EVP_CIPHER_CTX_set_padding(, 0);
+-EVP_DecryptInit_ex(, NULL, NULL, passwd, NULL);
++  EVP_DecryptInit_ex(a, type, NULL, NULL, iv);
++  EVP_CIPHER_CTX_set_key_length(a, passwdlen);
++  EVP_CIPHER_CTX_set_padding(a, 0);
++  EVP_DecryptInit_ex(a, NULL, NULL, passwd, NULL);
+ 
+-if (EVP_DecryptUpdate(, outbuf, outlen, ciphertext, cipherlen) != 1)
++  if (EVP_DecryptUpdate(a, outbuf, outlen, ciphertext, cipherlen) != 1)
+   yell("EVP_DecryptUpdate died.");
+-  if (EVP_DecryptFinal_ex(, outbuf + (*outlen), ) != 1)
++  if (EVP_DecryptFinal_ex(a, outbuf + (*outlen), ) != 1)
+   yell("EVP_DecryptFinal_Ex died.");
+   *outlen += outlen2;
+ 
+-EVP_CIPHER_CTX_cleanup();
++  EVP_CIPHER_CTX_cleanup(a);
++  EVP_CIPHER_CTX_free(a);
+ 
+   ERR_load_crypto_strings();
+   while ((errcode = ERR_get_error()))
+@@ -454,9 +455,9 @@ static char *  cipher_evp (const unsigned
+   unsigned long errcode;
+   u_32int_t   randomval;
+   int iv_count;
+-EVP_CIPHER_CTX a;
+-EVP_CIPHER_CTX_init();
+-  EVP_CIPHER_CTX_set_padding(, 0);
++  EVP_CIPHER_CTX *a = EVP_CIPHER_CTX_new();
++  EVP_CIPHER_CTX_init(a);
++  EVP_CIPHER_CTX_set_padding(a, 0);
+ 
+   if (ivsize < 0)
+   ivsize = 0; /* Shenanigans! */
+@@ -480,12 +481,13 @@ static char *cipher_evp (const unsigned
+   if (iv)
+   memcpy(outbuf, iv, ivsize);
+ 
+-EVP_EncryptInit_ex(, type, NULL, NULL, iv);
+-  EVP_CIPHER_CTX_set_key_length(, passwdlen);
+-EVP_EncryptInit_ex(, NULL, NULL, passwd, NULL);
+-EVP_EncryptUpdate(, outbuf + ivsize, , plaintext, 
plaintextlen);
+-  EVP_EncryptFinal_ex(, outbuf + ivsize + outlen, );
+-EVP_CIPHER_CTX_cleanup();
++  EVP_EncryptInit_ex(a, type, NULL, NULL, iv);
++  EVP_CIPHER_CTX_set_key_length(a, passwdlen);
++  EVP_EncryptInit_ex(a, NULL, NULL, passwd, NULL);
++  EVP_EncryptUpdate(a, outbuf + ivsize, , plaintext, plaintextlen);
++  EVP_EncryptFinal_ex(a, outbuf + ivsize + outlen, );
++  EVP_CIPHER_CTX_cleanup(a);
++  EVP_CIPHER_CTX_free(a);
+   outlen += extralen;
+ 
+   ERR_load_crypto_strings();



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

2019-01-26 Thread Pacho Ramos
commit: 64c2ec24e1e7a45fee8a8409298e11546a7010b9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 26 12:27:02 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 26 12:42:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c2ec24

net-irc/epic5: Bump to 2.0.1

Closes: https://bugs.gentoo.org/675254
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 net-irc/epic5/Manifest   |  1 +
 net-irc/epic5/epic5-2.0.1.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/net-irc/epic5/Manifest b/net-irc/epic5/Manifest
index d6852ab3490..84edd9778ef 100644
--- a/net-irc/epic5/Manifest
+++ b/net-irc/epic5/Manifest
@@ -1 +1,2 @@
 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-2.0.1.ebuild b/net-irc/epic5/epic5-2.0.1.ebuild
new file mode 100644
index 000..ac3c4b0060a
--- /dev/null
+++ b/net-irc/epic5/epic5-2.0.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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.xz;
+HOMEPAGE="http://epicsol.org/;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+# Fails to build without ipv6
+IUSE="archive perl tcl ruby socks5 valgrind" #ipv6
+
+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}"
+
+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 \
+   --with-ipv6 \
+   $(use_with archive libarchive) \
+   $(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
+}



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

2018-07-15 Thread Hans de Graaff
commit: 8ee4b76bbdb56d1d8ff685a2ed13414e03cb187e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 15 18:59:06 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 15 19:04:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee4b76b

net-irc/epic5: amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-irc/epic5/epic5-1.1.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/epic5/epic5-1.1.10-r2.ebuild 
b/net-irc/epic5/epic5-1.1.10-r2.ebuild
index c2c38112598..85532830333 100644
--- a/net-irc/epic5/epic5-1.1.10-r2.ebuild
+++ b/net-irc/epic5/epic5-1.1.10-r2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://epicsol.org/;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="archive ipv6 perl tcl ruby socks5 valgrind"
 
 RDEPEND="



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

2018-07-15 Thread Hans de Graaff
commit: 61d9918d2bf69fb9d556fff905c28416a8307c7a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 15 18:59:38 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 15 19:04:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d9918d

net-irc/epic5: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-irc/epic5/epic5-1.1.10-r1.ebuild | 87 
 1 file changed, 87 deletions(-)

diff --git a/net-irc/epic5/epic5-1.1.10-r1.ebuild 
b/net-irc/epic5/epic5-1.1.10-r1.ebuild
deleted file mode 100644
index 32634a46933..000
--- a/net-irc/epic5/epic5-1.1.10-r1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-USE_RUBY="ruby22 ruby23"
-RUBY_OPTIONAL=yes
-inherit autotools eutils multilib ruby-ng 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
-   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_implementations_depend) )"
-DEPEND="${RDEPEND}
-   valgrind? ( dev-util/valgrind )"
-REQUIRED_USE="ruby? ( ^^ ( $(ruby_get_use_targets) ) )
-   $(for t in $(ruby_get_use_targets); do echo "${t}? ( ruby )"; done)"
-
-S=${WORKDIR}/${P}
-
-pkg_setup() {
-   # bug #489608, bug #497080
-   use ruby && ruby-ng_pkg_setup
-}
-
-# Don't use ruby-ng's separated sources support:
-src_unpack() {
-   default
-}
-
-src_prepare() {
-   epatch \
-   "${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
-   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 ruby "$(ruby_implementation_command 
$(ruby_get_use_implementations))") \
-   $(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
-}



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

2018-05-06 Thread Hans de Graaff
commit: 1a0276fc03094b3062519d9e81ea9405d28781be
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  6 08:32:09 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May  6 16:18:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0276fc

net-irc/epic5: add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-irc/epic5/epic5-1.1.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/epic5/epic5-1.1.10-r2.ebuild 
b/net-irc/epic5/epic5-1.1.10-r2.ebuild
index b2c668fcd02..19db1f3b7bc 100644
--- a/net-irc/epic5/epic5-1.1.10-r2.ebuild
+++ b/net-irc/epic5/epic5-1.1.10-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby22 ruby23"
+USE_RUBY="ruby23 ruby24"
 
 inherit autotools ruby-single toolchain-funcs
 



[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/, net-irc/epic5/files/

2018-04-20 Thread David Seifert
commit: 8b8dfee6f3f4240ce6844f73b05b022716043a2b
Author: Marty E. Plummer  startmail  com>
AuthorDate: Fri Apr 20 09:10:49 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 20 20:00:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8dfee6

net-irc/epic5: epatch->PATCHES=()

Reworked a patch to be -p1 applicable. Also, this ebuild cannot be built
at due to missing xlocale.h on >=glibc-2.26, with or without my changes.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-irc/epic5/epic5-1.1.10-r2.ebuild   | 22 +++---
 .../epic5/files/epic5-1.1.10-socks5-libsocks.patch |  9 ++---
 2 files changed, 13 insertions(+), 18 deletions(-)

diff --git a/net-irc/epic5/epic5-1.1.10-r2.ebuild 
b/net-irc/epic5/epic5-1.1.10-r2.ebuild
index 323296c7006..289bab3402a 100644
--- a/net-irc/epic5/epic5-1.1.10-r2.ebuild
+++ b/net-irc/epic5/epic5-1.1.10-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 USE_RUBY="ruby22 ruby23"
 
-inherit autotools eutils multilib ruby-single toolchain-funcs
+inherit autotools ruby-single toolchain-funcs
 
 DESCRIPTION="Epic5 IRC Client"
 SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/${P}.tar.bz2;
@@ -30,17 +30,17 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/${P}
 
-src_prepare() {
-   epatch \
-   "${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
-
-   eapply_user
+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
+)
 
+src_prepare() {
+   default
eautoconf
 }
 

diff --git a/net-irc/epic5/files/epic5-1.1.10-socks5-libsocks.patch 
b/net-irc/epic5/files/epic5-1.1.10-socks5-libsocks.patch
index c2555c059e7..4aef0c7d6af 100644
--- a/net-irc/epic5/files/epic5-1.1.10-socks5-libsocks.patch
+++ b/net-irc/epic5/files/epic5-1.1.10-socks5-libsocks.patch
@@ -1,13 +1,8 @@
 From: Nathan Phillip Brink 
 Subject: Use -lsocks instead of -lsocks5 for `./configure --with-socks5`.
 
-Index: configure.in
-===
-RCS file: /home/cvs/repository/epic5/configure.in,v
-retrieving revision 1.101
-diff -u -b -B -u -r1.101 configure.in
 configure.in   9 Apr 2014 17:51:06 -   1.101
-+++ configure.in   4 Sep 2014 00:18:00 -
+--- a/configure.in
 b/configure.in
 @@ -861,7 +861,7 @@
  
  AC_MSG_CHECKING(whether to support SOCKS)



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

2018-04-07 Thread Hans de Graaff
commit: 4e61d05c9aecb3eee317fc1b12b3397f44d0ca91
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  7 08:38:08 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr  7 08:38:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e61d05c

net-irc/epic5: fix ruby support, bug 650342

Switch to ruby-single.eclass. This fixes bug 650342 but also simplifies
ruby dependency handling. Remove the REQUIRED_USE since this will always
be a blocker for most people and simply build against the currently
selected ruby version provided by ruby-single. This is in effect what
the ebuild was doing before anyway.

Include correct slot for ncurses.

Use EAPI=6.

Closes: https://bugs.gentoo.org/650342
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-irc/epic5/epic5-1.1.10-r2.ebuild | 77 
 1 file changed, 77 insertions(+)

diff --git a/net-irc/epic5/epic5-1.1.10-r2.ebuild 
b/net-irc/epic5/epic5-1.1.10-r2.ebuild
new file mode 100644
index 000..323296c7006
--- /dev/null
+++ b/net-irc/epic5/epic5-1.1.10-r2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23"
+
+inherit autotools eutils multilib 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}
+
+src_prepare() {
+   epatch \
+   "${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
+
+   eapply_user
+
+   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
+}



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

2018-01-21 Thread Hans de Graaff
commit: ae4f80708db42bc5ce0649d49d1171de7f2baf9f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 21 19:18:41 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 21 19:36:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4f8070

net-irc/epic5: add ruby23

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-irc/epic5/epic5-1.1.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/epic5/epic5-1.1.10-r1.ebuild 
b/net-irc/epic5/epic5-1.1.10-r1.ebuild
index b10edb0ea04..97036b79137 100644
--- a/net-irc/epic5/epic5-1.1.10-r1.ebuild
+++ b/net-irc/epic5/epic5-1.1.10-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby22 ruby23"
 RUBY_OPTIONAL=yes
 inherit autotools eutils multilib ruby-ng toolchain-funcs
 



[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



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

2015-12-28 Thread Hans de Graaff
commit: 89bad6a2dc5ea0a82177efd881815e6aa466f1ce
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 28 08:05:24 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 28 08:05:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bad6a2

net-irc/epic5: cleanup for bug 547768

Package-Manager: portage-2.2.24

 net-irc/epic5/epic5-1.1.10.ebuild | 83 ---
 1 file changed, 83 deletions(-)

diff --git a/net-irc/epic5/epic5-1.1.10.ebuild 
b/net-irc/epic5/epic5-1.1.10.ebuild
deleted file mode 100644
index 9ed22d7..000
--- a/net-irc/epic5/epic5-1.1.10.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-USE_RUBY="ruby19"
-RUBY_OPTIONAL=yes
-inherit autotools eutils multilib ruby-ng 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
-   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_implementations_depend) )"
-DEPEND="${RDEPEND}
-   valgrind? ( dev-util/valgrind )"
-REQUIRED_USE="ruby? ( $(ruby_get_use_targets) )"
-
-S=${WORKDIR}/${P}
-
-pkg_setup() {
-   # bug #489608, bug #497080
-   use ruby && ruby-ng_pkg_setup
-}
-
-# Don't use ruby-ng's separated sources support:
-src_unpack() {
-   default
-}
-
-src_prepare() {
-   epatch \
-   "${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
-   eautoconf
-}
-
-src_configure() {
-   econf \
-   --libexecdir="${EPREFIX}"/usr/lib/misc \
-   $(use_with archive libarchive) \
-   $(use_with ipv6) \
-   $(use_with perl) \
-   $(use_with ruby ruby "$(ruby_implementation_command 
${USE_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
-}



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

2015-11-11 Thread Agostino Sarubbo
commit: f7a5a8cb62950f1a59e9a705de08c35786f74ae6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 11 09:11:14 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 11 09:11:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a5a8cb

net-irc/epic5: x86 stable wrt bug #558130

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 net-irc/epic5/epic5-1.1.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/epic5/epic5-1.1.10-r1.ebuild 
b/net-irc/epic5/epic5-1.1.10-r1.ebuild
index 3eda37e..f03d193 100644
--- a/net-irc/epic5/epic5-1.1.10-r1.ebuild
+++ b/net-irc/epic5/epic5-1.1.10-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://epicsol.org/;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="archive ipv6 perl tcl ruby socks5 valgrind"
 
 RDEPEND="



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

2015-11-09 Thread Agostino Sarubbo
commit: 84c8db29452aafa5abaf05e8928bb8e7fe0f82c8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  9 10:29:47 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  9 10:29:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c8db29

net-irc/epic5: amd64 stable wrt bug #558130

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 net-irc/epic5/epic5-1.1.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/epic5/epic5-1.1.10-r1.ebuild 
b/net-irc/epic5/epic5-1.1.10-r1.ebuild
index 6246558..3eda37e 100644
--- a/net-irc/epic5/epic5-1.1.10-r1.ebuild
+++ b/net-irc/epic5/epic5-1.1.10-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://epicsol.org/;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="archive ipv6 perl tcl ruby socks5 valgrind"
 
 RDEPEND="