Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/copyq/
Date: Tue, 28 Apr 2020 07:45:18
Message-Id: 1588059847.d8f610333602874d4e00a58a6266ca0699e2ad0f.juippis@gentoo
1 commit: d8f610333602874d4e00a58a6266ca0699e2ad0f
2 Author: Gino McCarty <onigino <AT> protonmail <DOT> com>
3 AuthorDate: Sun Apr 19 22:38:46 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 07:44:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f61033
7
8 x11-apps/copyq: Drop old versions
9
10 Closes: https://bugs.gentoo.org/show_bug.cgi?id=696406
11 Signed-off-by: Gino McCarty <onigino <AT> protonmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/15429
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 x11-apps/copyq/Manifest | 2 --
16 x11-apps/copyq/copyq-3.7.2.ebuild | 58 ---------------------------------------
17 x11-apps/copyq/copyq-3.8.0.ebuild | 58 ---------------------------------------
18 3 files changed, 118 deletions(-)
19
20 diff --git a/x11-apps/copyq/Manifest b/x11-apps/copyq/Manifest
21 index bf21a31cf9a..86696b31c9d 100644
22 --- a/x11-apps/copyq/Manifest
23 +++ b/x11-apps/copyq/Manifest
24 @@ -1,3 +1 @@
25 DIST CopyQ-3.10.0.tar.gz 2832904 BLAKE2B 78866a3ecbd1ed4d1ab06db552ef517234c1354609ef2bc18f8c4d8fa22342c7479a5bde79b9333f896dee4fe18543e47657c780b821f45121e0413c597b45aa SHA512 6cae338a144d7f92850ce88c991ed99222613c57540ced49dab719e43af884bbd9d15e6e8f074c6af94b0ac2ecd1b355eff8b83ec99f688c0f93fa19f253d653
26 -DIST CopyQ-3.7.2.tar.gz 2882944 BLAKE2B 3fd90b719b931ad9d92cca97f3ad284dc454ea5644907fa61b51b70eef5c42f41d52323346c0d24611c99cd2004a0528111125726d5cefe64f2cc9ead22d1f94 SHA512 dff6530375ea674502b754866c0011f3436796fc0535dc9cd317640b8cab4620e821b440df62d229a3d1dba371a7ae0c4a03e5d3366dd845218ab1516196d730
27 -DIST CopyQ-3.8.0.tar.gz 2909764 BLAKE2B 73b5f1b088bdea6db7a1141d8b029329210c18f980caf8ff52746894d672885c0940b7eeea2e66ed4d7957ea83649780860fd97e93f8eb02aad4cb8d3e687472 SHA512 ae22e5e00a2624b5fb551790ccda82f4a10a026cfd16d6526b370a0a210a939f2a11d0729f2b735e201085083514ff9eff8cda69ee2d360766fbfb7ea49b6c5e
28
29 diff --git a/x11-apps/copyq/copyq-3.7.2.ebuild b/x11-apps/copyq/copyq-3.7.2.ebuild
30 deleted file mode 100644
31 index 0c5b8ccd84f..00000000000
32 --- a/x11-apps/copyq/copyq-3.7.2.ebuild
33 +++ /dev/null
34 @@ -1,58 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit cmake-utils gnome2-utils
41 -
42 -MY_P=CopyQ-${PV}
43 -
44 -DESCRIPTION="Clipboard manager with advanced features"
45 -HOMEPAGE="https://github.com/hluk/CopyQ"
46 -SRC_URI="https://github.com/hluk/CopyQ/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
47 -
48 -LICENSE="GPL-3+"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
51 -IUSE="test webkit"
52 -
53 -RESTRICT="!test? ( test )"
54 -
55 -RDEPEND="
56 - dev-qt/qtcore:5
57 - dev-qt/qtgui:5
58 - dev-qt/qtnetwork:5
59 - dev-qt/qtscript:5
60 - dev-qt/qtsvg:5
61 - dev-qt/qtwidgets:5
62 - dev-qt/qtx11extras:5
63 - x11-libs/libX11
64 - x11-libs/libXfixes
65 - x11-libs/libXtst
66 - webkit? ( dev-qt/qtwebkit:5 )
67 -"
68 -DEPEND="${RDEPEND}
69 - dev-qt/linguist-tools:5
70 - test? ( dev-qt/qttest:5 )
71 -"
72 -S=${WORKDIR}/$MY_P
73 -
74 -src_configure() {
75 - # CMakeLists.txt concatenates INSTALL_PREFIX with INSTALL_MANDIR leading to /usr/usr
76 - local mycmakeargs=(
77 - -DPLUGIN_INSTALL_PREFIX="/usr/$(get_libdir)/${PN}/plugins"
78 - -DWITH_QT5=ON
79 - -DWITH_TESTS=$(usex test)
80 - -DWITH_WEBKIT=$(usex webkit)
81 - -DCMAKE_INSTALL_MANDIR="share/man"
82 - )
83 - cmake-utils_src_configure
84 -}
85 -
86 -pkg_postinst() {
87 - gnome2_icon_cache_update
88 -}
89 -
90 -pkg_postrm() {
91 - gnome2_icon_cache_update
92 -}
93
94 diff --git a/x11-apps/copyq/copyq-3.8.0.ebuild b/x11-apps/copyq/copyq-3.8.0.ebuild
95 deleted file mode 100644
96 index 9f5c1deeaa8..00000000000
97 --- a/x11-apps/copyq/copyq-3.8.0.ebuild
98 +++ /dev/null
99 @@ -1,58 +0,0 @@
100 -# Copyright 1999-2019 Gentoo Authors
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=7
104 -
105 -inherit cmake gnome2-utils
106 -
107 -MY_P=CopyQ-${PV}
108 -
109 -DESCRIPTION="Clipboard manager with advanced features"
110 -HOMEPAGE="https://github.com/hluk/CopyQ"
111 -SRC_URI="https://github.com/hluk/CopyQ/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
112 -
113 -LICENSE="GPL-3+"
114 -SLOT="0"
115 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
116 -IUSE="test webkit"
117 -
118 -RESTRICT="!test? ( test )"
119 -
120 -RDEPEND="
121 - dev-qt/qtcore:5
122 - dev-qt/qtgui:5
123 - dev-qt/qtnetwork:5
124 - dev-qt/qtscript:5
125 - dev-qt/qtsvg:5
126 - dev-qt/qtwidgets:5
127 - dev-qt/qtx11extras:5
128 - x11-libs/libX11
129 - x11-libs/libXfixes
130 - x11-libs/libXtst
131 - webkit? ( dev-qt/qtwebkit:5 )
132 -"
133 -DEPEND="${RDEPEND}
134 - dev-qt/linguist-tools:5
135 - test? ( dev-qt/qttest:5 )
136 -"
137 -S=${WORKDIR}/$MY_P
138 -
139 -src_configure() {
140 - # CMakeLists.txt concatenates INSTALL_PREFIX with INSTALL_MANDIR leading to /usr/usr
141 - local mycmakeargs=(
142 - -DPLUGIN_INSTALL_PREFIX="/usr/$(get_libdir)/${PN}/plugins"
143 - -DWITH_QT5=ON
144 - -DWITH_TESTS=$(usex test)
145 - -DWITH_WEBKIT=$(usex webkit)
146 - -DCMAKE_INSTALL_MANDIR="share/man"
147 - )
148 - cmake_src_configure
149 -}
150 -
151 -pkg_postinst() {
152 - gnome2_icon_cache_update
153 -}
154 -
155 -pkg_postrm() {
156 - gnome2_icon_cache_update
157 -}