From 1f3cf3bec7287487b5e723be893acaf05957aea0 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Mon, 19 Feb 2007 19:07:52 +0000 Subject: Version bump and drop oldish (Portage version: 2.1.2-r9) --- net-irc/epic5/ChangeLog | 8 ++++- net-irc/epic5/epic5-0.0.5.ebuild | 57 ---------------------------------- net-irc/epic5/epic5-0.3.2.ebuild | 57 ++++++++++++++++++++++++++++++++++ net-irc/epic5/files/digest-epic5-0.0.5 | 3 -- net-irc/epic5/files/digest-epic5-0.3.2 | 3 ++ 5 files changed, 67 insertions(+), 61 deletions(-) delete mode 100644 net-irc/epic5/epic5-0.0.5.ebuild create mode 100644 net-irc/epic5/epic5-0.3.2.ebuild delete mode 100644 net-irc/epic5/files/digest-epic5-0.0.5 create mode 100644 net-irc/epic5/files/digest-epic5-0.3.2 (limited to 'net-irc/epic5') diff --git a/net-irc/epic5/ChangeLog b/net-irc/epic5/ChangeLog index a186f1602a84..44f5179fb724 100644 --- a/net-irc/epic5/ChangeLog +++ b/net-irc/epic5/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-irc/epic5 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/ChangeLog,v 1.9 2007/02/10 23:23:26 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/ChangeLog,v 1.10 2007/02/19 19:07:52 armin76 Exp $ + +*epic5-0.3.2 (19 Feb 2007) + + 19 Feb 2007; Raúl Porcel -epic5-0.0.5.ebuild, + +epic5-0.3.2.ebuild: + Version bump and drop oldish 10 Feb 2007; Christian Faulhammer epic5-0.0.5.ebuild: moved from USE flag tcltk to tcl, see bug 17808 diff --git a/net-irc/epic5/epic5-0.0.5.ebuild b/net-irc/epic5/epic5-0.0.5.ebuild deleted file mode 100644 index c3ae494ccccd..000000000000 --- a/net-irc/epic5/epic5-0.0.5.ebuild +++ /dev/null @@ -1,57 +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/epic5/epic5-0.0.5.ebuild,v 1.3 2007/02/10 23:23:26 opfer Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Epic5 IRC Client" -SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-ALPHA/${P}.tar.bz2" -HOMEPAGE="http://epicsol.org/" -SLOT="0" -LICENSE="as-is" -KEYWORDS="~ppc ~x86" -IUSE="ipv6 perl ssl tcl socks5" - -DEPEND=">=sys-libs/ncurses-5.2 - perl? ( >=dev-lang/perl-5.6.1 ) - ssl? ( >=dev-libs/openssl-0.9.5 ) - tcl? ( dev-lang/tcl ) - socks5? ( net-proxy/dante )" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/epic-defaultserver.patch - - sed -i \ - -e 's:/include/tcl$ver:/include:' \ - -e 's:-lsocks5:-lsocks:' \ - configure -} - -src_compile() { - econf \ - --libexecdir=/usr/lib/misc \ - $(use_with ipv6) \ - $(use_with perl) \ - $(use_with ssl) \ - $(use_with tcl tcl) \ - $(use_with socks5) \ - || die "econf failed" - emake CC="$(tc-getCC)" || die "emake 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 -} diff --git a/net-irc/epic5/epic5-0.3.2.ebuild b/net-irc/epic5/epic5-0.3.2.ebuild new file mode 100644 index 000000000000..41d6cbbf81fe --- /dev/null +++ b/net-irc/epic5/epic5-0.3.2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/epic5-0.3.2.ebuild,v 1.1 2007/02/19 19:07:52 armin76 Exp $ + +inherit eutils toolchain-funcs + +DESCRIPTION="Epic5 IRC Client" +SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-ALPHA/${P}.tar.bz2" +HOMEPAGE="http://epicsol.org/" +SLOT="0" +LICENSE="as-is" +KEYWORDS="~ppc ~x86" +IUSE="ipv6 perl ssl tcl socks5" + +DEPEND=">=sys-libs/ncurses-5.2 + perl? ( >=dev-lang/perl-5.6.1 ) + ssl? ( >=dev-libs/openssl-0.9.5 ) + tcl? ( dev-lang/tcl ) + socks5? ( net-proxy/dante )" + +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}"/epic-defaultserver.patch + + sed -i \ + -e 's:/include/tcl$ver:/include:' \ + -e 's:-lsocks5:-lsocks:' \ + configure +} + +src_compile() { + econf \ + --libexecdir=/usr/lib/misc \ + $(use_with ipv6) \ + $(use_with perl) \ + $(use_with ssl) \ + $(use_with tcl tcl) \ + $(use_with socks5) \ + || die "econf failed" + emake CC="$(tc-getCC)" || die "emake 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 +} diff --git a/net-irc/epic5/files/digest-epic5-0.0.5 b/net-irc/epic5/files/digest-epic5-0.0.5 deleted file mode 100644 index 4597504d47df..000000000000 --- a/net-irc/epic5/files/digest-epic5-0.0.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7e44ac1884d2050681adf5a9057370e5 epic5-0.0.5.tar.bz2 674418 -RMD160 20672928e2fabf931270515efed2a7bf3f29ac77 epic5-0.0.5.tar.bz2 674418 -SHA256 b244ec54982c8ae776f085335e1c6e779b0fc92f2773abfa3fa1b8635c63a2a2 epic5-0.0.5.tar.bz2 674418 diff --git a/net-irc/epic5/files/digest-epic5-0.3.2 b/net-irc/epic5/files/digest-epic5-0.3.2 new file mode 100644 index 000000000000..3b012622910f --- /dev/null +++ b/net-irc/epic5/files/digest-epic5-0.3.2 @@ -0,0 +1,3 @@ +MD5 69bfc88d2f43700de39736f3f9f7566d epic5-0.3.2.tar.bz2 704681 +RMD160 5575e76de8b2fffa7189bae2897eadcd018dfac2 epic5-0.3.2.tar.bz2 704681 +SHA256 e806a2cd59b38c03bdc21127f973dc0a869fae3203316d5dd1d330c98fae20b4 epic5-0.3.2.tar.bz2 704681 -- cgit v1.2.3-65-gdbad