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 19A54138010 for ; Sat, 27 Oct 2012 20:58:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FC39E02CB; Sat, 27 Oct 2012 20:58:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DA1B6E02CB for ; Sat, 27 Oct 2012 20:58:47 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43C4633D919 for ; Sat, 27 Oct 2012 20:58:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D4CDCE5436 for ; Sat, 27 Oct 2012 20:58:45 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1351371424.a0fe4a48de9a84f73e17f32497bfe58aeacaa06b.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-contacts/gnome-contacts-3.6.0.ebuild gnome-extra/gnome-contacts/gnome-contacts-3.6.1.ebuild X-VCS-Directories: gnome-extra/gnome-contacts/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: a0fe4a48de9a84f73e17f32497bfe58aeacaa06b X-VCS-Branch: master Date: Sat, 27 Oct 2012 20:58:45 +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: 8bffbc1a-5448-4600-94b7-54026efb5214 X-Archives-Hash: dafdbaa8e513ed47b12dc60b81d9b5d0 commit: a0fe4a48de9a84f73e17f32497bfe58aeacaa06b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Oct 27 20:57:04 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Oct 27 20:57:04 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a0fe4a48 gnome-base/gnome-desktop: 3.6.0 → 3.6.1 --- ...ts-3.6.0.ebuild => gnome-contacts-3.6.1.ebuild} | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.6.0.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.6.1.ebuild similarity index 99% rename from gnome-extra/gnome-contacts/gnome-contacts-3.6.0.ebuild rename to gnome-extra/gnome-contacts/gnome-contacts-3.6.1.ebuild index fa4bc76..ed86964 100644 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.6.0.ebuild +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.6.1.ebuild @@ -57,14 +57,12 @@ if [[ ${PV} = 9999 ]]; then ${VALA_DEPEND}" fi -pkg_setup() { +src_prepare() { DOCS="AUTHORS ChangeLog NEWS" # README is empty G2CONF="${G2CONF} $(use_with v4l cheese)" # FIXME: Fails to compile with USE=-v4l -} -src_prepare() { # Regenerate the pre-generated C sources if ! use v4l; then touch src/*.vala