summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-02-02 00:34:54 +0000
committerMart Raudsepp <leio@gentoo.org>2008-02-02 00:34:54 +0000
commit60c5ec9060af7171c57711afabbd9cfb0f5dec94 (patch)
tree9f0354364abaf4959a51df5b0d3ebfec73c90e5b /gnome-extra/deskbar-applet
parentRemove old (diff)
downloadgentoo-2-60c5ec9060af7171c57711afabbd9cfb0f5dec94.tar.gz
gentoo-2-60c5ec9060af7171c57711afabbd9cfb0f5dec94.tar.bz2
gentoo-2-60c5ec9060af7171c57711afabbd9cfb0f5dec94.zip
remove old
(Portage version: 2.1.4)
Diffstat (limited to 'gnome-extra/deskbar-applet')
-rw-r--r--gnome-extra/deskbar-applet/deskbar-applet-2.16.2-r1.ebuild58
-rw-r--r--gnome-extra/deskbar-applet/deskbar-applet-2.20.0.ebuild58
-rw-r--r--gnome-extra/deskbar-applet/deskbar-applet-2.20.2.ebuild55
3 files changed, 0 insertions, 171 deletions
diff --git a/gnome-extra/deskbar-applet/deskbar-applet-2.16.2-r1.ebuild b/gnome-extra/deskbar-applet/deskbar-applet-2.16.2-r1.ebuild
deleted file mode 100644
index e2563e3472f7..000000000000
--- a/gnome-extra/deskbar-applet/deskbar-applet-2.16.2-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/deskbar-applet-2.16.2-r1.ebuild,v 1.13 2007/10/13 13:24:27 eva Exp $
-
-inherit gnome2 eutils autotools python
-
-DESCRIPTION="An Omnipresent Versatile Search Interface"
-HOMEPAGE="http://raphael.slinckx.net/deskbar/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="eds spell"
-
-RDEPEND=">=dev-lang/python-2.4
- >=x11-libs/gtk+-2.6
- >=dev-python/pygtk-2.6
- >=dev-python/gnome-python-2.10
- >=gnome-base/gnome-desktop-2.10
- >=dev-python/dbus-python-0.71
- >=dev-python/gnome-python-desktop-2.14.0
- >=dev-python/gnome-python-extras-2.14
- >=gnome-base/gconf-2
- eds? ( >=gnome-extra/evolution-data-server-1.7.92 )
- spell? ( >=gnome-extra/gnome-utils-2.16.2 )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- >=sys-devel/autoconf-2.60
- dev-util/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF} $(use_enable eds evolution) --exec-prefix=/usr"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # Fix installing libs into pythondir
- epatch "${FILESDIR}"/${PN}-2.15.3-multilib.patch
-
- # Unset DISPLAY before tests; bug #148056
- epatch "${FILESDIR}"/${PN}-2.16.1-display.patch
-
- AT_M4DIR="m4" eautoreconf
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- ebeep 5
- ewarn "The dictionary plugin in deskbar-applet uses the dictionary from "
- ewarn "gnome-utils. If it is not present, the dictionary plugin will "
- ewarn "fail silently."
- epause 5
-}
diff --git a/gnome-extra/deskbar-applet/deskbar-applet-2.20.0.ebuild b/gnome-extra/deskbar-applet/deskbar-applet-2.20.0.ebuild
deleted file mode 100644
index 6039a24af1b7..000000000000
--- a/gnome-extra/deskbar-applet/deskbar-applet-2.20.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/deskbar-applet-2.20.0.ebuild,v 1.1 2007/10/13 13:24:27 eva Exp $
-
-inherit gnome2 eutils autotools python
-
-DESCRIPTION="An Omnipresent Versatile Search Interface"
-HOMEPAGE="http://raphael.slinckx.net/deskbar/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="eds spell"
-
-RDEPEND=">=dev-lang/python-2.4
- >=x11-libs/gtk+-2.10
- >=dev-python/pygtk-2.10
- >=dev-python/gnome-python-2.10
- >=gnome-base/gnome-desktop-2.10
- >=dev-python/dbus-python-0.71
- >=dev-python/gnome-python-desktop-2.14.0
- >=dev-python/gnome-python-extras-2.14
- >=gnome-base/gconf-2
- eds? ( >=gnome-extra/evolution-data-server-1.7.92 )
- spell? ( >=gnome-extra/gnome-utils-2.16.2 )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- >=sys-devel/autoconf-2.60
- dev-util/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF} $(use_enable eds evolution) --exec-prefix=/usr --disable-scrollkeeper"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # Fix installing libs into pythondir
- epatch "${FILESDIR}"/${PN}-2.19.5-multilib.patch
-
- # Fix tests
- echo "deskbar/ui/preferences/ModuleListView.py" >> po/POTFILES.in
-
- AT_M4DIR="m4" eautoreconf
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- ebeep 5
- ewarn "The dictionary plugin in deskbar-applet uses the dictionary from "
- ewarn "gnome-utils. If it is not present, the dictionary plugin will "
- ewarn "fail silently."
- epause 5
-}
diff --git a/gnome-extra/deskbar-applet/deskbar-applet-2.20.2.ebuild b/gnome-extra/deskbar-applet/deskbar-applet-2.20.2.ebuild
deleted file mode 100644
index 3582e9fd4c57..000000000000
--- a/gnome-extra/deskbar-applet/deskbar-applet-2.20.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/deskbar-applet-2.20.2.ebuild,v 1.1 2007/12/05 20:56:36 eva Exp $
-
-inherit gnome2 eutils autotools python
-
-DESCRIPTION="An Omnipresent Versatile Search Interface"
-HOMEPAGE="http://raphael.slinckx.net/deskbar/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="eds spell"
-
-RDEPEND=">=dev-lang/python-2.4
- >=x11-libs/gtk+-2.10
- >=dev-python/pygtk-2.10
- >=dev-python/gnome-python-2.10
- >=gnome-base/gnome-desktop-2.10
- >=dev-python/dbus-python-0.80.2
- >=dev-python/gnome-python-desktop-2.14.0
- >=dev-python/gnome-python-extras-2.14
- >=gnome-base/gconf-2
- eds? ( >=gnome-extra/evolution-data-server-1.7.92 )
- spell? ( >=gnome-extra/gnome-utils-2.16.2 )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- >=sys-devel/autoconf-2.60
- dev-util/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF} $(use_enable eds evolution) --exec-prefix=/usr --disable-scrollkeeper"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # Fix installing libs into pythondir
- epatch "${FILESDIR}"/${PN}-2.19.5-multilib.patch
-
- AT_M4DIR="m4" eautoreconf
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- ebeep 5
- ewarn "The dictionary plugin in deskbar-applet uses the dictionary from "
- ewarn "gnome-utils. If it is not present, the dictionary plugin will "
- ewarn "fail silently."
- epause 5
-}