diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-12-21 10:06:50 +0100 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-12-21 10:14:09 +0100 |
commit | c359e66ddcaa29e09d8dd5cc81009c2e306c8655 (patch) | |
tree | b84c5909d288f8e584863a5bf15bab053e218a78 /dev-cpp | |
parent | dev-cpp/qt-jdenticon: add github upstream metadata (diff) | |
download | guru-c359e66ddcaa29e09d8dd5cc81009c2e306c8655.tar.gz guru-c359e66ddcaa29e09d8dd5cc81009c2e306c8655.tar.bz2 guru-c359e66ddcaa29e09d8dd5cc81009c2e306c8655.zip |
dev-cpp/qt-jdenticon: drop 0.2.1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/qt-jdenticon/Manifest | 1 | ||||
-rw-r--r-- | dev-cpp/qt-jdenticon/qt-jdenticon-0.2.1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-cpp/qt-jdenticon/Manifest b/dev-cpp/qt-jdenticon/Manifest index d9e190417..82904140e 100644 --- a/dev-cpp/qt-jdenticon/Manifest +++ b/dev-cpp/qt-jdenticon/Manifest @@ -1,2 +1 @@ -DIST qt-jdenticon-0.2.1.tar.gz 11590 BLAKE2B 0884fe3ab8f2e9f62c1592f96a311bec8992f6230bafe6a82f4fc67995fca4e2ac8677e22df3c69ecd9a9e3e35d6d0fb695d34aa69646c472cb78ec8c4cad4cc SHA512 22194dfbf4baf3cab4a4b51457a79538f9fdc62fc5a26c5492b76ce88c98b61c7cdd29dd42a3a886d9f755163ae9bd30f67cc5c3376e8c0a17e438e53b833740 DIST qt-jdenticon-0.3.0.tar.gz 11021 BLAKE2B c4cbeba7848791b2386ac474ca7412b361ee949a126f10cdb523210a8415b436c365a3c056ca3fa9c196835f6bfc92b24a01f2906e62897b88af2e80a83d3bb3 SHA512 a3477ce8fd26de563c1397a07895dcd0ec8210c62fe82e808a8c322c298111c48570ce23df639d648d86a0627b455dc7d1772e985197351251d49abd461b8c23 diff --git a/dev-cpp/qt-jdenticon/qt-jdenticon-0.2.1.ebuild b/dev-cpp/qt-jdenticon/qt-jdenticon-0.2.1.ebuild deleted file mode 100644 index f7916f42f..000000000 --- a/dev-cpp/qt-jdenticon/qt-jdenticon-0.2.1.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_compile() { - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} |