summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-05-26 21:38:27 +0000
committerPeter Weller <welp@gentoo.org>2007-05-26 21:38:27 +0000
commitf53f27e288715876d067b10d47b82eae2879eeb7 (patch)
tree5589fcdd69764097dd9f33a202340a0cfbe394fe /net-im/gajim
parentUpdated patchset, and use -O1 on the initial compilation (diff)
downloadgentoo-2-f53f27e288715876d067b10d47b82eae2879eeb7.tar.gz
gentoo-2-f53f27e288715876d067b10d47b82eae2879eeb7.tar.bz2
gentoo-2-f53f27e288715876d067b10d47b82eae2879eeb7.zip
Removed old version, fixed depend in old version
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-im/gajim')
-rw-r--r--net-im/gajim/ChangeLog6
-rw-r--r--net-im/gajim/files/digest-gajim-0.11.0.79513
-rw-r--r--net-im/gajim/gajim-0.10.1.ebuild4
-rw-r--r--net-im/gajim/gajim-0.11.0.7951.ebuild103
4 files changed, 7 insertions, 109 deletions
diff --git a/net-im/gajim/ChangeLog b/net-im/gajim/ChangeLog
index e1d2cdd0f34e..013b8eb3de7a 100644
--- a/net-im/gajim/ChangeLog
+++ b/net-im/gajim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/gajim
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.50 2007/05/20 20:35:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.51 2007/05/26 21:38:27 welp Exp $
+
+ 26 May 2007; Peter Weller <welp@gentoo.org> gajim-0.10.1.ebuild,
+ -gajim-0.11.0.7951.ebuild:
+ Removed old version, fixed depend in old version
20 May 2007; Raúl Porcel <armin76@gentoo.org> gajim-0.11.1.ebuild:
Add ~alpha wrt #158541
diff --git a/net-im/gajim/files/digest-gajim-0.11.0.7951 b/net-im/gajim/files/digest-gajim-0.11.0.7951
deleted file mode 100644
index ebc22ab363ac..000000000000
--- a/net-im/gajim/files/digest-gajim-0.11.0.7951
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 26675bcd59b834860f3722d337f2e7f7 gajim-0.11.0.7951.tar.gz 3611654
-RMD160 254ac7f10611879973e1d2712bf6e4315abd2668 gajim-0.11.0.7951.tar.gz 3611654
-SHA256 e4d03412866e183c56aec9ca103e4de5a5cb655dbbd9722b7bd991ce41e24be7 gajim-0.11.0.7951.tar.gz 3611654
diff --git a/net-im/gajim/gajim-0.10.1.ebuild b/net-im/gajim/gajim-0.10.1.ebuild
index 43cf83bae17a..7d9f78f016d3 100644
--- a/net-im/gajim/gajim-0.10.1.ebuild
+++ b/net-im/gajim/gajim-0.10.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.10.1.ebuild,v 1.14 2007/01/20 10:22:17 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.10.1.ebuild,v 1.15 2007/05/26 21:38:27 welp Exp $
inherit virtualx multilib eutils
@@ -26,7 +26,7 @@ RDEPEND="!<=dev-python/gnome-python-2
)
)
gnome? ( >=dev-python/gnome-python-extras-2.10 )
- libnotify? ( x11-misc/notification-daemon )
+ libnotify? ( x11-libs/libnotify )
srv? ( net-dns/bind-tools )"
DEPEND="dev-util/intltool
diff --git a/net-im/gajim/gajim-0.11.0.7951.ebuild b/net-im/gajim/gajim-0.11.0.7951.ebuild
deleted file mode 100644
index 84205274a724..000000000000
--- a/net-im/gajim/gajim-0.11.0.7951.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.11.0.7951.ebuild,v 1.1 2007/02/07 21:48:25 welp Exp $
-
-inherit multilib python eutils
-
-DESCRIPTION="Jabber client written in PyGTK"
-HOMEPAGE="http://www.gajim.org/"
-SRC_URI="http://www.gajim.org/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="avahi dbus gnome idle libnotify nls spell srv trayicon X xhtml"
-
-DEPEND="|| (
- ( <dev-lang/python-2.5 dev-python/pysqlite )
- >=dev-lang/python-2.5
- )
- dev-python/pygtk
- sys-devel/gettext
- dev-util/intltool
- dev-util/pkgconfig"
-
-RDEPEND="gnome? ( dev-python/gnome-python-extras
- dev-python/gnome-python-desktop
- )
- dbus? (
- || (
- ( >=sys-apps/dbus-0.90
- dev-python/dbus-python
- dev-libs/dbus-glib
- )
- ( <sys-apps/dbus-0.90 )
- )
- )
- libnotify? ( x11-libs/libnotify )
- xhtml? ( dev-python/docutils )
- srv? ( net-dns/bind-tools )
- idle? ( x11-libs/libXScrnSaver )
- spell? ( app-text/gtkspell )
- avahi? ( net-dns/avahi )"
-
-pkg_setup() {
- if ! use dbus; then
- if use libnotify; then
- eerror "The dbus USE flag is required for libnotify support"
- die "USE=\"dbus\" needed for libnotify support"
- fi
- if use avahi; then
- eerror "The dbus USE flag is required for avahi support"
- die "USE=\"dbus\" needed for avahi support"
- fi
- else
- if has_version "<sys-apps/dbus-0.90" && ! built_with_use sys-apps/dbus python; then
- eerror "Please rebuild dbus with USE=\"python\""
- die "USE=\"python\" needed for dbus"
- fi
- fi
-
- if use avahi; then
- if ! built_with_use net-dns/avahi dbus gtk python; then
- eerror "The following USE flags are required for correct avahi"
- eerror "support: dbus gtk python"
- die "Please rebuild avahi with these use flags enabled."
- fi
- fi
-}
-
-src_compile() {
- local myconf
-
- if ! use gnome; then
- myconf="${myconf} $(use_enable trayicon)"
- myconf="${myconf} $(use_enable idle)"
- fi
-
- econf $(use_enable nls) \
- $(use_enable spell gtkspell) \
- $(use_enable dbus remote) \
- $(use_with X x) \
- --docdir="/usr/share/doc/${PF}" \
- --prefix="/usr" \
- --libdir="/usr/$(get_libdir)" \
- ${myconf} || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- rm "${D}/usr/share/doc/${PF}/README.html"
- dohtml README.html
-}
-
-pkg_postinst() {
- python_mod_optimize /usr/share/gajim/
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/share/gajim/
-}