diff options
author | 2008-08-23 09:43:49 +0000 | |
---|---|---|
committer | 2008-08-23 09:43:49 +0000 | |
commit | 1f7ca968706d728bdfb5f9f8b5c1182fef270fe0 (patch) | |
tree | 8571172660ad79d65e852283ed0bf7dacd425954 /net-im/gossip | |
parent | Fixed examples installation, corrected license, using mirror, using versionat... (diff) | |
download | gentoo-2-1f7ca968706d728bdfb5f9f8b5c1182fef270fe0.tar.gz gentoo-2-1f7ca968706d728bdfb5f9f8b5c1182fef270fe0.tar.bz2 gentoo-2-1f7ca968706d728bdfb5f9f8b5c1182fef270fe0.zip |
Change HOMEPAGE, bug #234398. Remove old revisions.
(Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r8 i686)
Diffstat (limited to 'net-im/gossip')
-rw-r--r-- | net-im/gossip/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/gossip/files/gossip-0.28-lm-nodebug.patch | 19 | ||||
-rw-r--r-- | net-im/gossip/gossip-0.22.ebuild | 20 | ||||
-rw-r--r-- | net-im/gossip/gossip-0.26.ebuild | 44 | ||||
-rw-r--r-- | net-im/gossip/gossip-0.28.ebuild | 75 | ||||
-rw-r--r-- | net-im/gossip/gossip-0.29.ebuild | 56 | ||||
-rw-r--r-- | net-im/gossip/gossip-0.30.ebuild | 57 | ||||
-rw-r--r-- | net-im/gossip/gossip-0.31.ebuild | 5 |
8 files changed, 20 insertions, 264 deletions
diff --git a/net-im/gossip/ChangeLog b/net-im/gossip/ChangeLog index 35b615e205e7..6e1ac2acee53 100644 --- a/net-im/gossip/ChangeLog +++ b/net-im/gossip/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/gossip # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.79 2008/08/04 21:29:13 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.80 2008/08/23 09:43:48 eva Exp $ + + 23 Aug 2008; Gilles Dartiguelongue <eva@gentoo.org> + -files/gossip-0.28-lm-nodebug.patch, gossip-0.22.ebuild, + -gossip-0.26.ebuild, -gossip-0.28.ebuild, -gossip-0.29.ebuild, + -gossip-0.30.ebuild, gossip-0.31.ebuild: + Change HOMEPAGE, bug #234398. Remove old revisions. *gossip-0.31 (04 Aug 2008) diff --git a/net-im/gossip/files/gossip-0.28-lm-nodebug.patch b/net-im/gossip/files/gossip-0.28-lm-nodebug.patch deleted file mode 100644 index 6e48865ca5e7..000000000000 --- a/net-im/gossip/files/gossip-0.28-lm-nodebug.patch +++ /dev/null @@ -1,19 +0,0 @@ -Index: configure.ac -=================================================================== ---- configure.ac (révision 2693) -+++ configure.ac (copie de travail) -@@ -189,6 +189,14 @@ - - AM_CONDITIONAL(HAVE_GNOME_KEYRING, test x$have_gnome_keyring = xyes) - -+AC_ARG_ENABLE(debug, -+ AS_HELP_STRING([--enable-debug],[enable support for debug path (needs libloudmouth to be compiled in debug mode)]), , -+ enable_debug=no) -+ -+if test "x$enable_debug" = "xno"; then -+ AC_DEFINE(LM_NO_DEBUG, 1, [enable loudmouth debug path]) -+fi -+ - dnl ----------------------------------------------------------- - dnl ISO codes, used for aspell support - dnl ----------------------------------------------------------- diff --git a/net-im/gossip/gossip-0.22.ebuild b/net-im/gossip/gossip-0.22.ebuild index 9ea73c8db295..674608d5ee44 100644 --- a/net-im/gossip/gossip-0.22.ebuild +++ b/net-im/gossip/gossip-0.22.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.22.ebuild,v 1.10 2008/01/12 17:50:13 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.22.ebuild,v 1.11 2008/08/23 09:43:48 eva Exp $ inherit gnome2 eutils DESCRIPTION="Lightweight Jabber client for GNOME" -HOMEPAGE="http://developer.imendio.com/wiki/Gossip" +HOMEPAGE="http://developer.imendio.com/projects/gossip" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="spell dbus libnotify" -#make check breaks in help -RESTRICT=test +# make check breaks in help +RESTRICT="test" RDEPEND="x11-libs/libXScrnSaver >=dev-libs/glib-2.12.1 @@ -36,9 +36,11 @@ DEPEND="${RDEPEND} dev-util/pkgconfig >=dev-util/intltool-0.35" -G2CONF="${G2CONF} \ - $(use_enable dbus) \ - $(use_enable libnotify) \ - $(use_enable spell aspell)" - DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README CONTRIBUTORS TODO" + +pkg_config() { + G2CONF="${G2CONF} + $(use_enable dbus) + $(use_enable libnotify) + $(use_enable spell aspell)" +} diff --git a/net-im/gossip/gossip-0.26.ebuild b/net-im/gossip/gossip-0.26.ebuild deleted file mode 100644 index 31d000bca202..000000000000 --- a/net-im/gossip/gossip-0.26.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.26.ebuild,v 1.4 2008/01/12 17:50:13 tester Exp $ - -inherit gnome2 eutils - -DESCRIPTION="Lightweight Jabber client for GNOME" -HOMEPAGE="http://developer.imendio.com/wiki/Gossip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="spell dbus libnotify galago" - -RDEPEND="x11-libs/libXScrnSaver - >=dev-libs/glib-2.12.1 - >=x11-libs/gtk+-2.10 - >=gnome-base/libglade-2 - >=gnome-base/gconf-1.2 - >=dev-libs/libxml2-2.6.16 - >=dev-libs/libxslt-1 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/gnome-vfs-2 - >=net-libs/loudmouth-1.2.2 - spell? ( app-text/aspell ) - libnotify? ( >=x11-libs/libnotify-0.4.1 ) - galago? ( dev-libs/libgalago ) - dbus? ( >=dev-libs/dbus-glib-0.71 )" -DEPEND="${RDEPEND} - >=app-text/gnome-doc-utils-0.3.2 - app-text/scrollkeeper - dev-util/pkgconfig - x11-proto/scrnsaverproto - >=dev-util/intltool-0.35" - -G2CONF="${G2CONF} \ - --disable-telepathy \ - $(use_enable dbus) \ - $(use_enable libnotify) \ - $(use_enable galago) \ - $(use_enable spell aspell)" - -DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README CONTRIBUTORS TODO" diff --git a/net-im/gossip/gossip-0.28.ebuild b/net-im/gossip/gossip-0.28.ebuild deleted file mode 100644 index 534f0edb3317..000000000000 --- a/net-im/gossip/gossip-0.28.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.28.ebuild,v 1.5 2008/04/21 17:22:38 welp Exp $ - -inherit gnome2 eutils autotools - -DESCRIPTION="Lightweight Jabber client for GNOME" -HOMEPAGE="http://developer.imendio.com/wiki/Gossip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="dbus debug galago gnome-keyring libnotify spell" - -RDEPEND="x11-libs/libXScrnSaver - >=dev-libs/glib-2.12.1 - >=x11-libs/gtk+-2.10 - >=gnome-base/libglade-2 - >=gnome-base/gconf-1.2 - >=dev-libs/libxml2-2.6.16 - >=dev-libs/libxslt-1 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/gnome-vfs-2 - >=net-libs/loudmouth-1.2.3 - spell? ( app-text/aspell ) - libnotify? ( >=x11-libs/libnotify-0.4.1 ) - galago? ( dev-libs/libgalago ) - dbus? ( >=dev-libs/dbus-glib-0.71 ) - gnome-keyring? ( gnome-base/gnome-keyring )" -DEPEND="${RDEPEND} - >=app-text/gnome-doc-utils-0.3.2 - app-text/scrollkeeper - dev-util/pkgconfig - x11-proto/scrnsaverproto - >=dev-util/intltool-0.35" - -DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README CONTRIBUTORS TODO" - -pkg_setup() { - local mydebug="--disable-debug" - - if use debug; then - if ! built_with_use net-libs/loudmouth debug; then - eerror "rebuild net-libs/loudmouth with USE=\"debug\" needed" - eerror "debug will be disabled for now" - else - mydebug="--enable-debug" - fi - fi - - G2CONF="${G2CONF} - ${mydebug} - $(use_enable dbus) - $(use_enable galago) - $(use_enable gnome-keyring) - $(use_enable libnotify) - $(use_enable spell aspell)" -} - -src_unpack() { - gnome2_src_unpack - - # Fix setting LM_NO_DEBUG at configure time - epatch "${FILESDIR}/${P}-lm-nodebug.patch" - - eautoreconf -} - -pkg_postinst() { - gnome2_pkg_postinst - - ewarn "This version will drop any previously registred accounts." - ewarn "However it does not drop history." -} diff --git a/net-im/gossip/gossip-0.29.ebuild b/net-im/gossip/gossip-0.29.ebuild deleted file mode 100644 index 3e0cfb9ce54b..000000000000 --- a/net-im/gossip/gossip-0.29.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.29.ebuild,v 1.3 2008/07/18 15:31:40 tester Exp $ - -inherit gnome2 eutils - -DESCRIPTION="Lightweight Jabber client for GNOME" -HOMEPAGE="http://developer.imendio.com/wiki/Gossip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="dbus eds galago gnome-keyring libnotify spell" - -RDEPEND="x11-libs/libXScrnSaver - >=dev-libs/glib-2.12.1 - >=x11-libs/gtk+-2.10 - >=gnome-base/libglade-2 - >=gnome-base/gconf-1.2 - >=dev-libs/libxml2-2.6.16 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/gnome-vfs-2 - >=net-libs/loudmouth-1.3.4 - eds? ( >=gnome-extra/evolution-data-server-1.2 ) - spell? ( app-text/aspell ) - libnotify? ( >=x11-libs/libnotify-0.4.1 ) - galago? ( dev-libs/libgalago ) - dbus? ( >=dev-libs/dbus-glib-0.71 ) - gnome-keyring? ( gnome-base/gnome-keyring )" -DEPEND="${RDEPEND} - >=app-text/gnome-doc-utils-0.3.2 - app-text/scrollkeeper - dev-util/pkgconfig - x11-proto/scrnsaverproto - >=dev-util/intltool-0.35" - -DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README CONTRIBUTORS TODO" - -pkg_setup() { - G2CONF="${G2CONF} - ${mydebug} - $(use_enable dbus) - $(use_enable eds ebook) - $(use_enable galago) - $(use_enable gnome-keyring) - $(use_enable libnotify) - $(use_enable spell aspell)" -} - -pkg_postinst() { - gnome2_pkg_postinst - - ewarn "This version will drop any previously registred accounts." - ewarn "However it does not drop history." -} diff --git a/net-im/gossip/gossip-0.30.ebuild b/net-im/gossip/gossip-0.30.ebuild deleted file mode 100644 index b2acd88cd4a9..000000000000 --- a/net-im/gossip/gossip-0.30.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.30.ebuild,v 1.1 2008/08/03 16:16:40 eva Exp $ - -inherit gnome2 eutils - -DESCRIPTION="Lightweight Jabber client for GNOME" -HOMEPAGE="http://developer.imendio.com/wiki/Gossip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="dbus eds galago gnome-keyring libnotify spell" - -RDEPEND="x11-libs/libXScrnSaver - >=dev-libs/glib-2.12.1 - >=x11-libs/gtk+-2.10 - >=gnome-base/libglade-2 - >=gnome-base/gconf-1.2 - >=dev-libs/libxml2-2.6.16 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/gnome-vfs-2 - >=net-libs/loudmouth-1.4.1 - eds? ( >=gnome-extra/evolution-data-server-1.2 ) - spell? ( app-text/aspell - >=app-text/iso-codes-1.5 ) - libnotify? ( >=x11-libs/libnotify-0.4.1 ) - galago? ( dev-libs/libgalago ) - dbus? ( >=dev-libs/dbus-glib-0.71 ) - gnome-keyring? ( gnome-base/gnome-keyring )" -DEPEND="${RDEPEND} - >=app-text/gnome-doc-utils-0.3.2 - app-text/scrollkeeper - dev-util/pkgconfig - x11-proto/scrnsaverproto - >=dev-util/intltool-0.35" - -DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README CONTRIBUTORS TODO" - -pkg_setup() { - G2CONF="${G2CONF} - ${mydebug} - $(use_enable dbus) - $(use_enable eds ebook) - $(use_enable galago) - $(use_enable gnome-keyring) - $(use_enable libnotify) - $(use_enable spell aspell)" -} - -pkg_postinst() { - gnome2_pkg_postinst - - ewarn "If you are upgrading from <net-im/gossip-0.28 any previously registred" - ewarn "accounts will be dropped. However history will not be removed." -} diff --git a/net-im/gossip/gossip-0.31.ebuild b/net-im/gossip/gossip-0.31.ebuild index 4d52eaa75b7d..34d00cb4fa17 100644 --- a/net-im/gossip/gossip-0.31.ebuild +++ b/net-im/gossip/gossip-0.31.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.31.ebuild,v 1.1 2008/08/04 21:29:13 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.31.ebuild,v 1.2 2008/08/23 09:43:48 eva Exp $ inherit gnome2 eutils DESCRIPTION="Lightweight Jabber client for GNOME" -HOMEPAGE="http://developer.imendio.com/wiki/Gossip" +HOMEPAGE="http://developer.imendio.com/projects/gossip" LICENSE="GPL-2" SLOT="0" @@ -41,7 +41,6 @@ DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README CONTRIBUTORS TODO" pkg_setup() { G2CONF="${G2CONF} - ${mydebug} $(use_enable dbus) $(use_enable eds ebook) $(use_enable galago) |