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 1F57859CA3 for ; Sun, 6 Mar 2016 11:50:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A526F21C03F for ; Sun, 6 Mar 2016 11:50:26 +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 8FBA2E07A5 for ; Sat, 5 Mar 2016 18:11:10 +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 EAFE2340B30 for ; Sat, 5 Mar 2016 18:11:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEA5B208F for ; Sat, 5 Mar 2016 18:11:04 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1457201459.500734a00e3f6aaa56531ef7f41966eb0e19d214.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 500734a00e3f6aaa56531ef7f41966eb0e19d214 X-VCS-Branch: master Date: Sat, 5 Mar 2016 18:11:04 +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: 499e66cd-92ee-45da-9c5b-e7dc23660f11 X-Archives-Hash: eab7aa4fed3865e6c4005002717df636 commit: 500734a00e3f6aaa56531ef7f41966eb0e19d214 Author: Mike Gilbert gentoo org> AuthorDate: Sat Mar 5 18:10:22 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Mar 5 18:10:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500734a0 sys-apps/systemd: Drop legacy pkgconfig files Upstream dropped the compat libs, along with the associated pkgconfig files. It's probably time we do so as well. Package-Manager: portage-2.2.27_p64 sys-apps/systemd/systemd-9999.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 2213ad1..c0635b4 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -70,7 +70,7 @@ RDEPEND="${COMMON_DEPEND} !sys-fs/udev" # sys-apps/dbus: the daemon only (+ build-time lib dep for tests) -PDEPEND=">=sys-apps/dbus-1.6.8-r1:0[systemd] +PDEPEND=">=sys-apps/dbus-1.8.8:0[systemd] >=sys-apps/hwids-20150417[udev] >=sys-fs/udev-init-scripts-25 policykit? ( sys-auth/polkit ) @@ -302,12 +302,6 @@ multilib_src_install() { emake "${mymakeopts[@]}" fi - - # install compat pkg-config files - # Change dbus to >=sys-apps/dbus-1.8.8 if/when this is dropped. - local pcfiles=( src/compat-libs/libsystemd-{daemon,id128,journal,login}.pc ) - emake "${mymakeopts[@]}" install-pkgconfiglibDATA \ - pkgconfiglib_DATA="${pcfiles[*]}" } multilib_src_install_all() {