summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-05-14 16:50:56 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-05-14 16:50:56 +0000
commit163d144e27fc2b777613cafd5ec09cfe6cebf895 (patch)
treee6fad94e8c799b0901307bd20b7727886197b76f /net-irc/epic4
parentadd <herd>no-herd</herd> (diff)
downloadgentoo-2-163d144e27fc2b777613cafd5ec09cfe6cebf895.tar.gz
gentoo-2-163d144e27fc2b777613cafd5ec09cfe6cebf895.tar.bz2
gentoo-2-163d144e27fc2b777613cafd5ec09cfe6cebf895.zip
old
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-irc/epic4')
-rw-r--r--net-irc/epic4/ChangeLog6
-rw-r--r--net-irc/epic4/epic4-2.4.ebuild94
-rw-r--r--net-irc/epic4/files/2.0-toggle-stop-screen.patch50
-rw-r--r--net-irc/epic4/files/digest-epic4-2.49
4 files changed, 5 insertions, 154 deletions
diff --git a/net-irc/epic4/ChangeLog b/net-irc/epic4/ChangeLog
index 847350673452..96547e28302e 100644
--- a/net-irc/epic4/ChangeLog
+++ b/net-irc/epic4/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/epic4
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.74 2007/05/14 16:38:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.75 2007/05/14 16:50:56 armin76 Exp $
+
+ 14 May 2007; Raúl Porcel <armin76@gentoo.org>
+ -files/2.0-toggle-stop-screen.patch, -epic4-2.4.ebuild:
+ old
14 May 2007; Raúl Porcel <armin76@gentoo.org> epic4-2.6.ebuild:
alpha stable wrt #170747
diff --git a/net-irc/epic4/epic4-2.4.ebuild b/net-irc/epic4/epic4-2.4.ebuild
deleted file mode 100644
index e77296a08483..000000000000
--- a/net-irc/epic4/epic4-2.4.ebuild
+++ /dev/null
@@ -1,94 +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/epic4/epic4-2.4.ebuild,v 1.11 2007/05/06 12:29:17 genone Exp $
-
-inherit flag-o-matic eutils
-
-HELP_V="20050315"
-
-DESCRIPTION="Epic4 IRC Client"
-HOMEPAGE="http://epicsol.org/"
-SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/${P}.tar.bz2
- ftp://prbh.org/pub/epic/EPIC4-PRODUCTION/epic4-help-${HELP_V}.tar.gz
- mirror://gentoo/epic4-local.bz2"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
-IUSE="ipv6 perl ssl"
-
-DEPEND=">=sys-libs/ncurses-5.2
- perl? ( >=dev-lang/perl-5.6.1 )
- ssl? ( >=dev-libs/openssl-0.9.5 )"
-
-pkg_setup() {
- if use perl && built_with_use dev-lang/perl ithreads
- then
- error "You need perl compiled with USE=\"-ithreads\" to be able to compile epic4."
- die "perl with USE=\"-ithreads\" needed"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${FILESDIR}/epic-defaultserver.patch
-
- rm -f ${WORKDIR}/help/Makefile
- find ${WORKDIR}/help -type d -name CVS -print0 | xargs -0 rm -r
-}
-
-src_compile() {
- replace-flags "-O?" "-O"
-
- econf \
- --libexecdir=/usr/lib/misc \
- $(use_with ipv6) \
- $(use_with perl) \
- $(use_with ssl) \
- || die "econf failed"
- emake || die "make failed"
-}
-
-src_install () {
- einstall \
- sharedir=${D}/usr/share \
- libexecdir=${D}/usr/lib/misc || die "einstall failed"
-
- dodoc BUG_FORM COPYRIGHT README KNOWNBUGS VOTES
-
- cd ${S}/doc
- docinto doc
- dodoc \
- *.txt colors EPIC* IRCII_VERSIONS local_vars missing new-load \
- nicknames outputhelp SILLINESS TS4
-
- insinto /usr/share/epic/help
- doins -r ${WORKDIR}/help/* || die "doins failed"
-}
-
-pkg_postinst() {
- if [ ! -f ${ROOT}/usr/share/epic/script/local ]
- then
- elog "/usr/share/epic/script/local does not exist, I will now"
- elog "create it. If you do not like the look/feel of this file, or"
- elog "if you'd prefer to use your own script, simply remove this"
- elog "file. If you want to prevent this file from being installed"
- elog "in the future, simply create an empty file with this name."
- cp ${WORKDIR}/epic4-local ${ROOT}/usr/share/epic/script/local
- elog
- elog "This provided local startup script adds a number of nifty"
- elog "features to Epic including tab completion, a comprehensive set"
- elog "of aliases, and channel-by-channel logging. To prevent"
- elog "unintentional conflicts with your own scripting, if either the"
- elog "~/.ircrc or ~/.epicrc script files exist, then the local script"
- elog "is *not* run. If you like the script but want to make careful"
- elog "additions (such as selecting your usual servers or setting your"
- elog "nickname), simply copy /usr/share/epic/script/local to ~/.ircrc"
- elog "and then add your additions to the copy."
- fi
-
- # Fix for bug 59075
- chmod 755 ${ROOT}/usr/share/epic/help
-}
diff --git a/net-irc/epic4/files/2.0-toggle-stop-screen.patch b/net-irc/epic4/files/2.0-toggle-stop-screen.patch
deleted file mode 100644
index d4abac5bb36e..000000000000
--- a/net-irc/epic4/files/2.0-toggle-stop-screen.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-Commiter : jnelson
-CVSROOT : /home/cvs/repository
-Module : epic4
-Commit time: 2004-05-28 15:32:43 UTC
-
-Modified files:
- source/irc.c source/window.c
-
-Log message:
-
-Bug fix as a personal favor.
-
----------------------- diff included ----------------------
-Index: epic4/source/irc.c
-diff -u epic4/source/irc.c:1.707 epic4/source/irc.c:1.708
---- epic4/source/irc.c:1.707 Wed Mar 24 22:26:59 2004
-+++ epic4/source/irc.c Fri May 28 10:32:33 2004
-@@ -52,7 +52,7 @@
- /*
- * In theory, this number is incremented for every commit.
- */
--const unsigned long commit_id = 710;
-+const unsigned long commit_id = 711;
-
- /*
- * As a way to poke fun at the current rage of naming releases after
-Index: epic4/source/window.c
-diff -u epic4/source/window.c:1.94 epic4/source/window.c:1.95
---- epic4/source/window.c:1.94 Mon Feb 16 15:46:27 2004
-+++ epic4/source/window.c Fri May 28 10:32:33 2004
-@@ -1,4 +1,4 @@
--/* $EPIC: window.c,v 1.94 2004/02/16 21:46:27 jnelson Exp $ */
-+/* $EPIC: window.c,v 1.95 2004/05/28 15:32:33 jnelson Exp $ */
- /*
- * window.c: Handles the organzation of the logical viewports (``windows'')
- * for irc. This includes keeping track of what windows are open, where they
-@@ -5278,10 +5278,10 @@
- /* toggle_stop_screen: the BIND function TOGGLE_STOP_SCREEN */
- void toggle_stop_screen (char unused, char *not_used)
- {
-- char toggle[7];
-+ char toggle[7], *p = toggle;
-
- strlcpy(toggle, "TOGGLE", sizeof toggle);
-- window_hold_mode(current_window, (char **)&toggle);
-+ window_hold_mode(current_window, (char **)&p);
- update_all_windows();
- }
-
------------------------ End of diff -----------------------
diff --git a/net-irc/epic4/files/digest-epic4-2.4 b/net-irc/epic4/files/digest-epic4-2.4
deleted file mode 100644
index a841a92c9b95..000000000000
--- a/net-irc/epic4/files/digest-epic4-2.4
+++ /dev/null
@@ -1,9 +0,0 @@
-MD5 19338b1246287b3ea2050d63d50a838b epic4-2.4.tar.bz2 624067
-RMD160 94b7dd1991349848edc0e5165d4d76b396bb859c epic4-2.4.tar.bz2 624067
-SHA256 b2a7e2465950081feb1f8f438a662a1c41c2d53f9888f07c7a316733871f4125 epic4-2.4.tar.bz2 624067
-MD5 9888d1af465ca72bf9a02487264071a5 epic4-help-20050315.tar.gz 332502
-RMD160 b4237357e905468ab4fd7710283d6bffee067c5e epic4-help-20050315.tar.gz 332502
-SHA256 714afd07348731e6ac82e1f6548acc12e84539b3106ab27fa5d00ed5696256f7 epic4-help-20050315.tar.gz 332502
-MD5 9e55061deeb335b75b3a9a293d2c190c epic4-local.bz2 6530
-RMD160 ed7e0d3f8c9d24794b4a9718ae31982934e4056f epic4-local.bz2 6530
-SHA256 4509ac8e491ac0b75dc5ddcef845b02b3610804dd98de9b5b98d58630be322cd epic4-local.bz2 6530