summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 08:48:27 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 08:48:27 +0000
commitad5587b456d9f9800dc24f5a9f33b66c0b529308 (patch)
treefc8bc5789ad6eb844863230e3bbb92f45c3074bf /net-irc
parentRemove gnuconfig_update usage, leave it to econf. (diff)
downloadgentoo-2-ad5587b456d9f9800dc24f5a9f33b66c0b529308.tar.gz
gentoo-2-ad5587b456d9f9800dc24f5a9f33b66c0b529308.tar.bz2
gentoo-2-ad5587b456d9f9800dc24f5a9f33b66c0b529308.zip
Remove gnuconfig_update usage, leave it to econf.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/irc-client/ChangeLog8
-rw-r--r--net-irc/irc-client/irc-client-2.10.3_p7.ebuild12
2 files changed, 8 insertions, 12 deletions
diff --git a/net-irc/irc-client/ChangeLog b/net-irc/irc-client/ChangeLog
index 32d686aa4427..74d1fe366d25 100644
--- a/net-irc/irc-client/ChangeLog
+++ b/net-irc/irc-client/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/irc-client
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/ChangeLog,v 1.9 2005/04/24 13:11:27 hansmi Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/ChangeLog,v 1.10 2007/01/05 08:48:27 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ irc-client-2.10.3_p7.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
irc-client-2.10.3_p3.ebuild:
diff --git a/net-irc/irc-client/irc-client-2.10.3_p7.ebuild b/net-irc/irc-client/irc-client-2.10.3_p7.ebuild
index fc1aca61255d..f428ae4fad06 100644
--- a/net-irc/irc-client/irc-client-2.10.3_p7.ebuild
+++ b/net-irc/irc-client/irc-client-2.10.3_p7.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/irc-client-2.10.3_p7.ebuild,v 1.1 2004/07/12 22:36:38 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/irc-client-2.10.3_p7.ebuild,v 1.2 2007/01/05 08:48:27 flameeyes Exp $
-inherit gnuconfig
MY_P=irc${PV/_/}
DESCRIPTION="A simplistic RFC compliant IRC client"
@@ -20,13 +19,6 @@ DEPEND="virtual/libc
S=${WORKDIR}/${MY_P}
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- gnuconfig_update
-}
-
src_compile () {
econf \
`use_with ipv6 ip6` \