From: "Remi Cardona (remi)" <remi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-applets: ChangeLog gnome-applets-2.22.2.ebuild
Date: Fri, 30 May 2008 15:19:20 +0000 [thread overview]
Message-ID: <E1K26O0-0002Y6-7Y@stork.gentoo.org> (raw)
remi 08/05/30 15:19:20
Modified: ChangeLog
Added: gnome-applets-2.22.2.ebuild
Log:
gnome-base/gnome-applets: bump to 2.22.2, translation and doc updates, one tiny bug fix
(Portage version: 2.1.5.2)
Revision Changes Path
1.261 gnome-base/gnome-applets/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.261&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.261&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?r1=1.260&r2=1.261
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- ChangeLog 29 May 2008 16:57:31 -0000 1.260
+++ ChangeLog 30 May 2008 15:19:19 -0000 1.261
@@ -1,6 +1,11 @@
# ChangeLog for gnome-base/gnome-applets
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.260 2008/05/29 16:57:31 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.261 2008/05/30 15:19:19 remi Exp $
+
+*gnome-applets-2.22.2 (30 May 2008)
+
+ 30 May 2008; Rémi Cardona <remi@gentoo.org> +gnome-applets-2.22.2.ebuild:
+ bump to 2.22.2, translation and doc updates, one tiny bug fix
29 May 2008; Ali Polatel <hawking@gentoo.org> gnome-applets-2.20.1.ebuild,
gnome-applets-2.22.0.ebuild, gnome-applets-2.22.1.ebuild:
1.1 gnome-base/gnome-applets/gnome-applets-2.22.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.22.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.22.2.ebuild?rev=1.1&content-type=text/plain
Index: gnome-applets-2.22.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.22.2.ebuild,v 1.1 2008/05/30 15:19:19 remi Exp $
inherit eutils gnome2 autotools python
DESCRIPTION="Applets for the GNOME Desktop and Panel"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="acpi apm doc gnome gstreamer hal ipv6 test"
# TODO: configure says python stuff is optional
# my secret script says cpufrequtils might be needed in RDEPEND
RDEPEND=">=x11-libs/gtk+-2.11
>=dev-libs/glib-2.15.6
>=gnome-base/libgnome-2.8
>=gnome-base/libgnomeui-2.8
>=gnome-base/gconf-2.8
>=gnome-base/gnome-panel-2.13.4
>=gnome-base/libglade-2.4
>=gnome-base/gail-1.1
>=x11-libs/libxklavier-2.91
>=x11-libs/libwnck-2.9.3
>=gnome-base/gnome-desktop-2.11.1
>=x11-libs/libnotify-0.3.2
hal? ( >=sys-apps/hal-0.5.3 )
>=dev-libs/dbus-glib-0.71
>=x11-themes/gnome-icon-theme-2.15.91
>=dev-libs/libgweather-2.22.1
>=virtual/python-2.4
apm? ( sys-apps/apmd )
x11-apps/xrdb x11-libs/libX11
gnome? (
>=gnome-base/libgnomekbd-2.21.4.1
gnome-base/gnome-settings-daemon
>=gnome-extra/gucharmap-1.4
>=gnome-base/libgtop-2.11.92
>=gnome-base/gnome-vfs-2.15.4
>=dev-python/pygtk-2.6
>=dev-python/gnome-python-2.10
)
gstreamer? (
>=media-libs/gstreamer-0.10.2
>=media-libs/gst-plugins-base-0.10.14
)"
# Remove gnome-system-tools 2.14 from RDEPEND to all because it is starting
# to cause more headache to keep it than to mask it. Supports only s-t-b-1
# anyway.
# >=app-admin/system-tools-backends-1.1.3
DEPEND="${RDEPEND}
>=app-text/scrollkeeper-0.1.4
>=app-text/gnome-doc-utils-0.3.2
>=dev-util/pkgconfig-0.19
>=dev-util/intltool-0.35
dev-libs/libxslt
doc? (
app-text/docbook-sgml-utils
~app-text/docbook-xml-dtd-4.3
)
test? ( ~app-text/docbook-xml-dtd-4.3 )"
DOCS="AUTHORS ChangeLog NEWS README"
src_unpack() {
gnome2_src_unpack
# disable pyc compiling
mv py-compile py-compile.orig
ln -s $(type -P true) py-compile
}
pkg_setup() {
G2CONF="${G2CONF}
--disable-scrollkeeper --enable-flags
$(use_with hal)
$(use_enable ipv6)"
if use gstreamer; then
G2CONF="${G2CONF} --with-gstreamer=0.10"
fi
if ! use ppc && ! use apm && ! use acpi; then
G2CONF="${G2CONF} --disable-battstat"
fi
if use ppc && ! use apm; then
G2CONF="${G2CONF} --disable-battstat"
fi
}
src_install() {
gnome2_src_install
APPLETS="accessx-status battstat charpick cpufreq drivemount geyes \
gkb-new gswitchit gweather invest-applet mini-commander \
mixer modemlights multiload null_applet stickynotes trashapplet"
# modemlights is out because it needs system-tools-backends-1
for applet in ${APPLETS} ; do
docinto ${applet}
for d in AUTHORS ChangeLog NEWS README README.themes TODO ; do
[ -s ${applet}/${d} ] && dodoc ${applet}/${d}
done
done
}
pkg_postinst() {
gnome2_pkg_postinst
if use acpi && ! use hal ; then
elog "It is highly recommended that you install acpid if you use the"
elog "battstat applet to prevent any issues with other applications "
elog "trying to read acpi information."
fi
# check for new python modules on bumps
python_version
python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/invest
}
pkg_postrm() {
gnome2_pkg_postrm
python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/invest
}
--
gentoo-commits@lists.gentoo.org mailing list
reply other threads:[~2008-05-30 15:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1K26O0-0002Y6-7Y@stork.gentoo.org \
--to=remi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox