commit: 3c87c691d94542109cc5267a2ed24fee52900107 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Wed Jan 20 03:36:22 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jan 20 03:39:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c87c691
net-im/nheko: Remove old ebuild. Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> net-im/nheko/Manifest | 1 - net-im/nheko/nheko-0.7.1.ebuild | 40 ---------------------------------------- 2 files changed, 41 deletions(-) diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest index f3fdab00..c30dc70a 100644 --- a/net-im/nheko/Manifest +++ b/net-im/nheko/Manifest @@ -1,3 +1,2 @@ -DIST nheko-0.7.1.tar.gz 781856 BLAKE2B ebe4bc30b31c38f31dd732ebfeac6d79f3772a1de54ec3d46a0b3cf3622e6acbac574733da78420ece4030b0dee921f054f44ce9c2c159c67d94add1b2f3685b SHA512 c3f8325c865b4021709114ab7f658ae5198404242eb8761c8589d42b08d175323406a65ff0706b16a4139155ac7676e12282bce078cc0a02284ecd70a7d62bdc DIST nheko-0.7.2.tar.gz 899562 BLAKE2B 39a21c5a164cdc1090479422607297e48ca0e1d5455e3fabd4cf4e2af6ee8527409fbde58b0320ae0938757f055929ca5188e5b4bb9be3d1a2832d66914588a6 SHA512 8f253bdac22a2d3412fcb18671145d9601d8609dbc79358412e81a17a9677a1cb44b6fc4d029f4d850818cb3fe3531adc869a7e54273e7bb17d0aa7ef85dce17 DIST nheko-0.8.0.tar.gz 1150754 BLAKE2B ef932f824a2e519514836aa1362504b11c4c9f511e8e66889008891cf5ac008442629afc56deb221dfaebda42c91c9c145f5e489733fee95838e100b4d4c5b77 SHA512 c427904bc846956aeda57ec6bc1bcf25962caa99f47da669c006d5adeb10b8b14c75aa98d9879fa91b558af8d0e9b475f52c60a1a3ee34b2cd5780f84130bcdb diff --git a/net-im/nheko/nheko-0.7.1.ebuild b/net-im/nheko/nheko-0.7.1.ebuild deleted file mode 100644 index 16b387a0..00000000 --- a/net-im/nheko/nheko-0.7.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake xdg - -DESCRIPTION="Desktop client for Matrix using Qt and C++14" -HOMEPAGE="https://github.com/Nheko-Reborn/nheko" -SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-qt/qtmultimedia:5[gstreamer,qml] - dev-qt/qtquickcontrols2:5 - dev-qt/qtgraphicaleffects:5 - dev-qt/qtsvg:5 - dev-qt/qtconcurrent:5 - app-text/cmark - dev-libs/tweeny - dev-db/lmdb++ - >=dev-libs/mtxclient-0.3.0 - dev-cpp/nlohmann_json -" -DEPEND=" - ${RDEPEND} - dev-libs/spdlog -" -BDEPEND="dev-qt/linguist-tools:5" - -src_prepare() { - cmake_src_prepare - xdg_src_prepare - - # TODO: Unbundle SingleApplication, blurhash and cpp-httplib. -}
