summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Kuleshov <svyatogor@gentoo.org>2005-12-25 18:10:12 +0000
committerSergey Kuleshov <svyatogor@gentoo.org>2005-12-25 18:10:12 +0000
commitfb22c2979759ea54552c2c6992850a6694810b58 (patch)
tree5ac2e6b43b891ad945116c498420f2013135922e /net-im/gajim/gajim-0.8.ebuild
parentStable on ppc (diff)
downloadhistorical-fb22c2979759ea54552c2c6992850a6694810b58.tar.gz
historical-fb22c2979759ea54552c2c6992850a6694810b58.tar.bz2
historical-fb22c2979759ea54552c2c6992850a6694810b58.zip
new version (0.9). removed old unstable versions.
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-im/gajim/gajim-0.8.ebuild')
-rw-r--r--net-im/gajim/gajim-0.8.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-im/gajim/gajim-0.8.ebuild b/net-im/gajim/gajim-0.8.ebuild
deleted file mode 100644
index ee1999d8e996..000000000000
--- a/net-im/gajim/gajim-0.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.8.ebuild,v 1.1 2005/08/24 21:50:17 sekretarz Exp $
-
-inherit virtualx multilib eutils
-
-DESCRIPTION="Jabber client written in PyGTK"
-HOMEPAGE="http://www.gajim.org/"
-SRC_URI="http://www.gajim.org/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~alpha ~amd64"
-IUSE="nls spell"
-
-DEPEND=">=dev-python/pygtk-2.4.0
- >=dev-lang/python-2.3.0
- >=x11-libs/gtk+-2.4
- spell? ( >=app-text/gtkspell-2.0.4 )"
-
-src_compile() {
- targets="idle trayicon"
- use nls && targets="${targets} translation"
- use spell && targets="${targets} gtkspell"
- Xemake ${targets} || die "Xmake failed"
-}
-
-src_install() {
- Xemake PREFIX=/usr DESTDIR=${D} LIBDIR=/$(get_libdir) install || die
- dodoc README AUTHORS COPYING
-}