commit:     e8d2997ee079550bb0c48e589ed9c030e5eabecc
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 14:28:40 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 14:28:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d2997e

x11-misc/projecteur: drop old version

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-misc/projecteur/Manifest                       |  1 -
 .../files/projecteur-0.7-fix-git-detection.patch   | 33 ---------------
 x11-misc/projecteur/projecteur-0.7-r2.ebuild       | 47 ----------------------
 3 files changed, 81 deletions(-)

diff --git a/x11-misc/projecteur/Manifest b/x11-misc/projecteur/Manifest
index dfb4fe2202e..e2af8f9c8b6 100644
--- a/x11-misc/projecteur/Manifest
+++ b/x11-misc/projecteur/Manifest
@@ -1,2 +1 @@
-DIST projecteur-0.7.tar.gz 296252 BLAKE2B 
fb20de48ee5f89e66701fc8d6cad036aed48ed862994b82431a8a14f3ec95dccb863c4c35a5de01c932150b3b311511ef01af093ddbcd23a2413ebb882152bab
 SHA512 
9af54e47883cd3d9368edef173b9c0eb522f947f7d72f759388e2ecdf275524bdf56d3562506a383bba32c0fd2ec5c76c232a7b523e13b79caeb4d6d76bbbac0
 DIST projecteur-0.8.tar.gz 379203 BLAKE2B 
b2171bd6120c9f6245c129519e33adbb4661ea4cd0df5f30c6c90fbefb8b7c5024da5c6d920d4e162b818bc0fc6417731dcf0c540103ed6f12976123c45c69eb
 SHA512 
e892e87f442cfa7f0102efa01b43e63ed7ea9c30c875496dd3d683ee769de66f0a4ccfae149f060924e5613dfd7758a0b19d565232fb6db75b9228cee4a956de

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
deleted file mode 100644
index 84100596812..00000000000
--- a/x11-misc/projecteur/files/projecteur-0.7-fix-git-detection.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 259be1617f1b0b92e53440d95fa88aa4bf3fe25b Mon Sep 17 00:00:00 2001
-From: Jahn <[email protected]>
-Date: Sun, 10 May 2020 19:34:19 +0200
-Subject: [PATCH] Make sure version_distance is always valid, fixes build with
- not git available. #73
-
----
- cmake/modules/GitVersion.cmake | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/cmake/modules/GitVersion.cmake b/cmake/modules/GitVersion.cmake
-index 1cbbd09..fcb77bc 100644
---- a/cmake/modules/GitVersion.cmake
-+++ b/cmake/modules/GitVersion.cmake
-@@ -282,6 +282,7 @@ function(get_version_info prefix directory)
-   set(${prefix}_VERSION_MAJOR ${${prefix}_VERSION_MAJOR} PARENT_SCOPE)
-   set(${prefix}_VERSION_MINOR ${${prefix}_VERSION_MINOR} PARENT_SCOPE)
-   set(${prefix}_VERSION_PATCH ${${prefix}_VERSION_PATCH} PARENT_SCOPE)
-+  set(${prefix}_VERSION_DISTANCE ${${prefix}_VERSION_DISTANCE} PARENT_SCOPE)
- 
-   # Build version string...
-   set(VERSION_STRING "${${prefix}_VERSION_MAJOR}.${${prefix}_VERSION_MINOR}")
-@@ -412,8 +413,8 @@ function(add_version_info_custom_prefix target prefix 
directory)
- 
-   get_target_property(type ${target} TYPE)
-   if(type STREQUAL "SHARED_LIBRARY")
--     set_target_properties(${target} PROPERTIES SOVERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}")
--     set_property(TARGET ${target} PROPERTY VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
-+    set_target_properties(${target} PROPERTIES SOVERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}")
-+    set_property(TARGET ${target} PROPERTY VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
-   endif()
-   set_property(TARGET ${target} APPEND PROPERTY SOURCES ${output_files})
-   target_include_directories(${target} PUBLIC 
$<BUILD_INTERFACE:${output_dir}>)

diff --git a/x11-misc/projecteur/projecteur-0.7-r2.ebuild 
b/x11-misc/projecteur/projecteur-0.7-r2.ebuild
deleted file mode 100644
index 26072768e67..00000000000
--- a/x11-misc/projecteur/projecteur-0.7-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/p/P}"
-
-inherit cmake udev xdg-utils
-
-DESCRIPTION="Linux Desktop Application for the Logitech Spotlight device"
-HOMEPAGE="https://github.com/jahnf/Projecteur";
-SRC_URI="https://github.com/jahnf/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtdeclarative:5
-       || (
-               dev-qt/qtgui:5[X(-)]
-               dev-qt/qtgui:5[xcb(-)]
-       )
-       dev-qt/qtnetwork:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtx11extras:5
-       virtual/udev
-       x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-
-BDEPEND="virtual/pkgconfig"
-
-PATCHES="${FILESDIR}/${P}-fix-git-detection.patch"
-
-pkg_postinst() {
-       udev_reload
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       udev_reload
-       xdg_icon_cache_update
-}

Reply via email to