summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-04-22 14:51:10 +0000
committerSven Wegener <swegener@gentoo.org>2005-04-22 14:51:10 +0000
commitdba0a519c782cb86e7f741d9bf7e1a98f855cbdc (patch)
tree0aa4978f87d49f3f139e4032af1d15d4db5f7666 /net-irc
parentstable amd64 (diff)
downloadgentoo-2-dba0a519c782cb86e7f741d9bf7e1a98f855cbdc.tar.gz
gentoo-2-dba0a519c782cb86e7f741d9bf7e1a98f855cbdc.tar.bz2
gentoo-2-dba0a519c782cb86e7f741d9bf7e1a98f855cbdc.zip
Removed old ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/weechat/ChangeLog5
-rw-r--r--net-irc/weechat/files/digest-weechat-0.0.91
-rw-r--r--net-irc/weechat/weechat-0.0.9.ebuild34
-rw-r--r--net-irc/xchatosd/ChangeLog7
-rw-r--r--net-irc/xchatosd/files/5.12-return-values.patch39
-rw-r--r--net-irc/xchatosd/files/digest-xchatosd-5.121
-rw-r--r--net-irc/xchatosd/xchatosd-5.12.ebuild41
-rw-r--r--net-irc/xchatosd/xchatosd-5.18.ebuild5
8 files changed, 12 insertions, 121 deletions
diff --git a/net-irc/weechat/ChangeLog b/net-irc/weechat/ChangeLog
index 2cf1e52ab8ef..efb18c955e2b 100644
--- a/net-irc/weechat/ChangeLog
+++ b/net-irc/weechat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/weechat
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.16 2005/04/10 11:56:25 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.17 2005/04/22 14:51:10 swegener Exp $
+
+ 22 Apr 2005; Sven Wegener <swegener@gentoo.org> -weechat-0.0.9.ebuild:
+ Removed old ebuild.
*weechat-0.1.1 (10 Apr 2005)
diff --git a/net-irc/weechat/files/digest-weechat-0.0.9 b/net-irc/weechat/files/digest-weechat-0.0.9
deleted file mode 100644
index 68d1e7964dd1..000000000000
--- a/net-irc/weechat/files/digest-weechat-0.0.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eae12f480ddf8c7269d01e24f84e384f weechat-0.0.9.tar.bz2 325505
diff --git a/net-irc/weechat/weechat-0.0.9.ebuild b/net-irc/weechat/weechat-0.0.9.ebuild
deleted file mode 100644
index ea97943deefa..000000000000
--- a/net-irc/weechat/weechat-0.0.9.ebuild
+++ /dev/null
@@ -1,34 +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/weechat/weechat-0.0.9.ebuild,v 1.2 2005/02/07 20:42:13 swegener Exp $
-
-DESCRIPTION="Portable and multi-interface IRC client."
-HOMEPAGE="http://weechat.flashtux.org/"
-SRC_URI="http://weechat.flashtux.org/download/${P}.tar.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE="debug perl"
-
-DEPEND="sys-libs/ncurses
- perl? ( dev-lang/perl )"
-
-src_compile() {
- local myconf=""
-
- use perl && myconf="${myconf} --enable-perl"
-
- econf \
- --enable-curses \
- $(use_with debug debug 2) \
- ${myconf} \
- || die "Configure failed"
- # Bad configure script is forcing CFLAGS, so we pass our own
- emake CFLAGS="${CFLAGS}" || die "Make failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "Install failed"
- dodoc AUTHORS BUGS ChangeLog FAQ NEWS README TODO || die "dodoc failed"
-}
diff --git a/net-irc/xchatosd/ChangeLog b/net-irc/xchatosd/ChangeLog
index 43e032978435..52928ec631d6 100644
--- a/net-irc/xchatosd/ChangeLog
+++ b/net-irc/xchatosd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/xchatosd
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.12 2005/04/10 11:48:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.13 2005/04/22 14:49:40 swegener Exp $
+
+ 22 Apr 2005; Sven Wegener <swegener@gentoo.org>
+ -files/5.12-return-values.patch, -xchatosd-5.12.ebuild,
+ xchatosd-5.18.ebuild:
+ Removed old ebuild.
10 Apr 2005; Sven Wegener <swegener@gentoo.org> xchatosd-5.18.ebuild:
Marked stable on x86.
diff --git a/net-irc/xchatosd/files/5.12-return-values.patch b/net-irc/xchatosd/files/5.12-return-values.patch
deleted file mode 100644
index 5c82d62f8b4d..000000000000
--- a/net-irc/xchatosd/files/5.12-return-values.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -Nur xchatosd-5.12.orig/xchatosd.c xchatosd-5.12/xchatosd.c
---- xchatosd-5.12.orig/xchatosd.c 2004-12-04 23:30:10.621652464 +0100
-+++ xchatosd-5.12/xchatosd.c 2004-12-04 23:31:10.636339349 +0100
-@@ -192,16 +192,25 @@
- }
- int status = 0;
-
-- status += xosd_set_pos(osd, conf.pos);
-- status += xosd_set_vertical_offset(osd, conf.voffset);
-- status += xosd_set_horizontal_offset(osd, conf.hoffset);
-- status += xosd_set_align(osd, conf.align);
-- status += xosd_set_shadow_offset(osd, conf.shadow_offset);
-- status += xosd_set_timeout(osd, conf.timeout);
-- status += xosd_set_font(osd, conf.font);
-- status += xosd_set_colour(osd, conf.color);
-- status += xosd_display(osd, 0, XOSD_string, MSG_Hello);
-- return status;
-+ status = xosd_set_pos(osd, conf.pos);
-+ if (-1 == status) return -1;
-+ status = xosd_set_vertical_offset(osd, conf.voffset);
-+ if (-1 == status) return -1;
-+ status = xosd_set_horizontal_offset(osd, conf.hoffset);
-+ if (-1 == status) return -1;
-+ status = xosd_set_align(osd, conf.align);
-+ if (-1 == status) return -1;
-+ status = xosd_set_shadow_offset(osd, conf.shadow_offset);
-+ if (-1 == status) return -1;
-+ status = xosd_set_timeout(osd, conf.timeout);
-+ if (-1 == status) return -1;
-+ status = xosd_set_font(osd, conf.font);
-+ if (-1 == status) return -1;
-+ status = xosd_set_colour(osd, conf.color);
-+ if (-1 == status) return -1;
-+ status = xosd_display(osd, 0, XOSD_string, MSG_Hello);
-+ if (-1 == status) return -1;
-+ return 0;
- }
-
- #ifdef ICONV_LIB
diff --git a/net-irc/xchatosd/files/digest-xchatosd-5.12 b/net-irc/xchatosd/files/digest-xchatosd-5.12
deleted file mode 100644
index 042593aaefc7..000000000000
--- a/net-irc/xchatosd/files/digest-xchatosd-5.12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9957b13d17622cb6ad61c1927f85a38d xchatosd-5.12.tar.gz 9424
diff --git a/net-irc/xchatosd/xchatosd-5.12.ebuild b/net-irc/xchatosd/xchatosd-5.12.ebuild
deleted file mode 100644
index 90652b7281e6..000000000000
--- a/net-irc/xchatosd/xchatosd-5.12.ebuild
+++ /dev/null
@@ -1,41 +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/xchatosd/xchatosd-5.12.ebuild,v 1.8 2005/02/17 02:54:14 swegener Exp $
-
-inherit eutils
-
-DESCRIPTION="On-Screen Display for XChat"
-HOMEPAGE="http://sourceforge.net/projects/xchatosd/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~amd64"
-IUSE="iconv"
-
-RDEPEND=">=x11-libs/xosd-2.2.5
- >=net-irc/xchat-2.0.9"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${FILESDIR}/${PV}-return-values.patch
-
- # We have our own include file in /usr/include/xchat
- einfo "Updating xchat-plugin.h from /usr/include/xchat/xchat-plugin.h"
- cp -f ${ROOT}/usr/include/xchat/xchat-plugin.h xchat-plugin.h
-}
-
-src_compile() {
- use iconv || sed -i -e "s/#define ICONV_LIB//" xchatosd.h
-
- emake CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- exeinto /usr/$(get_libdir)/xchat/plugins
- doexe xchatosd.so || die "doexe failed"
- dodoc ChangeLog README || die "dodoc failed"
-}
diff --git a/net-irc/xchatosd/xchatosd-5.18.ebuild b/net-irc/xchatosd/xchatosd-5.18.ebuild
index 660dff196ead..265569ed920c 100644
--- a/net-irc/xchatosd/xchatosd-5.18.ebuild
+++ b/net-irc/xchatosd/xchatosd-5.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.18.ebuild,v 1.3 2005/04/10 11:48:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.18.ebuild,v 1.4 2005/04/22 14:49:40 swegener Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -19,11 +19,10 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- cd ${S}
# We have our own include file in /usr/include/xchat
einfo "Updating xchat-plugin.h from /usr/include/xchat/xchat-plugin.h"
- cp -f ${ROOT}/usr/include/xchat/xchat-plugin.h xchat-plugin.h
+ cp -f ${ROOT}/usr/include/xchat/xchat-plugin.h ${S}/xchat-plugin.h
}
src_compile() {