summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-08-06 16:22:28 +0000
committerSven Wegener <swegener@gentoo.org>2005-08-06 16:22:28 +0000
commitc6a8d9076497641b78eec0ef2ca7464f11cf2505 (patch)
tree986c4d1ba407cc122a06eb8cc796526a5659883c /net-irc/xchatosd
parentfix invalid atoms, remove default src_compile (diff)
downloadgentoo-2-c6a8d9076497641b78eec0ef2ca7464f11cf2505.tar.gz
gentoo-2-c6a8d9076497641b78eec0ef2ca7464f11cf2505.tar.bz2
gentoo-2-c6a8d9076497641b78eec0ef2ca7464f11cf2505.zip
Removed old ebuild.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-irc/xchatosd')
-rw-r--r--net-irc/xchatosd/ChangeLog5
-rw-r--r--net-irc/xchatosd/files/digest-xchatosd-5.181
-rw-r--r--net-irc/xchatosd/xchatosd-5.18.ebuild42
3 files changed, 4 insertions, 44 deletions
diff --git a/net-irc/xchatosd/ChangeLog b/net-irc/xchatosd/ChangeLog
index e043edec5245..2ddeb8e4e2bf 100644
--- a/net-irc/xchatosd/ChangeLog
+++ b/net-irc/xchatosd/ChangeLog
@@ -1,6 +1,9 @@
# 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.16 2005/08/01 11:08:48 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.17 2005/08/06 16:22:28 swegener Exp $
+
+ 06 Aug 2005; Sven Wegener <swegener@gentoo.org> -xchatosd-5.18.ebuild:
+ Removed old ebuild.
01 Aug 2005; Sven Wegener <swegener@gentoo.org> xchatosd-5.19.ebuild:
Stable on x86.
diff --git a/net-irc/xchatosd/files/digest-xchatosd-5.18 b/net-irc/xchatosd/files/digest-xchatosd-5.18
deleted file mode 100644
index 6bcf936ff2be..000000000000
--- a/net-irc/xchatosd/files/digest-xchatosd-5.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ece7f6d2b2eb8dea12b375d5e97534d9 xchatosd-5.18.tar.gz 10325
diff --git a/net-irc/xchatosd/xchatosd-5.18.ebuild b/net-irc/xchatosd/xchatosd-5.18.ebuild
deleted file mode 100644
index 26ee991223fa..000000000000
--- a/net-irc/xchatosd/xchatosd-5.18.ebuild
+++ /dev/null
@@ -1,42 +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.18.ebuild,v 1.5 2005/06/21 13:18:26 swegener Exp $
-
-inherit eutils toolchain-funcs flag-o-matic
-
-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 ~ia64"
-IUSE="iconv"
-
-RDEPEND=">=x11-libs/xosd-2.2.5
- || (
- >=net-irc/xchat-2.0.9
- >=net-irc/xchat-gnome-0.4
- )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
-
- # 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 ${S}/xchat-plugin.h
-}
-
-src_compile() {
- append-flags -fPIC -DPIC
- use iconv || sed -i -e "/^#define ICONV_LIB$/d" xchatosd.h
-
- emake CC="$(tc-getCXX)" CPP="$(tc-getCXX)" 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"
-}