diff options
author | Dawid Węgliński <cla@gentoo.org> | 2009-03-07 21:14:47 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2009-03-07 21:14:47 +0000 |
commit | 3d9fb7c74a0da5a70fbd8b7fcb90aea135302b91 (patch) | |
tree | 8fff6768acc299fa5ede00bca56e5ff461f7f774 /net-irc/epic4 | |
parent | Migrate to EAPI 2 (diff) | |
download | gentoo-2-3d9fb7c74a0da5a70fbd8b7fcb90aea135302b91.tar.gz gentoo-2-3d9fb7c74a0da5a70fbd8b7fcb90aea135302b91.tar.bz2 gentoo-2-3d9fb7c74a0da5a70fbd8b7fcb90aea135302b91.zip |
ChangeLog entry + fix
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/epic4')
-rw-r--r-- | net-irc/epic4/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/epic4/epic4-2.10.ebuild | 12 |
2 files changed, 7 insertions, 12 deletions
diff --git a/net-irc/epic4/ChangeLog b/net-irc/epic4/ChangeLog index fc8e3f409e57..c0c03c546ea7 100644 --- a/net-irc/epic4/ChangeLog +++ b/net-irc/epic4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/epic4 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.86 2008/06/17 01:03:57 jer Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.87 2009/03/07 21:14:47 cla Exp $ + + 07 Mar 2009; Dawid Węgliński <cla@gentoo.org> epic4-2.10.ebuild: + Migrate to EAPI 2 17 Jun 2008; Jeroen Roovers <jer@gentoo.org> epic4-2.10.ebuild: Stable for HPPA (bug #225023). diff --git a/net-irc/epic4/epic4-2.10.ebuild b/net-irc/epic4/epic4-2.10.ebuild index fe6a48bd07c7..071580d00fd8 100644 --- a/net-irc/epic4/epic4-2.10.ebuild +++ b/net-irc/epic4/epic4-2.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.ebuild,v 1.6 2009/03/07 21:13:22 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.ebuild,v 1.7 2009/03/07 21:14:47 cla Exp $ EAPI="2" @@ -24,14 +24,6 @@ DEPEND=">=sys-libs/ncurses-5.2 ssl? ( >=dev-libs/openssl-0.9.5 )" RDEPEND="${DEPEND}" -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}" |