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 32238138330 for ; Mon, 28 May 2018 05:27:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CFBAE083B; Mon, 28 May 2018 05:27:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 18C8DE083B for ; Mon, 28 May 2018 05:27:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2FF4E335C2E for ; Mon, 28 May 2018 05:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC979292 for ; Mon, 28 May 2018 05:27:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1527485256.df7ee3eee763e9ad44c802f3cbcdf2efe631e9e6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/keybinder/Manifest dev-libs/keybinder/keybinder-0.3.1-r200.ebuild dev-libs/keybinder/keybinder-0.3.1-r300.ebuild X-VCS-Directories: dev-libs/keybinder/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: df7ee3eee763e9ad44c802f3cbcdf2efe631e9e6 X-VCS-Branch: master Date: Mon, 28 May 2018 05:27:37 +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: 03d273c9-3ce9-4126-b513-ced931bd1a97 X-Archives-Hash: f7b402d41ec58946e06dfb2502664f3e commit: df7ee3eee763e9ad44c802f3cbcdf2efe631e9e6 Author: Michał Górny gentoo org> AuthorDate: Mon May 28 05:27:22 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 28 05:27:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7ee3ee dev-libs/keybinder: Drop old dev-libs/keybinder/Manifest | 1 - dev-libs/keybinder/keybinder-0.3.1-r200.ebuild | 52 -------------------------- dev-libs/keybinder/keybinder-0.3.1-r300.ebuild | 40 -------------------- 3 files changed, 93 deletions(-) diff --git a/dev-libs/keybinder/Manifest b/dev-libs/keybinder/Manifest index 1d4a0ca5fe3..0beccc09035 100644 --- a/dev-libs/keybinder/Manifest +++ b/dev-libs/keybinder/Manifest @@ -1,3 +1,2 @@ DIST keybinder-0.3.1.tar.gz 391730 BLAKE2B ea286ab5bbd864709a1290ffd8d7d45468b1d525b4fdb8967159bbcf32ca8dc3d057ba39ad35dc19f5f68f67160fc48d805e107fcaea22f81fdd8bd1125db908 SHA512 aec4070b3d3b6c00900c3cb814e4b6a98beea09817eba3c3f7e6d5ce1ff68c091d183583f09b475e3e56bac67c94c1d912ebbe079dcece8195ac0ed9379d5f82 -DIST keybinder-3.0-0.3.1.tar.gz 358650 BLAKE2B 541ce7cf5bdb9fc8c0cb6d7f1f6326d47c0cb32f71b517a8bfe8aeecc74658cf17bbaff93854bd57aa898e1f22bff1269c20422bab347df6c1e2ca1d8eac13de SHA512 af65ce02707ed2712c70470c9151bffee87e6d5b3b97218b653d3061b74001a7f3ac59e15b71362e4466e7ac16573bdb6331dc00ebccd906ce08ca8176b6770f DIST keybinder-3.0-0.3.2.tar.gz 378942 BLAKE2B f998430a14e881b5b1802747ec15967d60bedf8e076e5ace886a665ad168eb297679f30289b6cae835f4b291a0744c12331e420dcafbfca7e63cc5e807e9cd46 SHA512 14171875e03ade88165f28c7267b66cf9efe34259d7a3072a786ba49dacf8f8d6d84753b1aeedec5dfb0a24028be86bceeebee2f6b1bf5ef2eb79ee45f909b11 diff --git a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild deleted file mode 100644 index 05751c8efac..00000000000 --- a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-r1 - -DESCRIPTION="A library for registering global keyboard shortcuts" -HOMEPAGE="https://github.com/engla/keybinder" -SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86" -IUSE="+introspection lua python" - -RDEPEND=">=x11-libs/gtk+-2.20:2 - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - introspection? ( dev-libs/gobject-introspection ) - lua? ( >=dev-lang/lua-5.1 ) - python? ( ${PYTHON_DEPS} - >=dev-python/pygobject-2.15.3:2[${PYTHON_USEDEP}] - >=dev-python/pygtk-2.12[${PYTHON_USEDEP}] - )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="AUTHORS NEWS README" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - local myconf - use lua || myconf='--disable-lua' - - econf \ - $(use_enable introspection) \ - $(use_enable python) \ - ${myconf} -} - -src_install() { - default - prune_libtool_files --all -} diff --git a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild deleted file mode 100644 index 2583c443358..00000000000 --- a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -MY_P=${PN}-3.0-${PV} - -DESCRIPTION="A library for registering global keyboard shortcuts" -HOMEPAGE="https://github.com/engla/keybinder" -SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="3" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 x86" -IUSE="+introspection" - -RDEPEND="x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - introspection? ( dev-libs/gobject-introspection )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="AUTHORS NEWS README" - -S=${WORKDIR}/${MY_P} - -src_configure() { - econf \ - $(use_enable introspection) \ - --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html" -} - -src_install() { - default - prune_libtool_files --all - dosym /usr/share/doc/${PF}/html/${PN}-3.0 /usr/share/gtk-doc/html/${PN}-3.0 -}