summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-16 15:59:33 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-16 15:59:33 +0000
commit1b03c945d9dde96768f3fd2c4fc0a2be7979943c (patch)
tree4b09a1c5bc17b6eebd1ef295d86918ae142155db /net-irc
parentFix for breakage with new pkgconfig versions. See bug #92731. (diff)
downloadgentoo-2-1b03c945d9dde96768f3fd2c4fc0a2be7979943c.tar.gz
gentoo-2-1b03c945d9dde96768f3fd2c4fc0a2be7979943c.tar.bz2
gentoo-2-1b03c945d9dde96768f3fd2c4fc0a2be7979943c.zip
General cleanup.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat-systray/ChangeLog6
-rw-r--r--net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild13
2 files changed, 11 insertions, 8 deletions
diff --git a/net-irc/xchat-systray/ChangeLog b/net-irc/xchat-systray/ChangeLog
index 32138221d64b..2361d6824286 100644
--- a/net-irc/xchat-systray/ChangeLog
+++ b/net-irc/xchat-systray/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/xchat-systray
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/ChangeLog,v 1.18 2005/01/01 07:52:13 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/ChangeLog,v 1.19 2005/05/16 15:59:33 swegener Exp $
+
+ 16 May 2005; Sven Wegener <swegener@gentoo.org>
+ xchat-systray-2.4.5-r1.ebuild:
+ General cleanup.
01 Jan 2005; Sven Wegener <swegener@gentoo.org>
xchat-systray-2.4.5-r1.ebuild:
diff --git a/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild b/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild
index 47292ad8031f..594216826fe1 100644
--- a/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild
+++ b/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild
@@ -1,14 +1,13 @@
# Copyright 1999-2005 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-r1.ebuild,v 1.4 2005/01/01 07:52:13 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild,v 1.5 2005/05/16 15:59:33 swegener Exp $
-inherit flag-o-matic eutils
+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"
-RESTRICT="nomirror"
HOMEPAGE="http://blight.altervista.org/"
LICENSE="GPL-2"
@@ -24,18 +23,18 @@ DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/pkgconfig-0.7"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}"/${MY_P}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
- epatch ${FILESDIR}/${PV}-segfault-fix.patch
+ epatch "${FILESDIR}"/${PV}-segfault-fix.patch
}
src_compile() {
append-flags -fPIC
- emake -j1 CFLAGS="${CFLAGS}" || die "Compile failed"
+ emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
}
src_install() {