From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IeHLQ-0000OM-RC for garchives@archives.gentoo.org; Sat, 06 Oct 2007 21:37:57 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l96LSRl2013926; Sat, 6 Oct 2007 21:28:27 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l96LSPdk013919 for ; Sat, 6 Oct 2007 21:28:26 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 788926522C for ; Sat, 6 Oct 2007 21:28:25 +0000 (UTC) Received: from compnerd by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IeHCC-0002oo-EV for gentoo-commits@lists.gentoo.org; Sat, 06 Oct 2007 21:28:24 +0000 From: "Saleem Abdulrasool (compnerd)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, compnerd@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.20.0.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog gnome-panel-2.20.0.1.ebuild X-VCS-Directories: gnome-base/gnome-panel X-VCS-Committer: compnerd X-VCS-Committer-Name: Saleem Abdulrasool Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Saleem Abdulrasool Date: Sat, 06 Oct 2007 21:28:24 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: f5ec5c7a-fa2b-4439-b3c2-761e12590356 X-Archives-Hash: 61509135cae83b222cc2ff85ff5a4539 compnerd 07/10/06 21:28:24 Modified: ChangeLog Added: gnome-panel-2.20.0.1.ebuild Log: version bump for GNOME 2.20 (Portage version: 2.1.3.11) Revision Changes Path 1.230 gnome-base/gnome-panel/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.230&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.230&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.229&r2=1.230 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v retrieving revision 1.229 retrieving revision 1.230 diff -u -r1.229 -r1.230 --- ChangeLog 22 Sep 2007 09:25:48 -0000 1.229 +++ ChangeLog 6 Oct 2007 21:28:23 -0000 1.230 @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/gnome-panel # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.229 2007/09/22 09:25:48 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.230 2007/10/06 21:28:23 compnerd Exp $ + +*gnome-panel-2.20.0.1 (06 Oct 2007) + + 06 Oct 2007; Saleem Abdulrasool + +gnome-panel-2.20.0.1.ebuild: + Version bump for GNOME 2.20 22 Sep 2007; Tom Gall gnome-panel-2.18.3.ebuild: stable on ppc64 1.1 gnome-base/gnome-panel/gnome-panel-2.20.0.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.20.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.20.0.1.ebuild?rev=1.1&content-type=text/plain Index: gnome-panel-2.20.0.1.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.20.0.1.ebuild,v 1.1 2007/10/06 21:28:23 compnerd Exp $ inherit autotools eutils gnome2 DESCRIPTION="The GNOME panel" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2 FDL-1.1 LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="doc eds" RDEPEND=">=gnome-base/gnome-desktop-2.12 >=x11-libs/pango-1.15.4 >=dev-libs/glib-2.13.0 >=x11-libs/gtk+-2.11.3 >=gnome-base/libglade-2.5 >=gnome-base/libgnome-2.13 >=gnome-base/libgnomeui-2.5.4 >=gnome-base/libbonoboui-2.1.1 >=gnome-base/orbit-2.4 >=gnome-base/gnome-vfs-2.14.2 >=x11-libs/libwnck-2.19.5 >=gnome-base/gconf-2.6.1 >=gnome-base/gnome-menus-2.11.1 >=gnome-base/libbonobo-2 >=dev-libs/dbus-glib-0.71 x11-libs/libXau media-libs/libpng >=x11-libs/cairo-1.0.0 eds? ( >=gnome-extra/evolution-data-server-1.6 )" DEPEND="${RDEPEND} app-text/scrollkeeper >=dev-util/pkgconfig-0.9 >=dev-util/intltool-0.35 >=app-text/gnome-doc-utils-0.3.2 doc? ( >=dev-util/gtk-doc-1 )" DOCS="AUTHORS ChangeLog HACKING NEWS README" pkg_setup() { G2CONF="--disable-scrollkeeper $(use_enable eds) \ --with-in-process-applets=notification-area,wncklet" } src_unpack() { gnome2_src_unpack # FIXME : uh yeah, this is nice # We should patch in a switch here and send it upstream sed -i 's:--load:-v:' "${S}/gnome-panel/Makefile.in" || die "sed failed" } pkg_postinst() { local entries="/etc/gconf/schemas/panel-default-setup.entries" if [ -e "$entries" ]; then einfo "setting panel gconf defaults..." GCONF_CONFIG_SOURCE=`"${ROOT}usr/bin/gconftool-2" --get-default-source` "${ROOT}usr/bin/gconftool-2" --direct --config-source \ "${GCONF_CONFIG_SOURCE}" --load="${entries}" fi # Calling this late so it doesn't process the GConf schemas file we already # took care of. gnome2_pkg_postinst } -- gentoo-commits@gentoo.org mailing list