From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SIOef-0004WE-T8 for garchives@archives.gentoo.org; Thu, 12 Apr 2012 18:22:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73618E0F04; Thu, 12 Apr 2012 18:21:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2E7E2E0F04 for ; Thu, 12 Apr 2012 18:21:46 +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 646101B401C for ; Thu, 12 Apr 2012 18:21:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2214) id 1A7882004B; Thu, 12 Apr 2012 18:21:44 +0000 (UTC) From: "Jeremy Olexa (darkside)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, darkside@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/dbus-glib: dbus-glib-0.98.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: dbus-glib-0.98.ebuild ChangeLog X-VCS-Directories: dev-libs/dbus-glib X-VCS-Committer: darkside X-VCS-Committer-Name: Jeremy Olexa Content-Type: text/plain; charset=utf8 Message-Id: <20120412182144.1A7882004B@flycatcher.gentoo.org> Date: Thu, 12 Apr 2012 18:21:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3b6dc469-27d8-453c-bb62-977d0fdb0727 X-Archives-Hash: 9a8a68c9f90d8fe03b59c341ee0d7549 darkside 12/04/12 18:21:44 Modified: dbus-glib-0.98.ebuild ChangeLog Log: add Gentoo Prefix support, KEYWORDS and path offsets =20 (Portage version: 2.1.10.44/cvs/Linux i686) Revision Changes Path 1.8 dev-libs/dbus-glib/dbus-glib-0.98.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib= /dbus-glib-0.98.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib= /dbus-glib-0.98.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib= /dbus-glib-0.98.ebuild?r1=3D1.7&r2=3D1.8 Index: dbus-glib-0.98.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.98.ebuil= d,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- dbus-glib-0.98.ebuild 1 Feb 2012 01:56:51 -0000 1.7 +++ dbus-glib-0.98.ebuild 12 Apr 2012 18:21:44 -0000 1.8 @@ -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/dev-libs/dbus-glib/dbus-glib-0.98.ebu= ild,v 1.7 2012/02/01 01:56:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.98.ebu= ild,v 1.8 2012/04/12 18:21:44 darkside Exp $ =20 EAPI=3D4 inherit bash-completion-r1 @@ -11,7 +11,7 @@ =20 LICENSE=3D"|| ( GPL-2 AFL-2.1 )" SLOT=3D"0" -KEYWORDS=3D"alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 = ~x86-fbsd" +KEYWORDS=3D"alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 = ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~spa= rc-solaris ~x86-solaris" IUSE=3D"debug doc static-libs test" =20 RDEPEND=3D">=3Dsys-apps/dbus-1.4.1 @@ -29,13 +29,13 @@ src_configure() { local my_conf =20 - my_conf=3D"--localstatedir=3D/var + my_conf=3D"--localstatedir=3D${EPREFIX}/var --enable-bash-completion $(use_enable debug verbose-mode) $(use_enable debug asserts) $(use_enable static-libs static) $(use_enable doc gtk-doc) - --with-html-dir=3D/usr/share/doc/${PF}/html" + --with-html-dir=3D${EPREFIX}/usr/share/doc/${PF}/html" =20 mkdir "${BD}" cd "${BD}" @@ -80,8 +80,8 @@ emake DESTDIR=3D"${D}" install =20 # FIXME: We need --with-bash-completion-dir - newbashcomp "${D}"/etc/bash_completion.d/dbus-bash-completion.sh dbus - rm -rf "${D}"/etc/bash_completion.d || die + newbashcomp "${ED}"/etc/bash_completion.d/dbus-bash-completion.sh dbus + rm -rf "${ED}"/etc/bash_completion.d || die =20 - find "${D}" -name '*.la' -exec rm -f {} + + find "${ED}" -name '*.la' -exec rm -f {} + } 1.99 dev-libs/dbus-glib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib= /ChangeLog?rev=3D1.99&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib= /ChangeLog?rev=3D1.99&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib= /ChangeLog?r1=3D1.98&r2=3D1.99 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- ChangeLog 1 Feb 2012 01:58:04 -0000 1.98 +++ ChangeLog 12 Apr 2012 18:21:44 -0000 1.99 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/dbus-glib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.98 2= 012/02/01 01:58:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.99 2= 012/04/12 18:21:44 darkside Exp $ + + 12 Apr 2012; Jeremy Olexa dbus-glib-0.98.ebuild: + add Gentoo Prefix support, KEYWORDS and path offsets =20 01 Feb 2012; Samuli Suominen -dbus-glib-0.92.eb= uild, -files/dbus-glib-0.92-userpriv-fix.patch: