* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-applets: ChangeLog gnome-applets-3.4.1.ebuild
@ 2012-05-14 6:06 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-05-14 6:06 UTC (permalink / raw
To: gentoo-commits
tetromino 12/05/14 06:06:28
Modified: ChangeLog
Added: gnome-applets-3.4.1.ebuild
Log:
Version bump for gnome-3.4; the gkb-new applet has been removed.
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Revision Changes Path
1.352 gnome-base/gnome-applets/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.352&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.352&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/ChangeLog?r1=1.351&r2=1.352
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -r1.351 -r1.352
--- ChangeLog 10 May 2012 09:45:02 -0000 1.351
+++ ChangeLog 14 May 2012 06:06:28 -0000 1.352
@@ -1,6 +1,12 @@
# ChangeLog for gnome-base/gnome-applets
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.351 2012/05/10 09:45:02 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.352 2012/05/14 06:06:28 tetromino Exp $
+
+*gnome-applets-3.4.1 (14 May 2012)
+
+ 14 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ +gnome-applets-3.4.1.ebuild:
+ Version bump for gnome-3.4; the gkb-new applet has been removed.
10 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
gnome-applets-2.32.1.1.ebuild:
1.1 gnome-base/gnome-applets/gnome-applets-3.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.4.1.ebuild?rev=1.1&content-type=text/plain
Index: gnome-applets-3.4.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.4.1.ebuild,v 1.1 2012/05/14 06:06:28 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="no" # bug 340725, no other la files
PYTHON_DEPEND="2:2.5"
inherit eutils gnome2 python
DESCRIPTION="Applets for the GNOME Desktop and Panel"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="0"
IUSE="gnome ipv6 networkmanager policykit"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
# null applet still needs bonobo support for gnome-panel?
#
# Latest gnome-panel needed due to commit 45a4988a6
# atk, cairo, pango used in multiple applets
RDEPEND=">=x11-libs/gtk+-3.0.0:3
dev-libs/atk
>=dev-libs/glib-2.22:2
>=gnome-base/gconf-2.8:2
>=gnome-base/gnome-panel-2.91.91
x11-libs/cairo
>=x11-libs/libxklavier-4.0
>=x11-libs/libwnck-2.91.0:3
>=x11-libs/libnotify-0.7
x11-libs/pango
>=sys-apps/dbus-1.1.2
>=dev-libs/dbus-glib-0.74
>=dev-libs/libxml2-2.5.0
>=x11-themes/gnome-icon-theme-2.15.91
>=dev-libs/libgweather-2.91.0
x11-libs/libX11
gnome? (
gnome-base/gnome-settings-daemon
>=gnome-extra/gucharmap-2.33.0:2.90
>=gnome-base/libgtop-2.11.92
>=dev-python/pygobject-2.26:2[introspection]
gnome-base/gconf[introspection]
gnome-base/gnome-panel[introspection]
x11-libs/gdk-pixbuf[introspection]
x11-libs/gtk+:3[introspection]
x11-libs/pango[introspection] )
networkmanager? ( >=net-misc/networkmanager-0.7.0 )
policykit? ( >=sys-auth/polkit-0.92 )"
DEPEND="${RDEPEND}
>=app-text/scrollkeeper-0.1.4
>=app-text/gnome-doc-utils-0.3.2
virtual/pkgconfig
>=dev-util/intltool-0.35
dev-libs/libxslt
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xml-dtd:4.3"
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
# We don't want HAL or battstat.
# mixer applet uses gstreamer, conflicts with the mixer provided by g-s-d
# GNOME 3 has a hard-dependency on pulseaudio, so gstmixer applet is useless
G2CONF="${G2CONF}
--disable-scrollkeeper
--disable-schemas-install
--without-hal
--disable-battstat
--disable-mixer-applet
$(use_enable ipv6)
$(use_enable networkmanager)
$(use_enable policykit polkit)"
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
gnome2_src_prepare
# disable pyc compiling
echo '#!/bin/sh' > py-compile
# Invest applet tests need gconf/proxy/...
# Note: for now, invest tests are commented out by upstream
#sed 's/^TESTS.*/TESTS=/g' -i invest-applet/invest/Makefile.am \
# invest-applet/invest/Makefile.in || die "disabling invest tests failed"
python_convert_shebangs -r 2 .
}
src_test() {
unset DBUS_SESSION_BUS_ADDRESS
emake check
}
src_install() {
gnome2_src_install
local APPLETS="accessx-status charpick cpufreq drivemount geyes
gweather invest-applet mini-commander
multiload null_applet stickynotes trashapplet"
# mixer is out because gnome3 uses pulseaudio
# modemlights is out because it needs system-tools-backends-1
# battstat is disabled because we don't want HAL anywhere
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
# check for new python modules on bumps
python_mod_optimize invest
}
pkg_postrm() {
gnome2_pkg_postrm
python_mod_cleanup invest
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-applets: ChangeLog gnome-applets-3.4.1.ebuild
@ 2012-05-24 8:44 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-05-24 8:44 UTC (permalink / raw
To: gentoo-commits
tetromino 12/05/24 08:44:12
Modified: ChangeLog gnome-applets-3.4.1.ebuild
Log:
Modernize py-compile cleanup.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Revision Changes Path
1.353 gnome-base/gnome-applets/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.353&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.353&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/ChangeLog?r1=1.352&r2=1.353
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -r1.352 -r1.353
--- ChangeLog 14 May 2012 06:06:28 -0000 1.352
+++ ChangeLog 24 May 2012 08:44:12 -0000 1.353
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/gnome-applets
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.352 2012/05/14 06:06:28 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.353 2012/05/24 08:44:12 tetromino Exp $
+
+ 24 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ gnome-applets-3.4.1.ebuild:
+ Modernize py-compile cleanup.
*gnome-applets-3.4.1 (14 May 2012)
1.2 gnome-base/gnome-applets/gnome-applets-3.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.4.1.ebuild?r1=1.1&r2=1.2
Index: gnome-applets-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-applets-3.4.1.ebuild 14 May 2012 06:06:28 -0000 1.1
+++ gnome-applets-3.4.1.ebuild 24 May 2012 08:44:12 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.4.1.ebuild,v 1.1 2012/05/14 06:06:28 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.4.1.ebuild,v 1.2 2012/05/24 08:44:12 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -53,13 +53,13 @@
networkmanager? ( >=net-misc/networkmanager-0.7.0 )
policykit? ( >=sys-auth/polkit-0.92 )"
DEPEND="${RDEPEND}
- >=app-text/scrollkeeper-0.1.4
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/docbook-xml-dtd:4.3
>=app-text/gnome-doc-utils-0.3.2
- virtual/pkgconfig
+ >=app-text/scrollkeeper-0.1.4
>=dev-util/intltool-0.35
dev-libs/libxslt
- app-text/docbook-xml-dtd:4.1.2
- app-text/docbook-xml-dtd:4.3"
+ virtual/pkgconfig"
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
@@ -83,8 +83,7 @@
src_prepare() {
gnome2_src_prepare
- # disable pyc compiling
- echo '#!/bin/sh' > py-compile
+ python_clean_py-compile_files
# Invest applet tests need gconf/proxy/...
# Note: for now, invest tests are commented out by upstream
@@ -129,4 +128,4 @@
pkg_postrm() {
gnome2_pkg_postrm
python_mod_cleanup invest
-}
+}
\ No newline at end of file
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-applets: ChangeLog gnome-applets-3.4.1.ebuild
@ 2013-03-07 8:25 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2013-03-07 8:25 UTC (permalink / raw
To: gentoo-commits
eva 13/03/07 08:25:00
Modified: ChangeLog
Removed: gnome-applets-3.4.1.ebuild
Log:
Clean up old revision.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path
1.365 gnome-base/gnome-applets/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.365&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.365&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/ChangeLog?r1=1.364&r2=1.365
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -r1.364 -r1.365
--- ChangeLog 24 Dec 2012 17:17:33 -0000 1.364
+++ ChangeLog 7 Mar 2013 08:25:00 -0000 1.365
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/gnome-applets
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.364 2012/12/24 17:17:33 eva Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.365 2013/03/07 08:25:00 eva Exp $
+
+ 07 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnome-applets-3.4.1.ebuild:
+ Clean up old revision.
24 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org>
gnome-applets-3.6.0-r1.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-03-07 8:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07 8:25 [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-applets: ChangeLog gnome-applets-3.4.1.ebuild Gilles Dartiguelongue (eva)
-- strict thread matches above, loose matches on Subject: below --
2012-05-24 8:44 Alexandre Rostovtsev (tetromino)
2012-05-14 6:06 Alexandre Rostovtsev (tetromino)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox