diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-24 14:11:03 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-24 14:11:03 +0000 |
commit | 737f9ba5a9e1064604be716502b6e0aaa5a32465 (patch) | |
tree | ee56cac47d88711dd318775810d0013ed7b97834 /net-irc/irc-client | |
parent | Make a patchset tarball (diff) | |
download | gentoo-2-737f9ba5a9e1064604be716502b6e0aaa5a32465.tar.gz gentoo-2-737f9ba5a9e1064604be716502b6e0aaa5a32465.tar.bz2 gentoo-2-737f9ba5a9e1064604be716502b6e0aaa5a32465.zip |
x86 stable and remove old
(Portage version: 2.1.2-r11)
Diffstat (limited to 'net-irc/irc-client')
-rw-r--r-- | net-irc/irc-client/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/irc-client/files/digest-irc-client-2.10.3_p3 | 3 | ||||
-rw-r--r-- | net-irc/irc-client/irc-client-2.10.3_p3.ebuild | 47 | ||||
-rw-r--r-- | net-irc/irc-client/irc-client-2.10.3_p7.ebuild | 4 |
4 files changed, 7 insertions, 53 deletions
diff --git a/net-irc/irc-client/ChangeLog b/net-irc/irc-client/ChangeLog index 762b3371de78..94730b28d7df 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/ChangeLog,v 1.12 2007/02/24 13:30:51 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/ChangeLog,v 1.13 2007/02/24 14:11:03 armin76 Exp $ + + 24 Feb 2007; Raúl Porcel <armin76@gentoo.org> + -irc-client-2.10.3_p3.ebuild, irc-client-2.10.3_p7.ebuild: + x86 stable and remove old 24 Feb 2007; nixnut <nixnut@gentoo.org> irc-client-2.10.3_p7.ebuild: Stable on ppc wrt bug 167886 diff --git a/net-irc/irc-client/files/digest-irc-client-2.10.3_p3 b/net-irc/irc-client/files/digest-irc-client-2.10.3_p3 deleted file mode 100644 index 61ba6ba7ec44..000000000000 --- a/net-irc/irc-client/files/digest-irc-client-2.10.3_p3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bec7916f39043609c528afac507a2e00 irc2.10.3p3.tgz 671722 -RMD160 9edf881443037fe500c2c6b32af7edf3c65168cd irc2.10.3p3.tgz 671722 -SHA256 563e1e5aa380765840e3c188f89a401ff2eeacb02ec8b6f0378a306b8d16d46c irc2.10.3p3.tgz 671722 diff --git a/net-irc/irc-client/irc-client-2.10.3_p3.ebuild b/net-irc/irc-client/irc-client-2.10.3_p3.ebuild deleted file mode 100644 index 3d60d15511ea..000000000000 --- a/net-irc/irc-client/irc-client-2.10.3_p3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2005 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_p3.ebuild,v 1.9 2005/04/24 13:11:27 hansmi Exp $ - -MY_P=irc${PV/_/} - -DESCRIPTION="A simplistic RFC compliant IRC client" -HOMEPAGE="http://www.irc.org" -SRC_URI="ftp://ftp.irc.org/irc/server/${MY_P}.tgz" -LICENSE="GPL-1" -SLOT="0" - -KEYWORDS="x86 ppc" -IUSE="ipv6" - -DEPEND="virtual/libc - sys-libs/ncurses - sys-libs/zlib" - -S=${WORKDIR}/${MY_P} - -src_compile () { - use ipv6 && myconf="--with-ip6" || myconf="--without-ip6" - - ./configure \ - --prefix=/usr \ - --host=${CHOST} \ - --mandir=/usr/share/man \ - --sysconfdir=/etc/ircd \ - --localstatedir=/var/run/ircd \ - $myconf || die "Configure failed" - - # irc doesnt recognize the proper CHOST properly in some cases. - # Cheap hack to get it working properly. - zul - cd `support/config.guess` - emake client || die "client build failed" -} - -src_install() { - # See note above. - cd `support/config.guess` - make \ - prefix=${D}/usr \ - client_man_dir=${D}/usr/share/man/man1 \ - install-client || die "client installed failed" - dodoc ../doc/Etiquette ../doc/alt-irc-faq ../doc/rfc* -} 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 2f4cd77e203c..74143db6516d 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,6 +1,6 @@ # 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.3 2007/02/24 13:30:51 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/irc-client-2.10.3_p7.ebuild,v 1.4 2007/02/24 14:11:03 armin76 Exp $ MY_P=irc${PV/_/} @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.irc.org/irc/server/${MY_P}.tgz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="ppc ~x86" +KEYWORDS="ppc x86" IUSE="ipv6" DEPEND="virtual/libc |