From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8AB35138247 for ; Mon, 30 Dec 2013 08:35:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F32AE09B3; Mon, 30 Dec 2013 08:35:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9B5CE09B3 for ; Mon, 30 Dec 2013 08:35:15 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2B6533F133 for ; Mon, 30 Dec 2013 08:35:14 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 985032004C; Mon, 30 Dec 2013 08:35:13 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/dbus-glib: ChangeLog dbus-glib-0.100.2-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog dbus-glib-0.100.2-r1.ebuild X-VCS-Directories: dev-libs/dbus-glib X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131230083513.985032004C@flycatcher.gentoo.org> Date: Mon, 30 Dec 2013 08:35:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f5f8069c-904a-469d-a074-defbe7823293 X-Archives-Hash: 5115bae1216f145b7b91cee8ef5146ff aballier 13/12/30 08:35:13 Modified: ChangeLog Added: dbus-glib-0.100.2-r1.ebuild Log: convert to multilib, bug #494468 by Christoph Junghans (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.139 dev-libs/dbus-glib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/ChangeLog?rev=1.139&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/ChangeLog?rev=1.139&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/ChangeLog?r1=1.138&r2=1.139 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v retrieving revision 1.138 retrieving revision 1.139 diff -u -r1.138 -r1.139 --- ChangeLog 5 Jun 2013 00:16:24 -0000 1.138 +++ ChangeLog 30 Dec 2013 08:35:13 -0000 1.139 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/dbus-glib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.138 2013/06/05 00:16:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.139 2013/12/30 08:35:13 aballier Exp $ + +*dbus-glib-0.100.2-r1 (30 Dec 2013) + + 30 Dec 2013; Alexis Ballier + +dbus-glib-0.100.2-r1.ebuild: + convert to multilib, bug #494468 by Christoph Junghans 05 Jun 2013; Mike Frysinger metadata.xml: Add upstream CPE tag (security info) from ChromiumOS. 1.1 dev-libs/dbus-glib/dbus-glib-0.100.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2-r1.ebuild?rev=1.1&content-type=text/plain Index: dbus-glib-0.100.2-r1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2-r1.ebuild,v 1.1 2013/12/30 08:35:13 aballier Exp $ EAPI=5 inherit bash-completion-r1 eutils multilib-minimal DESCRIPTION="D-Bus bindings for glib" HOMEPAGE="http://dbus.freedesktop.org/" SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="|| ( GPL-2 AFL-2.1 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="debug doc static-libs test" CDEPEND=">=dev-libs/expat-2[${MULTILIB_USEDEP}] >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}] >=sys-apps/dbus-1.6.2[${MULTILIB_USEDEP}]" DEPEND="${CDEPEND} virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.4 )" RDEPEND="${CDEPEND} abi_x86_32? ( !