Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/projecteur/
Date: Sun, 19 Jan 2020 23:53:45
Message-Id: 1579477894.bd2195b37472bcf50e89d0419eec51c8f55a4474.asturm@gentoo
1 commit: bd2195b37472bcf50e89d0419eec51c8f55a4474
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 15 21:03:33 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 23:51:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2195b3
7
8 x11-misc/projecteur: Drop 0.6 (r0)
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/projecteur/projecteur-0.6.ebuild | 43 -------------------------------
14 1 file changed, 43 deletions(-)
15
16 diff --git a/x11-misc/projecteur/projecteur-0.6.ebuild b/x11-misc/projecteur/projecteur-0.6.ebuild
17 deleted file mode 100644
18 index 2891b3b14b8..00000000000
19 --- a/x11-misc/projecteur/projecteur-0.6.ebuild
20 +++ /dev/null
21 @@ -1,43 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -MY_PN="${PN/p/P}"
28 -
29 -inherit cmake-utils udev xdg-utils
30 -
31 -DESCRIPTION="Linux Desktop Application for the Logitech Spotlight device"
32 -HOMEPAGE="https://github.com/jahnf/Projecteur"
33 -SRC_URI="https://github.com/jahnf/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -
39 -S="${WORKDIR}/${MY_PN}-${PV}"
40 -
41 -RDEPEND="
42 - dev-qt/qtcore:5
43 - dev-qt/qtdeclarative:5
44 - dev-qt/qtgui:5[xcb]
45 - dev-qt/qtnetwork:5
46 - dev-qt/qtwidgets:5
47 - dev-qt/qtx11extras:5
48 - virtual/udev
49 - x11-libs/libX11
50 -"
51 -
52 -DEPEND="${RDEPEND}"
53 -
54 -BDEPEND="virtual/pkgconfig"
55 -
56 -pkg_postinst() {
57 - udev_reload
58 - xdg_icon_cache_update
59 -}
60 -
61 -pkg_postrm() {
62 - udev_reload
63 - xdg_icon_cache_update
64 -}