diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2007-02-20 23:13:30 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2007-02-20 23:13:30 +0000 |
commit | 5d01293913909f653daaa2e2a0aa275b21875c34 (patch) | |
tree | 25a3ae144ef32c7cb7d65297169f2a2666c93ab6 /net-irc/xchat-xsys/xchat-xsys-2.0.9.ebuild | |
parent | New version for translation updates (diff) | |
download | historical-5d01293913909f653daaa2e2a0aa275b21875c34.tar.gz historical-5d01293913909f653daaa2e2a0aa275b21875c34.tar.bz2 historical-5d01293913909f653daaa2e2a0aa275b21875c34.zip |
Remove obsolete ebuilds.
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'net-irc/xchat-xsys/xchat-xsys-2.0.9.ebuild')
-rw-r--r-- | net-irc/xchat-xsys/xchat-xsys-2.0.9.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/net-irc/xchat-xsys/xchat-xsys-2.0.9.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.0.9.ebuild deleted file mode 100644 index 8f78bb1ae2b9..000000000000 --- a/net-irc/xchat-xsys/xchat-xsys-2.0.9.ebuild +++ /dev/null @@ -1,45 +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-xsys/xchat-xsys-2.0.9.ebuild,v 1.8 2006/11/13 14:53:57 flameeyes Exp $ - -inherit toolchain-funcs eutils - -MY_P="${P/xchat-/}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="Sysinfo plugin for X-Chat." -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" -HOMEPAGE="http://dev.gentoo.org/~chainsaw/xsys/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ppc ~ppc64 sparc ~x86" -IUSE="audacious buttons" - -DEPEND="|| ( - >=net-irc/xchat-2.4.0 - >=net-irc/xchat-gnome-0.4 - ) - sys-apps/pciutils - audacious? ( media-sound/audacious )" - -src_unpack() { - unpack ${A} - sed -i -e "s:-O2 -Wall:${CFLAGS} -Wall:" ${S}/Makefile - if use buttons; then - sed -i -e "s:#BUTTON:BUTTON:" ${S}/Makefile - fi - if use audacious; then - sed -i -e "s:# FOR AUDACIOUS # ::g" ${S}/Makefile - fi -} - -src_compile() { - emake -j1 CC="$(tc-getCC)" || die "Compile failed" -} - -src_install() { - exeinto /usr/$(get_libdir)/xchat/plugins - doexe xsys-${PV}.so || die "doexe failed" - - dodoc ChangeLog README || die "dodoc failed" -} |