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 2DC151382CD for ; Sat, 25 Jun 2016 12:23:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0321494039; Sat, 25 Jun 2016 12:22:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 533C2E0B36 for ; Sat, 25 Jun 2016 12:22:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6880E340C42 for ; Sat, 25 Jun 2016 12:22:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD6892443 for ; Sat, 25 Jun 2016 12:22:33 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1466857326.5f05b1cee7af2f4a4c528fdbba52bd2b73839222.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/dconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/dconf/dconf-0.26.0.ebuild X-VCS-Directories: gnome-base/dconf/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5f05b1cee7af2f4a4c528fdbba52bd2b73839222 X-VCS-Branch: master Date: Sat, 25 Jun 2016 12:22:33 +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: f07e287b-8350-4eba-8982-371ffa9ab06b X-Archives-Hash: 1b060132ff69892f960723a5b22ae884 commit: 5f05b1cee7af2f4a4c528fdbba52bd2b73839222 Author: Pacho Ramos gentoo org> AuthorDate: Sat Jun 25 12:10:40 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jun 25 12:22:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f05b1ce gnome-base/dconf: bash-completion hacks look to not be needed anymore Package-Manager: portage-2.3.0_rc1 gnome-base/dconf/dconf-0.26.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnome-base/dconf/dconf-0.26.0.ebuild b/gnome-base/dconf/dconf-0.26.0.ebuild index 91e5778..1007567 100644 --- a/gnome-base/dconf/dconf-0.26.0.ebuild +++ b/gnome-base/dconf/dconf-0.26.0.ebuild @@ -49,10 +49,6 @@ src_install() { echo 'CONFIG_PROTECT_MASK="/etc/dconf"' >> 51dconf echo 'GSETTINGS_BACKEND="dconf"' >> 51dconf doenvd 51dconf - - # Install bash-completion file properly to the system - rm -rv "${ED}usr/share/bash-completion" || die - dobashcomp "${S}/bin/completion/dconf" } pkg_postinst() {