From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B977138350 for ; Sat, 11 Jan 2020 20:19:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0CDBE0A9B; Sat, 11 Jan 2020 20:19:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAFB6E0A9B for ; Sat, 11 Jan 2020 20:19:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A913234DF73 for ; Sat, 11 Jan 2020 20:19:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE5D29D for ; Sat, 11 Jan 2020 20:19:19 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1578773688.b678c32ae1059974be28f8eab079e2c53201aa46.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgudev/Manifest dev-libs/libgudev/libgudev-232.ebuild X-VCS-Directories: dev-libs/libgudev/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b678c32ae1059974be28f8eab079e2c53201aa46 X-VCS-Branch: master Date: Sat, 11 Jan 2020 20:19:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0e93401b-2e14-45b0-90c2-c5e1cab57d29 X-Archives-Hash: ced8b156383a8b480e852529c93c6020 commit: b678c32ae1059974be28f8eab079e2c53201aa46 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jan 11 20:14:48 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jan 11 20:14:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b678c32a dev-libs/libgudev: remove old Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> dev-libs/libgudev/Manifest | 1 - dev-libs/libgudev/libgudev-232.ebuild | 47 ----------------------------------- 2 files changed, 48 deletions(-) diff --git a/dev-libs/libgudev/Manifest b/dev-libs/libgudev/Manifest index b105822a5b3..e63c05c5c94 100644 --- a/dev-libs/libgudev/Manifest +++ b/dev-libs/libgudev/Manifest @@ -1,2 +1 @@ -DIST libgudev-232.tar.xz 270904 BLAKE2B 90b2ec011f065929bd560398de9cfa8c365f9b84d205c816f2d7a98391d96bde47449eb77bc76b1e486af7dfdb3ed6525f216549e0dc3571b2ee672920438c98 SHA512 f648a41e2a6af7e26634c7cc259fdc47bb6e6ffb329324d157f340e42928e28c2059a0e923b9b0aaecd1ee3ecafbc7b55e5652f1f77bc1b88367b97057a1bedc DIST libgudev-233.tar.xz 271292 BLAKE2B 02c9a1040e3db21a9478927cce99cc8fdb360db922fc35421fd41ceeaffc786aa9f397f9387ac9d98bdd8ed45a457af2c0d33df731edfa08b63cb64a2c7fa4e6 SHA512 0e7beb35478bba2aed3cf8e750f524c562038b04fd59e4dd31618b0ae7cbd29545e5909c422325e4be84dcab9177a5256bf0f3ce7df7b6c07e4866cbb8ce570b diff --git a/dev-libs/libgudev/libgudev-232.ebuild b/dev-libs/libgudev/libgudev-232.ebuild deleted file mode 100644 index 73f6bb32f5b..00000000000 --- a/dev-libs/libgudev/libgudev-232.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2 multilib-minimal - -DESCRIPTION="GObject bindings for libudev" -HOMEPAGE="https://wiki.gnome.org/Projects/libgudev" - -LICENSE="LGPL-2.1+" -SLOT="0/0" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="introspection static-libs" - -COMMON_DEPEND=" - >=dev-libs/glib-2.30.0:2[${MULTILIB_USEDEP},static-libs?] - >=virtual/libudev-199:=[${MULTILIB_USEDEP},static-libs(-)?] - introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) -" -RDEPEND="${COMMON_DEPEND} - !sys-fs/eudev[gudev(-)] - !sys-fs/udev[gudev(-)] - !sys-apps/systemd[gudev(-)] -" -DEPEND="${COMMON_DEPEND} - dev-util/glib-utils - >=dev-util/gtk-doc-am-1.18 - virtual/pkgconfig[${MULTILIB_USEDEP}] -" - -# Needs multilib dev-util/umockdev -RESTRICT="test" - -multilib_src_configure() { - local myconf=( - $(multilib_native_use_enable introspection) - $(use_enable static-libs static) - --disable-umockdev - ) - local ECONF_SOURCE="${S}" - gnome2_src_configure "${myconf[@]}" -} - -multilib_src_install() { - gnome2_src_install -}