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 1RKzRC-00017j-69 for garchives@archives.gentoo.org; Mon, 31 Oct 2011 21:30:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E78EAE0486; Mon, 31 Oct 2011 21:30:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B628DE0486 for ; Mon, 31 Oct 2011 21:30:26 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3883C1B4026 for ; Mon, 31 Oct 2011 21:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9676680042 for ; Mon, 31 Oct 2011 21:30:25 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <8f67dc3f2108534f5c5b1af9e85157ed928600ce.zorry@gentoo> Subject: [gentoo-commits] dev/zorry:master commit in: ebuild/dev-python/gobs/ X-VCS-Repository: dev/zorry X-VCS-Files: ebuild/dev-python/gobs/gobs-9999.ebuild X-VCS-Directories: ebuild/dev-python/gobs/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 8f67dc3f2108534f5c5b1af9e85157ed928600ce Date: Mon, 31 Oct 2011 21:30:25 +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: a6cb0bfe-594a-4dbc-ae8e-c0f88cd8322b X-Archives-Hash: 8a96a1a917519ad0956e352e4889115e commit: 8f67dc3f2108534f5c5b1af9e85157ed928600ce Author: Magnus Granberg gentoo org> AuthorDate: Mon Oct 31 21:30:07 2011 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Mon Oct 31 21:30:07 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3D8f67dc3f update ebuild to support gobs_setup_profile --- ebuild/dev-python/gobs/gobs-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ebuild/dev-python/gobs/gobs-9999.ebuild b/ebuild/dev-python/= gobs/gobs-9999.ebuild index 22fa1b7..5430529 100644 --- a/ebuild/dev-python/gobs/gobs-9999.ebuild +++ b/ebuild/dev-python/gobs/gobs-9999.ebuild @@ -41,7 +41,7 @@ src_install() { insinto /etc/gobs doins ${FILESDIR}/gobs.conf || die dobin ${S}/gobs/bin/gobs_updatedb || die - dobin ${S}/gobs/bin/gobs_portage_hooks || die + dobin ${S}/gobs/bin/gobs_setup_profile || die dosbin ${S}/gobs/bin/gobs_buildquerys || die dodoc ${S}/gobs/sql/pgdump.sql.gz || die dodoc ${S}/gobs/doc/Setup.txt || die