Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
Date: Mon, 28 May 2018 05:27:42
Message-Id: 1527485256.df7ee3eee763e9ad44c802f3cbcdf2efe631e9e6.mgorny@gentoo
1 commit: df7ee3eee763e9ad44c802f3cbcdf2efe631e9e6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 05:27:22 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 05:27:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7ee3ee
7
8 dev-libs/keybinder: Drop old
9
10 dev-libs/keybinder/Manifest | 1 -
11 dev-libs/keybinder/keybinder-0.3.1-r200.ebuild | 52 --------------------------
12 dev-libs/keybinder/keybinder-0.3.1-r300.ebuild | 40 --------------------
13 3 files changed, 93 deletions(-)
14
15 diff --git a/dev-libs/keybinder/Manifest b/dev-libs/keybinder/Manifest
16 index 1d4a0ca5fe3..0beccc09035 100644
17 --- a/dev-libs/keybinder/Manifest
18 +++ b/dev-libs/keybinder/Manifest
19 @@ -1,3 +1,2 @@
20 DIST keybinder-0.3.1.tar.gz 391730 BLAKE2B ea286ab5bbd864709a1290ffd8d7d45468b1d525b4fdb8967159bbcf32ca8dc3d057ba39ad35dc19f5f68f67160fc48d805e107fcaea22f81fdd8bd1125db908 SHA512 aec4070b3d3b6c00900c3cb814e4b6a98beea09817eba3c3f7e6d5ce1ff68c091d183583f09b475e3e56bac67c94c1d912ebbe079dcece8195ac0ed9379d5f82
21 -DIST keybinder-3.0-0.3.1.tar.gz 358650 BLAKE2B 541ce7cf5bdb9fc8c0cb6d7f1f6326d47c0cb32f71b517a8bfe8aeecc74658cf17bbaff93854bd57aa898e1f22bff1269c20422bab347df6c1e2ca1d8eac13de SHA512 af65ce02707ed2712c70470c9151bffee87e6d5b3b97218b653d3061b74001a7f3ac59e15b71362e4466e7ac16573bdb6331dc00ebccd906ce08ca8176b6770f
22 DIST keybinder-3.0-0.3.2.tar.gz 378942 BLAKE2B f998430a14e881b5b1802747ec15967d60bedf8e076e5ace886a665ad168eb297679f30289b6cae835f4b291a0744c12331e420dcafbfca7e63cc5e807e9cd46 SHA512 14171875e03ade88165f28c7267b66cf9efe34259d7a3072a786ba49dacf8f8d6d84753b1aeedec5dfb0a24028be86bceeebee2f6b1bf5ef2eb79ee45f909b11
23
24 diff --git a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
25 deleted file mode 100644
26 index 05751c8efac..00000000000
27 --- a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
28 +++ /dev/null
29 @@ -1,52 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit eutils python-single-r1
38 -
39 -DESCRIPTION="A library for registering global keyboard shortcuts"
40 -HOMEPAGE="https://github.com/engla/keybinder"
41 -SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
46 -IUSE="+introspection lua python"
47 -
48 -RDEPEND=">=x11-libs/gtk+-2.20:2
49 - x11-libs/libX11
50 - x11-libs/libXext
51 - x11-libs/libXrender
52 - introspection? ( dev-libs/gobject-introspection )
53 - lua? ( >=dev-lang/lua-5.1 )
54 - python? ( ${PYTHON_DEPS}
55 - >=dev-python/pygobject-2.15.3:2[${PYTHON_USEDEP}]
56 - >=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
57 - )"
58 -DEPEND="${RDEPEND}
59 - virtual/pkgconfig"
60 -
61 -DOCS="AUTHORS NEWS README"
62 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
63 -
64 -pkg_setup() {
65 - use python && python-single-r1_pkg_setup
66 -}
67 -
68 -src_configure() {
69 - local myconf
70 - use lua || myconf='--disable-lua'
71 -
72 - econf \
73 - $(use_enable introspection) \
74 - $(use_enable python) \
75 - ${myconf}
76 -}
77 -
78 -src_install() {
79 - default
80 - prune_libtool_files --all
81 -}
82
83 diff --git a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
84 deleted file mode 100644
85 index 2583c443358..00000000000
86 --- a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
87 +++ /dev/null
88 @@ -1,40 +0,0 @@
89 -# Copyright 1999-2017 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=5
93 -inherit eutils
94 -
95 -MY_P=${PN}-3.0-${PV}
96 -
97 -DESCRIPTION="A library for registering global keyboard shortcuts"
98 -HOMEPAGE="https://github.com/engla/keybinder"
99 -SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz"
100 -
101 -LICENSE="MIT"
102 -SLOT="3"
103 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 x86"
104 -IUSE="+introspection"
105 -
106 -RDEPEND="x11-libs/gtk+:3
107 - x11-libs/libX11
108 - x11-libs/libXext
109 - x11-libs/libXrender
110 - introspection? ( dev-libs/gobject-introspection )"
111 -DEPEND="${RDEPEND}
112 - virtual/pkgconfig"
113 -
114 -DOCS="AUTHORS NEWS README"
115 -
116 -S=${WORKDIR}/${MY_P}
117 -
118 -src_configure() {
119 - econf \
120 - $(use_enable introspection) \
121 - --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
122 -}
123 -
124 -src_install() {
125 - default
126 - prune_libtool_files --all
127 - dosym /usr/share/doc/${PF}/html/${PN}-3.0 /usr/share/gtk-doc/html/${PN}-3.0
128 -}