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 EC675138334 for ; Sun, 24 Jun 2018 13:05:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1D8DE08C8; Sun, 24 Jun 2018 13:05:32 +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 63C25E08C8 for ; Sun, 24 Jun 2018 13:05:32 +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 14C9B335C70 for ; Sun, 24 Jun 2018 13:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7220D2A1 for ; Sun, 24 Jun 2018 13:05:29 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1529845512.d2a6fd4a2c7dcae1e11ebfa4a2d3a028abb2ac6d.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/glib/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/glib/glib-2.56.1-r1.ebuild dev-libs/glib/glib-2.56.1.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: d2a6fd4a2c7dcae1e11ebfa4a2d3a028abb2ac6d X-VCS-Branch: master Date: Sun, 24 Jun 2018 13:05:29 +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: 0c63d720-c68e-4d4c-b4b3-f435016d2002 X-Archives-Hash: beedc96218b6d8f929461d00d5033475 commit: d2a6fd4a2c7dcae1e11ebfa4a2d3a028abb2ac6d Author: Sobhan Mohammadpour gentoo org> AuthorDate: Sun Jun 24 13:04:45 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Sun Jun 24 13:05:12 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d2a6fd4a dev-libs/glib: bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 Manifest-Sign-Key: 0x7DF238CF0AA182E1 .../{glib-2.56.1.ebuild => glib-2.56.1-r1.ebuild} | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/dev-libs/glib/glib-2.56.1.ebuild b/dev-libs/glib/glib-2.56.1-r1.ebuild similarity index 91% rename from dev-libs/glib/glib-2.56.1.ebuild rename to dev-libs/glib/glib-2.56.1-r1.ebuild index 06c64dfa..04ed5b91 100644 --- a/dev-libs/glib/glib-2.56.1.ebuild +++ b/dev-libs/glib/glib-2.56.1-r1.ebuild @@ -6,26 +6,26 @@ # then to be think very closely. EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) # Completely useless with or without USE static-libs, people need to use # pkg-config GNOME2_LA_PUNT="yes" inherit autotools bash-completion-r1 epunt-cxx flag-o-matic gnome2 libtool linux-info \ - multilib multilib-minimal pax-utils python-r1 toolchain-funcs versionator virtualx + multilib multilib-minimal pax-utils python-single-r1 toolchain-funcs versionator virtualx DESCRIPTION="The GLib library of C routines" HOMEPAGE="https://www.gtk.org/" -SRC_URI="${SRC_URI} +SRC_URI="${SRC_URI} https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz" # pkg.m4 for eautoreconf LICENSE="LGPL-2.1+" SLOT="2" IUSE="dbus debug fam kernel_linux +mime selinux static-libs systemtap test utils xattr" REQUIRED_USE=" - utils? ( ${PYTHON_REQUIRED_USE} ) + ${PYTHON_REQUIRED_USE} test? ( ${PYTHON_REQUIRED_USE} ) -" +" # test dep left here and elsewhere to not forget, as global python requirement is supposed to be temporary until a split package is made with meson KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" @@ -44,9 +44,9 @@ RDEPEND=" selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] ) xattr? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] ) fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] ) + ${PYTHON_DEPS} utils? ( - ${PYTHON_DEPS} - >=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}] + >=dev-util/gdbus-codegen-${PV} virtual/libelf:0= ) " @@ -59,7 +59,7 @@ DEPEND="${RDEPEND} test? ( sys-devel/gdb ${PYTHON_DEPS} - >=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}] + >=dev-util/gdbus-codegen-${PV} >=sys-apps/dbus-1.2.14 ) !