commit:     1318e12b945d63ef7d4576320ab325934b8e9f37
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Oct  3 21:04:11 2021 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Oct  4 11:43:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1318e12b

net-im/nheko: Remove old ebuilds.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 net-im/nheko/Manifest           |  2 +-
 net-im/nheko/nheko-0.8.1.ebuild | 54 -----------------------------------------
 net-im/nheko/nheko-0.8.2.ebuild | 53 ----------------------------------------
 3 files changed, 1 insertion(+), 108 deletions(-)

diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
index b4ca85359..66478361d 100644
--- a/net-im/nheko/Manifest
+++ b/net-im/nheko/Manifest
@@ -1,2 +1,2 @@
-DIST nheko-0.8.1.tar.gz 1176445 BLAKE2B 
5ef1523b23b1512d56cd6109f05ec3f710629a561ddf8e766d8f3f3a2d3bdd65d6a83da381f3e53bfbd1ee470243dae8ff488880973dadc166cc82e52d03abbe
 SHA512 
180c876121338ea6d45e85d11a3cfd1f988a084a650becacfa5a9cbb4a556a0f47625194e3d9870bb6692b15d16c5ac75999e241f08a2828ec471b3d64c1eb62
 DIST nheko-0.8.2.tar.gz 1232245 BLAKE2B 
cb7397a2247c280cac23efe4a5983e43ebe9a6cacbadfdb3798b856633bd9e9c1ac1c56750373817373691d5d3624aec815040743d44c60dcb900f8616498d8f
 SHA512 
907b5fd770c2e451ee4d5a4483810cf87529f643d584784b2f3c471b54229243842313206bbd38c8b6ca9a91bf505b683d6741bdce8ea24407ae4178da579465
+DIST nheko-0.9.0_pre20211003.tar.gz 1378662 BLAKE2B 
84c1a0cc49b2f230e80e79bcf2681d4395d43bae521d8c5f38df06788fb93633e0a70db2a6df9cc0a72b94d0d40cea72a559a93edcc1c0f248c17ffd27d2d278
 SHA512 
be5f16ec446d1ab373bcc19afae1f2f1b90d701403c19e47ee172a716606640f8af7135f614aa6a8a913b9a864ce77af41ee5ae8270eaf40a3fc8a1797726920

diff --git a/net-im/nheko/nheko-0.8.1.ebuild b/net-im/nheko/nheko-0.8.1.ebuild
deleted file mode 100644
index e89aaaa6d..000000000
--- a/net-im/nheko/nheko-0.8.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2020-2021 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/mtxclient-0.5.0
-       dev-cpp/nlohmann_json
-       dev-libs/qtkeychain
-"
-DEPEND="
-       ${RDEPEND}
-       dev-libs/spdlog
-       dev-libs/tweeny
-       <dev-db/lmdb++-1.0.0
-"
-BDEPEND="dev-qt/linguist-tools:5"
-
-src_prepare() {
-       cmake_src_prepare
-       xdg_src_prepare
-}
-
-# # Preparation for when gstreamer >= 1.18 lands in ::gentoo.
-# MY_GSTREAMER_V="1.18"
-#
-#      voip? (
-#              >=media-libs/gstreamer-${MY_GSTREAMER_V}
-#              >=media-plugins/gst-plugins-meta-${MY_GSTREAMER_V}[opus,vpx]
-#              >=media-libs/gst-plugins-base-${MY_GSTREAMER_V}[opengl]
-#              >=media-libs/gst-plugins-good-${MY_GSTREAMER_V}
-#              >=media-libs/gst-plugins-bad-${MY_GSTREAMER_V}
-#              >=media-plugins/gst-plugins-dtls-${MY_GSTREAMER_V}
-#              >=media-plugins/gst-plugins-srtp-${MY_GSTREAMER_V}
-#              >=media-plugins/gst-plugins-webrtc-${MY_GSTREAMER_V}
-#              net-libs/libnice
-#      )

diff --git a/net-im/nheko/nheko-0.8.2.ebuild b/net-im/nheko/nheko-0.8.2.ebuild
deleted file mode 100644
index 462407d6a..000000000
--- a/net-im/nheko/nheko-0.8.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2020-2021 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/mtxclient-0.5.1
-       dev-cpp/nlohmann_json
-       dev-libs/qtkeychain
-"
-DEPEND="
-       ${RDEPEND}
-       dev-libs/spdlog
-       >=dev-db/lmdb++-1.0.0
-"
-BDEPEND="dev-qt/linguist-tools:5"
-
-src_prepare() {
-       cmake_src_prepare
-       xdg_src_prepare
-}
-
-# # Preparation for when gstreamer >= 1.18 lands in ::gentoo.
-# MY_GSTREAMER_V="1.18"
-#
-#      voip? (
-#              >=media-libs/gstreamer-${MY_GSTREAMER_V}
-#              >=media-plugins/gst-plugins-meta-${MY_GSTREAMER_V}[opus,vpx]
-#              >=media-libs/gst-plugins-base-${MY_GSTREAMER_V}[opengl]
-#              >=media-libs/gst-plugins-good-${MY_GSTREAMER_V}
-#              >=media-libs/gst-plugins-bad-${MY_GSTREAMER_V}
-#              >=media-plugins/gst-plugins-dtls-${MY_GSTREAMER_V}
-#              >=media-plugins/gst-plugins-srtp-${MY_GSTREAMER_V}
-#              >=media-plugins/gst-plugins-webrtc-${MY_GSTREAMER_V}
-#              net-libs/libnice
-#      )

Reply via email to