diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-29 23:29:56 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-29 23:29:56 +0000 |
commit | 00fc023e901de9f6e654e211b2aa780a8fd961c9 (patch) | |
tree | b4bd183c1e5766bee27edd5d8c375e50fbef19d1 /net-irc | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-00fc023e901de9f6e654e211b2aa780a8fd961c9.tar.gz gentoo-2-00fc023e901de9f6e654e211b2aa780a8fd961c9.tar.bz2 gentoo-2-00fc023e901de9f6e654e211b2aa780a8fd961c9.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat-gnome/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.26.1-r1.ebuild | 85 |
2 files changed, 5 insertions, 86 deletions
diff --git a/net-irc/xchat-gnome/ChangeLog b/net-irc/xchat-gnome/ChangeLog index 656c29ef9388..a0dd5bfa7a5e 100644 --- a/net-irc/xchat-gnome/ChangeLog +++ b/net-irc/xchat-gnome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchat-gnome # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.74 2013/02/02 23:02:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.75 2013/03/29 23:29:56 eva Exp $ + + 29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -xchat-gnome-0.26.1-r1.ebuild: + Clean up old revision. 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xchat-gnome-0.26.1-r2.ebuild: Add ~arm, wrt bug #449220 diff --git a/net-irc/xchat-gnome/xchat-gnome-0.26.1-r1.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.26.1-r1.ebuild deleted file mode 100644 index 71bbaeb929aa..000000000000 --- a/net-irc/xchat-gnome/xchat-gnome-0.26.1-r1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r1.ebuild,v 1.10 2012/05/03 06:27:13 jdhore Exp $ - -EAPI="2" -GCONF_DEBUG="yes" -PYTHON_DEPEND="python? 2" - -inherit eutils gnome2 python - -DESCRIPTION="GNOME frontend for the popular X-Chat IRC client" -HOMEPAGE="http://live.gnome.org/Xchat-Gnome" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd" -IUSE="dbus ipv6 libnotify mmx nls perl python spell ssl tcl" - -RDEPEND=">=dev-libs/glib-2.18:2 - >=gnome-base/libgnome-2.16.0 - >=gnome-base/gconf-2.8.0 - >=gnome-base/libgnomeui-2.16.0 - >=gnome-base/libglade-2.3.2 - >=media-libs/libcanberra-0.3[gtk] - >=x11-libs/gtk+-2.14:2 - >=x11-libs/libsexy-0.1.11 - x11-libs/libX11 - spell? ( app-text/enchant ) - ssl? ( >=dev-libs/openssl-0.9.6d ) - perl? ( >=dev-lang/perl-5.6.1 ) - tcl? ( dev-lang/tcl ) - dbus? ( >=sys-apps/dbus-0.60 ) - libnotify? ( >=x11-libs/libnotify-0.3.2 ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig - >=app-text/gnome-doc-utils-0.3.2 - nls? ( sys-devel/gettext )" - -# gnome-base/gnome-common needed when doing eautoreconf - -pkg_setup() { - # Per configure.ac, shm is disable because of upstream bug #565958 - # --enable-shm - G2CONF="${G2CONF} - --enable-gnomefe - --enable-canberra - --disable-schemas-install - --disable-scrollkeeper - --disable-static - --disable-maintainer-mode - $(use_enable ssl openssl) - $(use_enable perl) - $(use_enable python) - $(use_enable tcl) - $(use_enable mmx) - $(use_enable ipv6) - $(use_enable dbus) - $(use_enable nls) - $(use_enable libnotify notification)" - - DOCS="AUTHORS ChangeLog NEWS" - - use python && python_set_active_version 2 -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-libnotify-0.7.patch - - gnome2_src_prepare - - # Fix build with it documentation, bug #341173 - epatch "${FILESDIR}/${PN}-0.26.1-fix-it-help.patch" -} - -src_install() { - gnome2_src_install - - # install plugin development header - insinto /usr/include/xchat-gnome - doins src/common/xchat-plugin.h || die "doins failed" - - # Not needed for plugins - find "${D}" -type f -name "*.la" -delete || die "la files removal failed" -} |