Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/projecteur/
Date: Mon, 29 Mar 2021 20:54:39
Message-Id: 1617050997.5fd95a2ec1567dd4d9baf0c611c3e7075386940e.conikost@gentoo
1 commit: 5fd95a2ec1567dd4d9baf0c611c3e7075386940e
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 29 20:49:57 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 29 20:49:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd95a2e
7
8 x11-misc/projecteur: drop old version
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 x11-misc/projecteur/Manifest | 1 -
14 x11-misc/projecteur/projecteur-0.8.ebuild | 54 -------------------------------
15 2 files changed, 55 deletions(-)
16
17 diff --git a/x11-misc/projecteur/Manifest b/x11-misc/projecteur/Manifest
18 index 2f6e18330ca..f0633980b63 100644
19 --- a/x11-misc/projecteur/Manifest
20 +++ b/x11-misc/projecteur/Manifest
21 @@ -1,2 +1 @@
22 -DIST projecteur-0.8.tar.gz 379203 BLAKE2B b2171bd6120c9f6245c129519e33adbb4661ea4cd0df5f30c6c90fbefb8b7c5024da5c6d920d4e162b818bc0fc6417731dcf0c540103ed6f12976123c45c69eb SHA512 e892e87f442cfa7f0102efa01b43e63ed7ea9c30c875496dd3d683ee769de66f0a4ccfae149f060924e5613dfd7758a0b19d565232fb6db75b9228cee4a956de
23 DIST projecteur-0.9.1.tar.gz 392308 BLAKE2B 31ec19b81b9f3cf8c60712a52d3cf4dd96a215115d2fffc437892f276b9f1e6a58cf0c2165226166f0c2067f6ab2180829c8bc8204dbe368facbeef398da837f SHA512 28e0030a481dd2adb9eaba54066f060b61f7e4477918f46e25fad1e1a1c841dd5500c24779d66d3fab643e5aa39f92b0dd0c2fd7a0b80b8de8f258ae7572ed36
24
25 diff --git a/x11-misc/projecteur/projecteur-0.8.ebuild b/x11-misc/projecteur/projecteur-0.8.ebuild
26 deleted file mode 100644
27 index d6bb721d5db..00000000000
28 --- a/x11-misc/projecteur/projecteur-0.8.ebuild
29 +++ /dev/null
30 @@ -1,54 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -MY_PN="${PN/p/P}"
37 -
38 -inherit cmake udev xdg-utils
39 -
40 -DESCRIPTION="Linux Desktop Application for the Logitech Spotlight device"
41 -HOMEPAGE="https://github.com/jahnf/Projecteur"
42 -SRC_URI="https://github.com/jahnf/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -
48 -S="${WORKDIR}/${MY_PN}-${PV}"
49 -
50 -RDEPEND="
51 - dev-qt/qtcore:5
52 - dev-qt/qtdeclarative:5
53 - || (
54 - dev-qt/qtgui:5[X(-)]
55 - dev-qt/qtgui:5[xcb(-)]
56 - )
57 - dev-qt/qtnetwork:5
58 - dev-qt/qtwidgets:5
59 - dev-qt/qtx11extras:5
60 - virtual/udev
61 - x11-libs/libX11
62 -"
63 -DEPEND="${RDEPEND}"
64 -
65 -BDEPEND="virtual/pkgconfig"
66 -
67 -src_prepare() {
68 - default
69 -
70 - cmake_src_prepare
71 -
72 - # Don't treat all warnings as errors
73 - sed -e '/add_compile_options/d' -i CMakeLists.txt || die
74 -}
75 -
76 -pkg_postinst() {
77 - udev_reload
78 - xdg_icon_cache_update
79 -}
80 -
81 -pkg_postrm() {
82 - udev_reload
83 - xdg_icon_cache_update
84 -}