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 1IiHrQ-0000lG-9U for garchives@archives.gentoo.org; Wed, 17 Oct 2007 22:59:32 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9HMn6Hf029902; Wed, 17 Oct 2007 22:49:06 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 l9HMn3du029828 for ; Wed, 17 Oct 2007 22:49:06 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 4E0936527C for ; Wed, 17 Oct 2007 22:49:05 +0000 (UTC) Received: from eva by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IiHWY-0003aX-V8 for gentoo-commits@lists.gentoo.org; Wed, 17 Oct 2007 22:37:58 +0000 From: "Gilles Dartiguelongue (eva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, eva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libbonobo: ChangeLog libbonobo-2.20.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog libbonobo-2.20.1.ebuild X-VCS-Directories: gnome-base/libbonobo X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Gilles Dartiguelongue Date: Wed, 17 Oct 2007 22:37:58 +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: 8c9b28e3-da89-46fe-88c2-0ebc4d028a60 X-Archives-Hash: 66eb01712ef2734b7cc576516f5ed97d eva 07/10/17 22:37:58 Modified: ChangeLog Added: libbonobo-2.20.1.ebuild Log: bump to 2.20.1 (Portage version: 2.1.3.13) Revision Changes Path 1.134 gnome-base/libbonobo/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonobo/ChangeLog?rev=1.134&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonobo/ChangeLog?rev=1.134&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonobo/ChangeLog?r1=1.133&r2=1.134 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v retrieving revision 1.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- ChangeLog 25 Sep 2007 20:44:48 -0000 1.133 +++ ChangeLog 17 Oct 2007 22:37:58 -0000 1.134 @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/libbonobo # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v 1.133 2007/09/25 20:44:48 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v 1.134 2007/10/17 22:37:58 eva Exp $ + +*libbonobo-2.20.1 (17 Oct 2007) + + 17 Oct 2007; Gilles Dartiguelongue + +libbonobo-2.20.1.ebuild: + bump to 2.20.1 *libbonobo-2.20.0 (25 Sep 2007) 1.1 gnome-base/libbonobo/libbonobo-2.20.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonobo/libbonobo-2.20.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonobo/libbonobo-2.20.1.ebuild?rev=1.1&content-type=text/plain Index: libbonobo-2.20.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/libbonobo/libbonobo-2.20.1.ebuild,v 1.1 2007/10/17 22:37:58 eva Exp $ inherit gnome2 DESCRIPTION="GNOME CORBA framework" HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2.1 GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug doc" RDEPEND=">=dev-libs/glib-2.8 >=gnome-base/orbit-2.14.0 >=dev-libs/libxml2-2.4.20 >=dev-libs/popt-1.5 !gnome-base/bonobo-activation" DEPEND="${RDEPEND} x11-apps/xrdb >=dev-util/pkgconfig-0.9 >=dev-util/intltool-0.35 doc? ( >=dev-util/gtk-doc-1 )" DOCS="AUTHORS ChangeLog NEWS README TODO" pkg_setup() { G2CONF="$(use_enable debug bonobo-activation-debug)" } -- gentoo-commits@gentoo.org mailing list