diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-14 22:52:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-14 22:52:33 +0000 |
commit | 6e97b8147907f0745035d144d8bc838f45026556 (patch) | |
tree | 86b0333a6f12e6421e3ad016473e47b0242eccdd /net-irc | |
parent | arm stable, bug #324077 (diff) | |
download | historical-6e97b8147907f0745035d144d8bc838f45026556.tar.gz historical-6e97b8147907f0745035d144d8bc838f45026556.tar.bz2 historical-6e97b8147907f0745035d144d8bc838f45026556.zip |
old
Package-Manager: portage-2.2_rc96/cvs/Linux x86_64
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat-gnome/Manifest | 14 | ||||
-rw-r--r-- | net-irc/xchat-gnome/files/0.17-libnotify-configure.patch | 23 | ||||
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.18.ebuild | 74 | ||||
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.26.1.ebuild | 76 |
4 files changed, 0 insertions, 187 deletions
diff --git a/net-irc/xchat-gnome/Manifest b/net-irc/xchat-gnome/Manifest index 90080a0ad34e..de89e6ccb843 100644 --- a/net-irc/xchat-gnome/Manifest +++ b/net-irc/xchat-gnome/Manifest @@ -1,18 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -AUX 0.17-libnotify-configure.patch 1143 RMD160 523268ba62d7de8a8ee74ca6b3526b52c0629ec7 SHA1 1e66406d588fd53554a2734605244d9d85fe5892 SHA256 8445e009069fd3df5865219b9110becd8733c6320c5eb5dcf1248cde3af2e198 -DIST xchat-gnome-0.18.tar.bz2 1540748 RMD160 5f8aa69e04f8ab540abd83ebb71edf2835f0aba2 SHA1 0391bfeaac53697cc080478c74c5e0de0423c636 SHA256 86e5bb1b9a073c04be1a38ead51284f04268183cfc7cf711cb80543d055e1372 DIST xchat-gnome-0.26.1.tar.bz2 1938676 RMD160 ff2228aa5258a2c5a3bd7c391e83a15b2f030aff SHA1 85d205baeca5f10be9245c582ae53fbb40a4ef17 SHA256 6234f14ddc7323faaa4f10f890786a0f69da00774855412a4382b11a6158cf4b -EBUILD xchat-gnome-0.18.ebuild 1929 RMD160 dbbf18ee9bbde1ccf3092aeda3c56c0136092652 SHA1 3bd0d2551451d52761a9fdddac3f343423f0dd7a SHA256 d7b46955897cf0a012a2bb60b6f64d8abb46fc272cfce5a84c03b7320b480937 EBUILD xchat-gnome-0.26.1-r1.ebuild 2192 RMD160 2a95069cc5216ded8e6ea1e2b0e83af31985c811 SHA1 2ca948d53cdca2f2ba88acda1a39cf24cd88b8c5 SHA256 8589e17306f6c5a32d62dee024df6b20e5418b6c00704cc60eaed853d0e25aae -EBUILD xchat-gnome-0.26.1.ebuild 2160 RMD160 35027de7270ebec35e9a0c19024499e3a07c482b SHA1 8ad6ebfb0db431db5d9b4dfb6e321dc88eb92140 SHA256 670a0d7e6cb478d07060b4885270b9dec516887361a44550c10d83787678072b MISC ChangeLog 9611 RMD160 923e034201a181df69f319bf58029559773d7c58 SHA1 09a7e2399cebcf19a609531db0e2f9848bdae571 SHA256 f34397fc7c0a86e7704dd40ca4d7971e6e6d484ee7b3270fad98b902b9dcb61c MISC metadata.xml 285 RMD160 516ad5bb6783a56fe4d0c072f6d301be98f88b70 SHA1 ed317ba5b99e87d0247681a52dde25625600f368 SHA256 888b4792a75445dae1150b437e1fef8dfaae4c78e21fe5810d7b89359e6309d8 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.16 (GNU/Linux) - -iEUEARECAAYFAky1mywACgkQ9/cejkQaxBDG1wCWOGe+qfMolh+DjlU9BwSMVlAV -xACeKqY92lvANcxLUCX1jGZ9l15LhlQ= -=3RwV ------END PGP SIGNATURE----- diff --git a/net-irc/xchat-gnome/files/0.17-libnotify-configure.patch b/net-irc/xchat-gnome/files/0.17-libnotify-configure.patch deleted file mode 100644 index 56d3f02bdc42..000000000000 --- a/net-irc/xchat-gnome/files/0.17-libnotify-configure.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -Nur xchat-gnome-0.17.orig/configure.ac xchat-gnome-0.17/configure.ac ---- xchat-gnome-0.17.orig/configure.ac 2007-04-01 23:27:46.000000000 +0000 -+++ xchat-gnome-0.17/configure.ac 2007-04-02 19:38:11.563221660 +0000 -@@ -111,12 +111,14 @@ - AM_CONDITIONAL([ENABLE_DBUS],[test "x$dbus" = "xyes"]) - - # libnotify soft dependency --PKG_CHECK_MODULES([LIBNOTIFY], [libnotify >= $LIBNOTIFY_REQUIRED], libnotify=yes, libnotify=no) --AC_SUBST([LIBNOTIFY_CFLAGS]) --AC_SUBST([LIBNOTIFY_LIBS]) -+if test "x$enable_libnotify" = "xyes"; then -+ PKG_CHECK_MODULES([LIBNOTIFY], [libnotify >= $LIBNOTIFY_REQUIRED], libnotify=yes, libnotify=no) -+ AC_SUBST([LIBNOTIFY_CFLAGS]) -+ AC_SUBST([LIBNOTIFY_LIBS]) -+fi - AM_CONDITIONAL([ENABLE_LIBNOTIFY],[test "x$libnotify" = "xyes"]) --if test "x$libnotify" != "xyes"; then -- AC_MSG_WARN([Library requirements (libnotify >= $LIBNOTIFY_REQUIRED) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]) -+if test "x$enable_libnotify" = "xyes" && test "x$libnotify" != "xyes"; then -+ AC_MSG_ERROR([libnotify not found]) - fi - - # GConf diff --git a/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild deleted file mode 100644 index e5bfb1681a47..000000000000 --- a/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2008 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.18.ebuild,v 1.7 2008/08/23 17:26:47 maekke Exp $ - -inherit gnome2 eutils autotools - -DESCRIPTION="GNOME frontend for the popular X-Chat IRC client" -HOMEPAGE="http://xchat-gnome.navi.cx/" -SRC_URI="http://releases.navi.cx/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="dbus ipv6 libnotify mmx nls perl python spell ssl tcl" - -RDEPEND=">=dev-libs/glib-2.12.0 - >=gnome-base/libgnome-2.16.0 - >=gnome-base/gconf-2.8.0 - >=gnome-base/libgnomeui-2.16.0 - >=gnome-base/libglade-2.3.0 - >=gnome-base/gnome-vfs-2.9.2 - >=x11-libs/gtk+-2.10.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 ) - 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() { - 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 libnotify)" -} - -src_unpack() { - gnome2_src_unpack - - epatch "${FILESDIR}"/0.17-libnotify-configure.patch - - AT_M4DIR="m4" eautoreconf -} - -src_install() { - USE_DESTDIR="1" gnome2_src_install || die "gnome2_src_install failed" - - # 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.1.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.26.1.ebuild deleted file mode 100644 index ac308e2d72d2..000000000000 --- a/net-irc/xchat-gnome/xchat-gnome-0.26.1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2010 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.ebuild,v 1.8 2010/09/11 10:28:32 nixnut Exp $ - -EAPI="2" - -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 ~x86-fbsd" -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[gtk] ) - 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 - - # 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" -} |