commit:     8f3cc27decdaadf7fe664e854cf77667a2c86805
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Mar 25 12:23:53 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Mar 25 12:27:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f3cc27d

dev-cpp/qt-jdenticon: drop 0.3.0

forgot to clean up when adding slots 😅

Closes: https://bugs.gentoo.org/927798
Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild | 27 --------------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild 
b/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild
deleted file mode 100644
index 5fc489197f..0000000000
--- a/dev-cpp/qt-jdenticon/qt-jdenticon-0.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils
-
-DESCRIPTION="Qt5 / C++14 Port of Jdenticon"
-HOMEPAGE="https://github.com/Nheko-Reborn/qt-jdenticon";
-SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       dev-qt/qtgui
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       eqmake5
-}
-
-src_install() {
-       emake INSTALL_ROOT="${D}" install
-}

Reply via email to