summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild')
-rw-r--r--net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild b/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild
deleted file mode 100644
index cc673be99fad..000000000000
--- a/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild,v 1.9 2006/02/19 17:27:38 swegener Exp $
-
-inherit flag-o-matic eutils toolchain-funcs
-
-MY_P=${PN}-integration-${PV}
-
-DESCRIPTION="System tray plugin for X-Chat."
-SRC_URI="mirror://sourceforge/xchat2-plugins/${MY_P}-src.tar.gz"
-HOMEPAGE="http://blight.altervista.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.0.3
- >=x11-libs/gtk+-2.0.3
- >=net-irc/xchat-2.0.3"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.7"
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${PV}-segfault-fix.patch
- epatch "${FILESDIR}"/${PV}-default-icons.patch
-}
-
-src_compile() {
- append-flags -fPIC
- emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- exeinto /usr/$(get_libdir)/xchat/plugins
- doexe systray.so || die "doexe failed"
-
- insinto /usr/share/xchat-systray
- doins -r src/images/{GTKTray,Menu} || die "doins failed"
-
- dodoc Docs/{Changelog,README,TODO} || die "dodoc failed"
-}