Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Gilles Dartiguelongue (eva)" <eva@g.o>
|
|
Subject:
|
gentoo-x86 commit in gnome-extra/deskbar-applet: ChangeLog deskbar-applet-2.22.3.1.ebuild deskbar-applet-2.22.2.1.ebuild deskbar-applet-2.22.1.ebuild
|
|
Date:
|
Mon, 04 Aug 2008 21:43:16 +0000
|
|
eva 08/08/04 21:43:16
Modified: ChangeLog
Added: deskbar-applet-2.22.3.1.ebuild
Removed: deskbar-applet-2.22.2.1.ebuild
deskbar-applet-2.22.1.ebuild
Log:
bump to 2.22.3.1. Fix delicious plugin. clean up old revisions
(Portage version: 2.2_rc3/cvs/Linux 2.6.26-gentoo-mactel x86_64)
Revision Changes Path
1.90 gnome-extra/deskbar-applet/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog?r1=1.89&r2=1.90
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog 30 Jul 2008 22:02:31 -0000 1.89
+++ ChangeLog 4 Aug 2008 21:43:15 -0000 1.90
@@ -1,6 +1,13 @@
# ChangeLog for gnome-extra/deskbar-applet
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog,v 1.89 2008/07/30 22:02:31 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog,v 1.90 2008/08/04 21:43:15 eva Exp $
+
+*deskbar-applet-2.22.3.1 (04 Aug 2008)
+
+ 04 Aug 2008; Gilles Dartiguelongue <eva@g.o>
+ -deskbar-applet-2.22.1.ebuild, -deskbar-applet-2.22.2.1.ebuild,
+ +deskbar-applet-2.22.3.1.ebuild:
+ bump to 2.22.3.1. Fix delicious plugin.
30 Jul 2008; Brent Baude <ranger@g.o> deskbar-applet-2.22.3.ebuild:
Marking deskbar-applet-2.22.3 ppc stable for bug 229709
1.1 gnome-extra/deskbar-applet/deskbar-applet-2.22.3.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/deskbar-applet-2.22.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/deskbar-applet-2.22.3.1.ebuild?rev=1.1&content-type=text/plain
Index: deskbar-applet-2.22.3.1.ebuild
===================================================================
# Copyright 1999-2008 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.22.3.1.ebuild,v 1.1 2008/08/04 21:43:15 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 test"
# TODO: check if gnome-doc-utils doesn't imply scrollkeeper
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
>=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
app-text/scrollkeeper
app-text/gnome-doc-utils
dev-util/pkgconfig
test? ( ~app-text/docbook-xml-dtd-4.2 )"
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
# disable pyc compiling
mv py-compile py-compile.orig
ln -s $(type -P true) py-compile
AT_M4DIR="m4" eautoreconf
}
pkg_postinst() {
gnome2_pkg_postinst
python_version
python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/deskbar
python_mod_optimize /usr/$(get_libdir)/deskbar-applet/modules-2.20-compatible
ebeep 5
ewarn "The dictionary plugin in deskbar-applet uses the dictionary from "
ewarn "gnome-extra/gnome-utils. If it is not present, the dictionary "
ewarn "plugin will fail silently."
epause 5
}
pkg_postrm() {
gnome2_pkg_postrm
python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/deskbar
python_mod_cleanup /usr/$(get_libdir)/deskbar-applet/modules-2.20-compatible
}
|
|