commit:     3ab9122a2b96850e040f6fb445dcfb171d911710
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Jan  8 13:30:20 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jan  8 13:30:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ab9122a

gui-apps/somebar: drop 1.0.0

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/somebar/Manifest             |  1 -
 gui-apps/somebar/somebar-1.0.0.ebuild | 36 -----------------------------------
 2 files changed, 37 deletions(-)

diff --git a/gui-apps/somebar/Manifest b/gui-apps/somebar/Manifest
index c2c52a80a..4d9602d97 100644
--- a/gui-apps/somebar/Manifest
+++ b/gui-apps/somebar/Manifest
@@ -1,2 +1 @@
-DIST somebar-1.0.0.tar.gz 31294 BLAKE2B 
1006fa9fcf6a081ea0dbbeb98fd2f45ade0e7a3e8e51b76b070f9ad5fa1d352735ceca4000eea8722326dfc19fcd8a317c143316b755bb9e88e9a0cce6dd6099
 SHA512 
a2f1a4f05ff8297ef6675e0feaaed71308c0ab512f2bd0f961c2e28de8c716b3ea2150dfd1c4dbbfb29e5de410a03a38359f2f173e396bb5059a46d4db4b4515
 DIST somebar-1.0.3.tar.gz 34555 BLAKE2B 
b6f4cbd4222c44eb072c58ef4a90eba93c60fae03e6ff70e4d36a3019473b3e0b2a673a1f35f72a4a3c09738edae0debb09226e351b9caea8454b23da1d0f651
 SHA512 
6294aaf3e9bc20b6fbc2221038f044ca505096e78b96981a234d0b0858d4a57bd1ffd5d1b53930b820e97b1fddf9a5149eaa1cb22e300629f92d197e3d5d7e5d

diff --git a/gui-apps/somebar/somebar-1.0.0.ebuild 
b/gui-apps/somebar/somebar-1.0.0.ebuild
deleted file mode 100644
index 845bb7abf..000000000
--- a/gui-apps/somebar/somebar-1.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit savedconfig meson
-
-DESCRIPTION="dwm-like bar for dwl"
-HOMEPAGE="https://git.sr.ht/~raphi/somebar";
-SRC_URI="https://git.sr.ht/~raphi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-       dev-libs/wayland
-       x11-libs/cairo
-       x11-libs/pango
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-       dev-libs/wayland-protocols
-       dev-util/wayland-scanner
-"
-
-src_prepare() {
-       default
-       use savedconfig && restore_config src/config.hpp
-       [[ -f src/config.hpp ]] || cp src/config.def.hpp src/config.hpp
-}
-
-src_install() {
-       meson_src_install
-       save_config src/config.hpp
-}

Reply via email to