summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-10-12 22:54:53 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-10-12 22:54:53 +0000
commit9db3950d4e37d75509292f9942d3986cfcd58ea3 (patch)
tree15944604d0f65dbd2d04a9e9293cd00c71458e61 /net-irc
parentKDE 3.5.9 removal (diff)
downloadgentoo-2-9db3950d4e37d75509292f9942d3986cfcd58ea3.tar.gz
gentoo-2-9db3950d4e37d75509292f9942d3986cfcd58ea3.tar.bz2
gentoo-2-9db3950d4e37d75509292f9942d3986cfcd58ea3.zip
Clean up old revisions.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat-gnome/ChangeLog7
-rw-r--r--net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild78
-rw-r--r--net-irc/xchat-gnome/xchat-gnome-0.24.3.1.ebuild79
-rw-r--r--net-irc/xchat-gnome/xchat-gnome-0.26.0.ebuild79
4 files changed, 6 insertions, 237 deletions
diff --git a/net-irc/xchat-gnome/ChangeLog b/net-irc/xchat-gnome/ChangeLog
index f7431082cd00..7c220ce965b2 100644
--- a/net-irc/xchat-gnome/ChangeLog
+++ b/net-irc/xchat-gnome/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/xchat-gnome
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.51 2009/10/07 17:31:42 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.52 2009/10/12 22:54:53 eva Exp $
+
+ 13 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org
+ -xchat-gnome-0.24.1.ebuild, -xchat-gnome-0.24.3.1.ebuild,
+ -xchat-gnome-0.26.0.ebuild:
+ Clean up old revisions.
07 Oct 2009; nixnut <nixnut@gentoo.org> xchat-gnome-0.26.1.ebuild:
ppc stable #285477
diff --git a/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild
deleted file mode 100644
index a10ff959417f..000000000000
--- a/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2009 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.24.1.ebuild,v 1.5 2009/04/22 14:46:34 ranger Exp $
-
-inherit gnome2 eutils toolchain-funcs
-
-DESCRIPTION="GNOME frontend for the popular X-Chat IRC client"
-HOMEPAGE="http://xchat-gnome.navi.cx/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="dbus ipv6 libnotify mmx nls perl python sound spell ssl tcl"
-
-RDEPEND=">=dev-libs/glib-2.18.0
- >=gnome-base/libgnome-2.16.0
- >=gnome-base/gconf-2.8.0
- >=gnome-base/libgnomeui-2.16.0
- >=gnome-base/libglade-2.3.2
- >=x11-libs/gtk+-2.14.0
- spell? ( app-text/enchant )
- ssl? ( >=dev-libs/openssl-0.9.6d )
- perl? ( >=dev-lang/perl-5.6.1 )
- python? ( dev-lang/python )
- tcl? ( dev-lang/tcl )
- dbus? ( >=sys-apps/dbus-0.60 )
- >=x11-libs/libsexy-0.1.11
- libnotify? ( >=x11-libs/libnotify-0.3.2 )
- sound? ( >=media-libs/libcanberra-0.3 )
- x11-libs/libX11"
-
-DEPEND="${RDEPEND}
- gnome-base/gnome-common
- >=dev-util/pkgconfig-0.7
- >=app-text/gnome-doc-utils-0.3.2
- nls? ( sys-devel/gettext )"
-
-# gnome-base/gnome-common is temporarily needed for re-creating configure
-
-pkg_setup() {
- if [[ $(gcc-major-version) -lt 4 || (
- $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 1 || (
- $(gcc-major-version) -eq 4 && $(gcc-minor-version) -eq 1 && $(gcc-micro-version) -lt 3 ) ) ]]; then
- ewarn "${P} requires >=sys-devel/gcc-4.1.3 to compile"
- die "Please select >=sys-devel/gcc-4.1.3"
- fi
-
- if use sound && ! built_with_use media-libs/libcanberra gtk; then
- eerror "You need to rebuild media-libs/libcanberra with gtk support."
- die "Rebuild media-libs/libcanberra with USE='gtk'"
- fi
-
- G2CONF="${G2CONF}
- --enable-gnomefe
- --enable-shm
- --disable-schemas-install
- --disable-scrollkeeper
- $(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 sound canberra)
- $(use_enable libnotify notification)"
-}
-
-src_install() {
- gnome2_src_install
-
- # install plugin development header
- insinto /usr/include/xchat-gnome
- doins src/common/xchat-plugin.h || die "doins failed"
-
- dodoc AUTHORS ChangeLog NEWS || die "dodoc failed"
-}
diff --git a/net-irc/xchat-gnome/xchat-gnome-0.24.3.1.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.24.3.1.ebuild
deleted file mode 100644
index 16e350087ca4..000000000000
--- a/net-irc/xchat-gnome/xchat-gnome-0.24.3.1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2009 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.24.3.1.ebuild,v 1.3 2009/04/22 14:46:34 ranger Exp $
-
-inherit gnome2 eutils toolchain-funcs
-
-DESCRIPTION="GNOME frontend for the popular X-Chat IRC client"
-HOMEPAGE="http://xchat-gnome.navi.cx/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="dbus ipv6 libnotify mmx nls perl python sound spell ssl tcl"
-
-RDEPEND=">=dev-libs/glib-2.18.0
- >=gnome-base/libgnome-2.16.0
- >=gnome-base/gconf-2.8.0
- >=gnome-base/libgnomeui-2.16.0
- >=gnome-base/libglade-2.3.2
- >=x11-libs/gtk+-2.14.0
- spell? ( app-text/enchant )
- ssl? ( >=dev-libs/openssl-0.9.6d )
- perl? ( >=dev-lang/perl-5.6.1 )
- python? ( dev-lang/python )
- tcl? ( dev-lang/tcl )
- dbus? ( >=sys-apps/dbus-0.60 )
- >=x11-libs/libsexy-0.1.11
- libnotify? ( >=x11-libs/libnotify-0.3.2 )
- sound? ( >=media-libs/libcanberra-0.3 )
- x11-libs/libX11"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.7
- >=app-text/gnome-doc-utils-0.3.2
- nls? ( sys-devel/gettext )"
-
-# gnome-base/gnome-common needed when doing eautoreconf
-
-pkg_setup() {
- if [[ $(gcc-major-version) -lt 4 || (
- $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 1 || (
- $(gcc-major-version) -eq 4 && $(gcc-minor-version) -eq 1 && $(gcc-micro-version) -lt 3 ) ) ]]; then
- ewarn "${P} requires >=sys-devel/gcc-4.1.3 to compile"
- die "Please select >=sys-devel/gcc-4.1.3"
- fi
-
- if use sound && ! built_with_use media-libs/libcanberra gtk; then
- eerror "You need to rebuild media-libs/libcanberra with gtk support."
- die "Rebuild media-libs/libcanberra with USE='gtk'"
- fi
-
- # Per configure.ac, shm is disable because of upstream bug #565958
- # --enable-shm
- G2CONF="${G2CONF}
- --enable-gnomefe
- --disable-schemas-install
- --disable-scrollkeeper
- --disable-static
- $(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 sound canberra)
- $(use_enable libnotify notification)"
-}
-
-src_install() {
- gnome2_src_install
-
- # install plugin development header
- insinto /usr/include/xchat-gnome
- doins src/common/xchat-plugin.h || die "doins failed"
-
- dodoc AUTHORS ChangeLog NEWS || die "dodoc failed"
-}
diff --git a/net-irc/xchat-gnome/xchat-gnome-0.26.0.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.26.0.ebuild
deleted file mode 100644
index 3daba63b7201..000000000000
--- a/net-irc/xchat-gnome/xchat-gnome-0.26.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2009 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.0.ebuild,v 1.2 2009/04/22 14:46:34 ranger Exp $
-
-inherit gnome2 eutils toolchain-funcs
-
-DESCRIPTION="GNOME frontend for the popular X-Chat IRC client"
-HOMEPAGE="http://xchat-gnome.navi.cx/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="dbus ipv6 libnotify mmx nls perl python sound spell ssl tcl"
-
-RDEPEND=">=dev-libs/glib-2.18.0
- >=gnome-base/libgnome-2.16.0
- >=gnome-base/gconf-2.8.0
- >=gnome-base/libgnomeui-2.16.0
- >=gnome-base/libglade-2.3.2
- >=x11-libs/gtk+-2.14.0
- spell? ( app-text/enchant )
- ssl? ( >=dev-libs/openssl-0.9.6d )
- perl? ( >=dev-lang/perl-5.6.1 )
- python? ( dev-lang/python )
- tcl? ( dev-lang/tcl )
- dbus? ( >=sys-apps/dbus-0.60 )
- >=x11-libs/libsexy-0.1.11
- libnotify? ( >=x11-libs/libnotify-0.3.2 )
- sound? ( >=media-libs/libcanberra-0.3 )
- x11-libs/libX11"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.7
- >=app-text/gnome-doc-utils-0.3.2
- nls? ( sys-devel/gettext )"
-
-# gnome-base/gnome-common needed when doing eautoreconf
-
-pkg_setup() {
- if [[ $(gcc-major-version) -lt 4 || (
- $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 1 || (
- $(gcc-major-version) -eq 4 && $(gcc-minor-version) -eq 1 && $(gcc-micro-version) -lt 3 ) ) ]]; then
- ewarn "${P} requires >=sys-devel/gcc-4.1.3 to compile"
- die "Please select >=sys-devel/gcc-4.1.3"
- fi
-
- if use sound && ! built_with_use media-libs/libcanberra gtk; then
- eerror "You need to rebuild media-libs/libcanberra with gtk support."
- die "Rebuild media-libs/libcanberra with USE='gtk'"
- fi
-
- # Per configure.ac, shm is disable because of upstream bug #565958
- # --enable-shm
- G2CONF="${G2CONF}
- --enable-gnomefe
- --disable-schemas-install
- --disable-scrollkeeper
- --disable-static
- $(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 sound canberra)
- $(use_enable libnotify notification)"
-}
-
-src_install() {
- gnome2_src_install
-
- # install plugin development header
- insinto /usr/include/xchat-gnome
- doins src/common/xchat-plugin.h || die "doins failed"
-
- dodoc AUTHORS ChangeLog NEWS || die "dodoc failed"
-}