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 CC590138AE9 for ; Wed, 27 Dec 2017 13:02:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6456CE0E81; Wed, 27 Dec 2017 13:02:37 +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 3564BE0E81 for ; Wed, 27 Dec 2017 13:02:37 +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 4873F33FE49 for ; Wed, 27 Dec 2017 13:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6776AF44 for ; Wed, 27 Dec 2017 13:02:32 +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: <1514379711.9386515cf468954877d17c4074047dc619a44217.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-231.ebuild X-VCS-Directories: dev-libs/libgudev/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9386515cf468954877d17c4074047dc619a44217 X-VCS-Branch: master Date: Wed, 27 Dec 2017 13:02:32 +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: 2d4b6097-c6b7-4a08-917e-5aa87a5617ed X-Archives-Hash: e8a59f0be2a4215a909082829edc8ebb commit: 9386515cf468954877d17c4074047dc619a44217 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 27 12:50:41 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 27 13:01:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9386515c dev-libs/libgudev: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/libgudev/Manifest | 1 - dev-libs/libgudev/libgudev-231.ebuild | 46 ----------------------------------- 2 files changed, 47 deletions(-) diff --git a/dev-libs/libgudev/Manifest b/dev-libs/libgudev/Manifest index 9cb5ba08d3e..c9f6d87590d 100644 --- a/dev-libs/libgudev/Manifest +++ b/dev-libs/libgudev/Manifest @@ -1,2 +1 @@ -DIST libgudev-231.tar.xz 270088 BLAKE2B fd258c9d187b72262916d70af29924727dd739bfd66f315a221021e6c2cfa0c6e451ed3d22097af4c9a91581985126cf4bc96f7c9eee40e84a4d54fc542bcc0f SHA512 3989025168c9e7e5e3f7813ee903a63f697ad390d3060121d0f45ee31031014c23a26f4287f3e6ad97d582131d0d568be31baa0b68f6f64ae337e926b3fe2625 DIST libgudev-232.tar.xz 270904 BLAKE2B 90b2ec011f065929bd560398de9cfa8c365f9b84d205c816f2d7a98391d96bde47449eb77bc76b1e486af7dfdb3ed6525f216549e0dc3571b2ee672920438c98 SHA512 f648a41e2a6af7e26634c7cc259fdc47bb6e6ffb329324d157f340e42928e28c2059a0e923b9b0aaecd1ee3ecafbc7b55e5652f1f77bc1b88367b97057a1bedc diff --git a/dev-libs/libgudev/libgudev-231.ebuild b/dev-libs/libgudev/libgudev-231.ebuild deleted file mode 100644 index 530c506d3e1..00000000000 --- a/dev-libs/libgudev/libgudev-231.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# 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 ~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/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 -}