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/, x11-misc/projecteur/files/
Date: Tue, 18 Aug 2020 14:28:59
Message-Id: 1597760920.e8d2997ee079550bb0c48e589ed9c030e5eabecc.conikost@gentoo
1 commit: e8d2997ee079550bb0c48e589ed9c030e5eabecc
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 14:28:40 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 14:28:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d2997e
7
8 x11-misc/projecteur: drop old version
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 x11-misc/projecteur/Manifest | 1 -
14 .../files/projecteur-0.7-fix-git-detection.patch | 33 ---------------
15 x11-misc/projecteur/projecteur-0.7-r2.ebuild | 47 ----------------------
16 3 files changed, 81 deletions(-)
17
18 diff --git a/x11-misc/projecteur/Manifest b/x11-misc/projecteur/Manifest
19 index dfb4fe2202e..e2af8f9c8b6 100644
20 --- a/x11-misc/projecteur/Manifest
21 +++ b/x11-misc/projecteur/Manifest
22 @@ -1,2 +1 @@
23 -DIST projecteur-0.7.tar.gz 296252 BLAKE2B fb20de48ee5f89e66701fc8d6cad036aed48ed862994b82431a8a14f3ec95dccb863c4c35a5de01c932150b3b311511ef01af093ddbcd23a2413ebb882152bab SHA512 9af54e47883cd3d9368edef173b9c0eb522f947f7d72f759388e2ecdf275524bdf56d3562506a383bba32c0fd2ec5c76c232a7b523e13b79caeb4d6d76bbbac0
24 DIST projecteur-0.8.tar.gz 379203 BLAKE2B b2171bd6120c9f6245c129519e33adbb4661ea4cd0df5f30c6c90fbefb8b7c5024da5c6d920d4e162b818bc0fc6417731dcf0c540103ed6f12976123c45c69eb SHA512 e892e87f442cfa7f0102efa01b43e63ed7ea9c30c875496dd3d683ee769de66f0a4ccfae149f060924e5613dfd7758a0b19d565232fb6db75b9228cee4a956de
25
26 diff --git a/x11-misc/projecteur/files/projecteur-0.7-fix-git-detection.patch b/x11-misc/projecteur/files/projecteur-0.7-fix-git-detection.patch
27 deleted file mode 100644
28 index 84100596812..00000000000
29 --- a/x11-misc/projecteur/files/projecteur-0.7-fix-git-detection.patch
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -From 259be1617f1b0b92e53440d95fa88aa4bf3fe25b Mon Sep 17 00:00:00 2001
33 -From: Jahn <jahnf@××××××××××××××××××××.com>
34 -Date: Sun, 10 May 2020 19:34:19 +0200
35 -Subject: [PATCH] Make sure version_distance is always valid, fixes build with
36 - not git available. #73
37 -
38 ----
39 - cmake/modules/GitVersion.cmake | 5 +++--
40 - 1 file changed, 3 insertions(+), 2 deletions(-)
41 -
42 -diff --git a/cmake/modules/GitVersion.cmake b/cmake/modules/GitVersion.cmake
43 -index 1cbbd09..fcb77bc 100644
44 ---- a/cmake/modules/GitVersion.cmake
45 -+++ b/cmake/modules/GitVersion.cmake
46 -@@ -282,6 +282,7 @@ function(get_version_info prefix directory)
47 - set(${prefix}_VERSION_MAJOR ${${prefix}_VERSION_MAJOR} PARENT_SCOPE)
48 - set(${prefix}_VERSION_MINOR ${${prefix}_VERSION_MINOR} PARENT_SCOPE)
49 - set(${prefix}_VERSION_PATCH ${${prefix}_VERSION_PATCH} PARENT_SCOPE)
50 -+ set(${prefix}_VERSION_DISTANCE ${${prefix}_VERSION_DISTANCE} PARENT_SCOPE)
51 -
52 - # Build version string...
53 - set(VERSION_STRING "${${prefix}_VERSION_MAJOR}.${${prefix}_VERSION_MINOR}")
54 -@@ -412,8 +413,8 @@ function(add_version_info_custom_prefix target prefix directory)
55 -
56 - get_target_property(type ${target} TYPE)
57 - if(type STREQUAL "SHARED_LIBRARY")
58 -- set_target_properties(${target} PROPERTIES SOVERSION "${VERSION_MAJOR}.${VERSION_MINOR}")
59 -- set_property(TARGET ${target} PROPERTY VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
60 -+ set_target_properties(${target} PROPERTIES SOVERSION "${VERSION_MAJOR}.${VERSION_MINOR}")
61 -+ set_property(TARGET ${target} PROPERTY VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
62 - endif()
63 - set_property(TARGET ${target} APPEND PROPERTY SOURCES ${output_files})
64 - target_include_directories(${target} PUBLIC $<BUILD_INTERFACE:${output_dir}>)
65
66 diff --git a/x11-misc/projecteur/projecteur-0.7-r2.ebuild b/x11-misc/projecteur/projecteur-0.7-r2.ebuild
67 deleted file mode 100644
68 index 26072768e67..00000000000
69 --- a/x11-misc/projecteur/projecteur-0.7-r2.ebuild
70 +++ /dev/null
71 @@ -1,47 +0,0 @@
72 -# Copyright 1999-2020 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=7
76 -
77 -MY_PN="${PN/p/P}"
78 -
79 -inherit cmake udev xdg-utils
80 -
81 -DESCRIPTION="Linux Desktop Application for the Logitech Spotlight device"
82 -HOMEPAGE="https://github.com/jahnf/Projecteur"
83 -SRC_URI="https://github.com/jahnf/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
84 -
85 -LICENSE="MIT"
86 -SLOT="0"
87 -KEYWORDS="amd64 x86"
88 -
89 -S="${WORKDIR}/${MY_PN}-${PV}"
90 -
91 -RDEPEND="
92 - dev-qt/qtcore:5
93 - dev-qt/qtdeclarative:5
94 - || (
95 - dev-qt/qtgui:5[X(-)]
96 - dev-qt/qtgui:5[xcb(-)]
97 - )
98 - dev-qt/qtnetwork:5
99 - dev-qt/qtwidgets:5
100 - dev-qt/qtx11extras:5
101 - virtual/udev
102 - x11-libs/libX11
103 -"
104 -DEPEND="${RDEPEND}"
105 -
106 -BDEPEND="virtual/pkgconfig"
107 -
108 -PATCHES="${FILESDIR}/${P}-fix-git-detection.patch"
109 -
110 -pkg_postinst() {
111 - udev_reload
112 - xdg_icon_cache_update
113 -}
114 -
115 -pkg_postrm() {
116 - udev_reload
117 - xdg_icon_cache_update
118 -}