diff options
author | Jungmin Seo <seo@gentoo.org> | 2003-03-23 22:09:50 +0000 |
---|---|---|
committer | Jungmin Seo <seo@gentoo.org> | 2003-03-23 22:09:50 +0000 |
commit | f726fae8a5464e79edbd0867c340bd153c2f34c5 (patch) | |
tree | ace0e9a71f6f0b40af625a8b7ffcfbb209f9123f /net-irc/bitchx | |
parent | Version bump to 1-beta9. (diff) | |
download | gentoo-2-f726fae8a5464e79edbd0867c340bd153c2f34c5.tar.gz gentoo-2-f726fae8a5464e79edbd0867c340bd153c2f34c5.tar.bz2 gentoo-2-f726fae8a5464e79edbd0867c340bd153c2f34c5.zip |
removed the cjk 'SRC_URI'
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r-- | net-irc/bitchx/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r4.ebuild | 5 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r5.ebuild | 5 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog index 34c1929fb8ee..6a1434308f9d 100644 --- a/net-irc/bitchx/ChangeLog +++ b/net-irc/bitchx/ChangeLog @@ -1,14 +1,20 @@ # ChangeLog for net-irc/bitchx # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.20 2003/03/15 18:25:37 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.21 2003/03/23 22:09:50 seo Exp $ *bitchx-1.0.19-r5 (15 Mar 2003) + 23 Mar 2003; Jungmin Seo <seo@gentoo.org> : + removed the cjk patch SRC_URI + 15 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> : Security update. *bitchx-1.0.19-r4 (20 Feb 2003) + 23 Mar 2003; Jungmin Seo <seo@gentoo.org> : + removed the cjk patch SRC_URI + 13 Mar 2003; Guy Martin <gmsoft@gentoo.org> bitchx-1.0.19-r4.ebuild : Added -fPIC to CFLAGS and added hppa to KEYWORDS. diff --git a/net-irc/bitchx/bitchx-1.0.19-r4.ebuild b/net-irc/bitchx/bitchx-1.0.19-r4.ebuild index ea6bf8b71699..8fc92eca8bbd 100644 --- a/net-irc/bitchx/bitchx-1.0.19-r4.ebuild +++ b/net-irc/bitchx/bitchx-1.0.19-r4.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r4.ebuild,v 1.3 2003/03/13 22:46:13 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r4.ebuild,v 1.4 2003/03/23 22:09:50 seo Exp $ IUSE="ssl esd gnome xmms ncurses ipv6 gtk cjk" MY_P=ircii-pana-${PV/.0./.0c} S=${WORKDIR}/BitchX DESCRIPTION="An IRC Client" -SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz - cjk? (http://www.gentoo.org/~seo/distfiles/bitchx-1.0.19-cjk.patch)" +SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz" HOMEPAGE="http://www.bitchx.com/" SLOT="0" diff --git a/net-irc/bitchx/bitchx-1.0.19-r5.ebuild b/net-irc/bitchx/bitchx-1.0.19-r5.ebuild index 30bf3cda51d0..b6043694a2db 100644 --- a/net-irc/bitchx/bitchx-1.0.19-r5.ebuild +++ b/net-irc/bitchx/bitchx-1.0.19-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r5.ebuild,v 1.1 2003/03/15 18:25:37 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r5.ebuild,v 1.2 2003/03/23 22:09:50 seo Exp $ inherit flag-o-matic eutils @@ -9,8 +9,7 @@ IUSE="ssl esd gnome xmms ncurses ipv6 gtk cjk" MY_P=ircii-pana-${PV/.0./.0c} S=${WORKDIR}/BitchX DESCRIPTION="An IRC Client" -SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz - cjk? ( http://www.gentoo.org/~seo/distfiles/${P}-cjk.patch )" +SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz" HOMEPAGE="http://www.bitchx.com/" SLOT="0" |