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: Sun, 10 May 2020 16:23:24
Message-Id: 1589127789.58464cb29473eb68ed662a603ea6359e5dbc0b53.conikost@gentoo
1 commit: 58464cb29473eb68ed662a603ea6359e5dbc0b53
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 10 16:23:09 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 16:23:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58464cb2
7
8 x11-misc/projecteur: drop old version
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 x11-misc/projecteur/projecteur-0.7.ebuild | 45 -------------------------------
14 1 file changed, 45 deletions(-)
15
16 diff --git a/x11-misc/projecteur/projecteur-0.7.ebuild b/x11-misc/projecteur/projecteur-0.7.ebuild
17 deleted file mode 100644
18 index d727e882f0f..00000000000
19 --- a/x11-misc/projecteur/projecteur-0.7.ebuild
20 +++ /dev/null
21 @@ -1,45 +0,0 @@
22 -# Copyright 1999-2020 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 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 - || (
45 - dev-qt/qtgui:5[X(-)]
46 - dev-qt/qtgui:5[xcb(-)]
47 - )
48 - dev-qt/qtnetwork:5
49 - dev-qt/qtwidgets:5
50 - dev-qt/qtx11extras:5
51 - virtual/udev
52 - x11-libs/libX11
53 -"
54 -DEPEND="${RDEPEND}"
55 -
56 -BDEPEND="virtual/pkgconfig"
57 -
58 -pkg_postinst() {
59 - udev_reload
60 - xdg_icon_cache_update
61 -}
62 -
63 -pkg_postrm() {
64 - udev_reload
65 - xdg_icon_cache_update
66 -}