commit:     c1875f408fc20d735e643f236fa966476216064f
Author:     Mathieu Roberge <contact.techoraye <AT> gmail <DOT> com>
AuthorDate: Wed Dec 24 18:57:49 2025 +0000
Commit:     Mathieu Roberge <contact.techoraye <AT> gmail <DOT> com>
CommitDate: Wed Dec 24 18:57:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1875f40

Remove metetch-0.5.3 ebuild

Signed-off-by: Mathieu Roberge <contact.techoraye <AT> gmail.com>

 app-misc/metetch/metetch-0.5.3.ebuild | 43 -----------------------------------
 1 file changed, 43 deletions(-)

diff --git a/app-misc/metetch/metetch-0.5.3.ebuild 
b/app-misc/metetch/metetch-0.5.3.ebuild
deleted file mode 100644
index e1ba2c9181..0000000000
--- a/app-misc/metetch/metetch-0.5.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Fast system information display utility with modular customizable 
features"
-HOMEPAGE="https://github.com/techoraye/metetch";
-SRC_URI="https://github.com/techoraye/metetch/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-       sys-libs/ncurses:=
-       net-misc/curl
-"
-DEPEND="${RDEPEND}
-       sys-libs/glibc
-"
-BDEPEND="
-       virtual/pkgconfig
-"
-
-S="${WORKDIR}/${PN}-${PV}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_BUILD_TYPE=Release
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       
-       # Install license
-       einstalldocs
-       newdoc LICENSE LICENSE.MIT
-}

Reply via email to