summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2009-01-25 14:15:51 +0000
committerRaúl Porcel <armin76@gentoo.org>2009-01-25 14:15:51 +0000
commit8ffafa65657d017179580cb7bfeae0c6196be712 (patch)
tree38b70d6352dc82b3d8ea668314a2e1f5d5cec247 /net-irc/epic4
parentVersion bump (diff)
downloadgentoo-2-8ffafa65657d017179580cb7bfeae0c6196be712.tar.gz
gentoo-2-8ffafa65657d017179580cb7bfeae0c6196be712.tar.bz2
gentoo-2-8ffafa65657d017179580cb7bfeae0c6196be712.zip
old
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
Diffstat (limited to 'net-irc/epic4')
-rw-r--r--net-irc/epic4/Manifest2
-rw-r--r--net-irc/epic4/epic4-2.8.ebuild94
2 files changed, 0 insertions, 96 deletions
diff --git a/net-irc/epic4/Manifest b/net-irc/epic4/Manifest
index 569789fc1329..68881b2b6567 100644
--- a/net-irc/epic4/Manifest
+++ b/net-irc/epic4/Manifest
@@ -1,9 +1,7 @@
AUX epic-defaultserver.patch 620 RMD160 4bf5e68879cc31e56dda22fba66f7257b9f7fe85 SHA1 f9e0cde556047847a91227754ebb6049bcf94278 SHA256 54d016eb90d1b1aab13d399398ba69450876941f947f53e9b9341d32e24403ea
DIST epic4-2.10.tar.bz2 629828 RMD160 8f763f284fe1719e2d70b618772379c89ec08214 SHA1 0e81ba130fb8b31be61e4b59939c932af72d0369 SHA256 b9043d9b039d3566a9b1b09426eda19bf6ad650ea47f79f68e89273b0fc6b089
-DIST epic4-2.8.tar.bz2 628431 RMD160 e50d5baf7213afa24c75aa7fe2e5ccbc100b5cfa SHA1 c6084ecdcb048b55e307f947dc4145f2ed6c426f SHA256 007f1cdb4ebd216104e7ac98237caac761b4f83170626e6f3acb034d574c2853
DIST epic4-help-20050315.tar.gz 332502 RMD160 b4237357e905468ab4fd7710283d6bffee067c5e SHA1 0651d4960b017987a726b4f5fc8ed5e5b130d4a2 SHA256 714afd07348731e6ac82e1f6548acc12e84539b3106ab27fa5d00ed5696256f7
DIST epic4-local.bz2 6530 RMD160 ed7e0d3f8c9d24794b4a9718ae31982934e4056f SHA1 12e091611f5cc6c50e54516a4f4212ad1901bde4 SHA256 4509ac8e491ac0b75dc5ddcef845b02b3610804dd98de9b5b98d58630be322cd
EBUILD epic4-2.10.ebuild 2891 RMD160 b1b92cb18e4fdc0b4008b7b1a3f927eae5cce5bc SHA1 62ee04972ae948f18b4e9bc5bffc8fc9c3fe434c SHA256 7b8bd46514404cf55014b6f2c9ce51de7605eb056b30430ae7ffc45fefacae1a
-EBUILD epic4-2.8.ebuild 2861 RMD160 c341129f27082366bfc342e00fbfac0ec6ae935b SHA1 7ac739579e983129d8d2aa264ef815329802d7db SHA256 8cf899ef288b2135c447261449e081dbf3f8b17eed9aef7f6280a5ea8e975337
MISC ChangeLog 12669 RMD160 cebdfc6e5478f165483f3044441fca9dbcb89c1d SHA1 ecda753ca10861fd7f3996bbe2cddf5e67fe16ad SHA256 ee8ef8dfbfd028492bca6cc0a82c6881d8c16b9d7707585e5cc6488c02a6fb91
MISC metadata.xml 160 RMD160 279429d1df694561fc2b163cb81c09387b9d940c SHA1 97da1b72eecc5585c65717da08eaccc9bc1cf7cd SHA256 5e058419199e306612929b80a996e3d16c6b20de674a56bb60558d3d36524fe2
diff --git a/net-irc/epic4/epic4-2.8.ebuild b/net-irc/epic4/epic4-2.8.ebuild
deleted file mode 100644
index 62a2c4c7fb13..000000000000
--- a/net-irc/epic4/epic4-2.8.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.8.ebuild,v 1.5 2007/11/04 14:17:55 angelos 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
-}