summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-11-07 19:08:34 +0000
committerSven Wegener <swegener@gentoo.org>2007-11-07 19:08:34 +0000
commit6cb64942884bb682370876d01f02be6e58d0cad4 (patch)
tree8783c65a90ece345364a5a05a3fd91e9ea88b3ea /net-irc
parentStable on amd64 wrt bug #197977 (diff)
downloadgentoo-2-6cb64942884bb682370876d01f02be6e58d0cad4.tar.gz
gentoo-2-6cb64942884bb682370876d01f02be6e58d0cad4.tar.bz2
gentoo-2-6cb64942884bb682370876d01f02be6e58d0cad4.zip
Cleanup.
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/irssi/ChangeLog7
-rw-r--r--net-irc/irssi/files/digest-irssi-0.8.10-r43
-rw-r--r--net-irc/irssi/files/digest-irssi-0.8.12_rc13
-rw-r--r--net-irc/irssi/files/irssi-0.8.10-dcc-segv.patch14
-rw-r--r--net-irc/irssi/files/irssi-0.8.10-line-split.patch23
-rw-r--r--net-irc/irssi/irssi-0.8.10-r4.ebuild59
-rw-r--r--net-irc/irssi/irssi-0.8.12_rc1.ebuild59
7 files changed, 6 insertions, 162 deletions
diff --git a/net-irc/irssi/ChangeLog b/net-irc/irssi/ChangeLog
index 0b7f9c4a1f17..4e03bf849970 100644
--- a/net-irc/irssi/ChangeLog
+++ b/net-irc/irssi/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/irssi
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.125 2007/11/07 18:37:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.126 2007/11/07 19:08:33 swegener Exp $
+
+ 07 Nov 2007; Sven Wegener <swegener@gentoo.org>
+ -files/irssi-0.8.10-dcc-segv.patch, -files/irssi-0.8.10-line-split.patch,
+ -irssi-0.8.10-r4.ebuild, -irssi-0.8.12_rc1.ebuild:
+ Cleanup.
07 Nov 2007; Raúl Porcel <armin76@gentoo.org> irssi-0.8.12.ebuild:
alpha/ia64/sparc/x86 stable
diff --git a/net-irc/irssi/files/digest-irssi-0.8.10-r4 b/net-irc/irssi/files/digest-irssi-0.8.10-r4
deleted file mode 100644
index ac460babc5dd..000000000000
--- a/net-irc/irssi/files/digest-irssi-0.8.10-r4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 4b83d4047670eb75bd14ae1bdd68dc38 irssi-0.8.10.tar.bz2 933152
-RMD160 d2deaca1bf81184b6120bf5804de73b3ef0ac37b irssi-0.8.10.tar.bz2 933152
-SHA256 47344b444d78ad5965eb40cc4c8df8450fdc54135e2b058710ee8c500b958d6c irssi-0.8.10.tar.bz2 933152
diff --git a/net-irc/irssi/files/digest-irssi-0.8.12_rc1 b/net-irc/irssi/files/digest-irssi-0.8.12_rc1
deleted file mode 100644
index bc88360924e5..000000000000
--- a/net-irc/irssi/files/digest-irssi-0.8.12_rc1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8c1867c6b98a3dd2b4ea52d2308e3a37 irssi-0.8.12-rc1.tar.bz2 935528
-RMD160 75d05dcf64aa502a32b43646bc261cfda9cc8320 irssi-0.8.12-rc1.tar.bz2 935528
-SHA256 36bf282c11d7dc4c4ceffa3bc7755d13bd88ffb3f70b95e49638c39396588922 irssi-0.8.12-rc1.tar.bz2 935528
diff --git a/net-irc/irssi/files/irssi-0.8.10-dcc-segv.patch b/net-irc/irssi/files/irssi-0.8.10-dcc-segv.patch
deleted file mode 100644
index 60c8b2b12d48..000000000000
--- a/net-irc/irssi/files/irssi-0.8.10-dcc-segv.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: src/irc/dcc/dcc.c
-===================================================================
---- src/irc/dcc/dcc.c (revision 3266)
-+++ src/irc/dcc/dcc.c (revision 4202)
-@@ -58,8 +58,8 @@
-
- pos = gslist_find_string(dcc_types, type);
- if (pos != NULL) {
-+ g_free(pos->data);
- dcc_types = g_slist_remove(dcc_types, pos->data);
-- g_free(pos->data);
- }
- }
-
diff --git a/net-irc/irssi/files/irssi-0.8.10-line-split.patch b/net-irc/irssi/files/irssi-0.8.10-line-split.patch
deleted file mode 100644
index fd2633034093..000000000000
--- a/net-irc/irssi/files/irssi-0.8.10-line-split.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: src/core/line-split.c
-===================================================================
---- src/core/line-split.c (revision 1501)
-+++ src/core/line-split.c (revision 4381)
-@@ -90,6 +90,7 @@
- int line_split(const char *data, int len, char **output, LINEBUF_REC **buffer)
- {
- LINEBUF_REC *rec;
-+ int ret;
-
- g_return_val_if_fail(data != NULL, -1);
- g_return_val_if_fail(output != NULL, -1);
-@@ -122,8 +123,9 @@
- }
- }
-
-+ ret = remove_newline(rec);
- *output = rec->str;
-- return remove_newline(rec);
-+ return ret;
- }
-
- void line_split_free(LINEBUF_REC *buffer)
diff --git a/net-irc/irssi/irssi-0.8.10-r4.ebuild b/net-irc/irssi/irssi-0.8.10-r4.ebuild
deleted file mode 100644
index 8cb227ead7ca..000000000000
--- a/net-irc/irssi/irssi-0.8.10-r4.ebuild
+++ /dev/null
@@ -1,59 +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/irssi/irssi-0.8.10-r4.ebuild,v 1.15 2007/09/22 19:13:41 swegener Exp $
-
-inherit perl-module eutils
-
-DESCRIPTION="A modular textUI IRC client with IPv6 support"
-HOMEPAGE="http://irssi.org/"
-SRC_URI="http://irssi.org/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="ipv6 perl ssl socks5"
-
-RDEPEND="sys-libs/ncurses
- >=dev-libs/glib-2.2.1
- ssl? ( dev-libs/openssl )
- perl? ( dev-lang/perl )
- socks5? ( >=net-proxy/dante-1.1.18 )"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9.0"
-RDEPEND="${RDEPEND}
- perl? ( !net-im/silc-client )
- !net-irc/irssi-svn"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-dcc-segv.patch
- epatch "${FILESDIR}"/${P}-line-split.patch
-
- epunt_cxx
-}
-
-src_compile() {
- econf \
- --with-proxy \
- --with-ncurses \
- --with-perl-lib=vendor \
- $(use_with perl) \
- $(use_with socks5 socks) \
- $(use_enable ssl) \
- $(use_enable ipv6) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make \
- DESTDIR="${D}" \
- docdir=/usr/share/doc/${PF} \
- install || die "make install failed"
-
- use perl && fixlocalpod
-
- dodoc AUTHORS ChangeLog README TODO NEWS || die "dodoc failed"
-}
diff --git a/net-irc/irssi/irssi-0.8.12_rc1.ebuild b/net-irc/irssi/irssi-0.8.12_rc1.ebuild
deleted file mode 100644
index ccfa787f8750..000000000000
--- a/net-irc/irssi/irssi-0.8.12_rc1.ebuild
+++ /dev/null
@@ -1,59 +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/irssi/irssi-0.8.12_rc1.ebuild,v 1.2 2007/09/22 19:13:41 swegener Exp $
-
-inherit perl-module eutils
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="A modular textUI IRC client with IPv6 support"
-HOMEPAGE="http://irssi.org/"
-SRC_URI="http://irssi.org/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="ipv6 perl ssl socks5"
-
-RDEPEND="sys-libs/ncurses
- >=dev-libs/glib-2.2.1
- ssl? ( dev-libs/openssl )
- perl? ( dev-lang/perl )
- socks5? ( >=net-proxy/dante-1.1.18 )"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9.0"
-RDEPEND="${RDEPEND}
- perl? ( !net-im/silc-client )
- !net-irc/irssi-svn"
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
- unpack ${A}
-
- epunt_cxx
-}
-
-src_compile() {
- econf \
- --with-proxy \
- --with-ncurses \
- --with-perl-lib=vendor \
- $(use_with perl) \
- $(use_with socks5 socks) \
- $(use_enable ssl) \
- $(use_enable ipv6) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make \
- DESTDIR="${D}" \
- docdir=/usr/share/doc/${PF} \
- install || die "make install failed"
-
- use perl && fixlocalpod
-
- dodoc AUTHORS ChangeLog README TODO NEWS || die "dodoc failed"
-}