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 7B4BF138334 for ; Thu, 13 Sep 2018 07:38:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D80E0DBA; Thu, 13 Sep 2018 07:38:14 +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 F15D3E0DBA for ; Thu, 13 Sep 2018 07:38:13 +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 4269B335CEA for ; Thu, 13 Sep 2018 07:38:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AE733D6 for ; Thu, 13 Sep 2018 07:38:10 +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: <1536823839.e9ff9432ca00e419474ab1667c609d8bd0233ee9.leio@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gobject-introspection/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gobject-introspection/gobject-introspection-1.54.1.ebuild X-VCS-Directories: dev-libs/gobject-introspection/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e9ff9432ca00e419474ab1667c609d8bd0233ee9 X-VCS-Branch: master Date: Thu, 13 Sep 2018 07:38:10 +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: 84d2effd-33e0-4453-bb46-6b78eb5abb15 X-Archives-Hash: 4997d4cb73d97b240e240a26337ed215 commit: e9ff9432ca00e419474ab1667c609d8bd0233ee9 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Sep 13 07:30:39 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Sep 13 07:30:39 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e9ff9432 dev-libs/gobject-introspection-1.54.1: remove, newer available in ::gentoo Package-Manager: Portage-2.3.49, Repoman-2.3.10 .../gobject-introspection-1.54.1.ebuild | 70 ---------------------- 1 file changed, 70 deletions(-) diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.54.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.54.1.ebuild deleted file mode 100644 index 77be1e37..00000000 --- a/dev-libs/gobject-introspection/gobject-introspection-1.54.1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) -PYTHON_REQ_USE="xml" - -inherit eapi7-ver gnome2 python-single-r1 toolchain-funcs - -DESCRIPTION="Introspection system for GObject-based libraries" -HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection" - -LICENSE="LGPL-2+ GPL-2+" -SLOT="0" -IUSE="cairo doctool test" -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} - test? ( cairo ) -" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -# virtual/pkgconfig needed at runtime, bug #505408 -# We force glib and g-i to be in sync by this way as explained in bug #518424 -RDEPEND=" - >=dev-libs/gobject-introspection-common-${PV} - >=dev-libs/glib-2.$(ver_cut 2):2 - doctool? ( dev-python/mako[${PYTHON_USEDEP}] ) - virtual/libffi:= - virtual/pkgconfig - !