diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-22 12:15:22 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-22 12:15:22 +0000 |
commit | a39e7000dcf1b431d8bbd134709ab9a6a747b8aa (patch) | |
tree | 0e349e63242ef7616c23c4aa8b4b43f5f8657cd2 /net-irc/epic4 | |
parent | added png and truetype use flags (diff) | |
download | gentoo-2-a39e7000dcf1b431d8bbd134709ab9a6a747b8aa.tar.gz gentoo-2-a39e7000dcf1b431d8bbd134709ab9a6a747b8aa.tar.bz2 gentoo-2-a39e7000dcf1b431d8bbd134709ab9a6a747b8aa.zip |
new version
Diffstat (limited to 'net-irc/epic4')
-rw-r--r-- | net-irc/epic4/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/epic4/epic4-1.1.7.ebuild | 60 | ||||
-rw-r--r-- | net-irc/epic4/files/digest-epic4-1.1.7 | 2 |
3 files changed, 69 insertions, 1 deletions
diff --git a/net-irc/epic4/ChangeLog b/net-irc/epic4/ChangeLog index 3ec063cd4d3f..1e3087d46a4c 100644 --- a/net-irc/epic4/ChangeLog +++ b/net-irc/epic4/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-irc/epic4 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.2 2002/10/21 13:38:37 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.3 2002/10/22 12:15:22 azarah Exp $ + +*epic4-1.1.7 (22 Oct 2002) + + 22 Oct 2002; Martin Schlemmer <azarah@gentoo.org> epic4-1.1.7.ebuild : + + Update version. Add "ipv6", "perl" and "ssl" USE flags. *epic4-1.1.6-r1 (21 Oct 2002) diff --git a/net-irc/epic4/epic4-1.1.7.ebuild b/net-irc/epic4/epic4-1.1.7.ebuild new file mode 100644 index 000000000000..9a38fd64d0f8 --- /dev/null +++ b/net-irc/epic4/epic4-1.1.7.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.1.7.ebuild,v 1.1 2002/10/22 12:15:22 azarah Exp $ + +IUSE="ipv6 perl ssl" + +S="${WORKDIR}/${P}" +DESCRIPTION="Epic4 IRC Client" +SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC4-ALPHA/${P}.tar.bz2 + ftp://epicsol.org/pub/epic/EPIC4-BETA/epic4pre2-help.tar.gz" +HOMEPAGE="http://epicsol.org" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86" + +DEPEND=">=sys-libs/ncurses-5.2 + perl? ( >=sys-devel/perl-5.6.1 ) + ssl? ( >=dev-libs/openssl-0.9.5 )" + +src_compile() { + myconf="" + + use ipv6 \ + && myconf="${myconf} --with-ipv6" \ + || myconf="${myconf} --without-ipv6" + + use perl \ + && myconf="${myconf} --with-perl" \ + || myconf="${myconf} --without-perl" + + use ssl \ + && myconf="${myconf} --with-ssl" \ + || myconf="${myconf} --without-ssl" + + econf \ + --libexecdir=/usr/lib/misc \ + ${myconf} || die + + make || die +} + +src_install () { + einstall \ + sharedir=${D}/usr/share \ + libexecdir=${D}/usr/lib/misc || die + + rm -f ${D}/usr/bin/epic + dosym epic-EPIC4-${PV} /usr/bin/epic + + dodoc BUG_FORM COPYRIGHT README KNOWNBUGS VOTES + docinto doc + cd doc + dodoc *.txt colors EPIC* IRCII_VERSIONS local_vars missing new-load + dodoc nicknames outputhelp server_groups SILLINESS TS4 + + dodir /usr/share/epic + tar zxvf ${DISTDIR}/epic4pre2-help.tar.gz -C ${D}/usr/share/epic +} + diff --git a/net-irc/epic4/files/digest-epic4-1.1.7 b/net-irc/epic4/files/digest-epic4-1.1.7 new file mode 100644 index 000000000000..1948d2405f41 --- /dev/null +++ b/net-irc/epic4/files/digest-epic4-1.1.7 @@ -0,0 +1,2 @@ +MD5 b6ae7865e2281d7614c85bd75468c014 epic4-1.1.7.tar.bz2 546348 +MD5 176f77c1e372fc3ca184eca951cb86f5 epic4pre2-help.tar.gz 216319 |