commit: 77e606ac53d98c13db2ddb0123567f797028800d
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed Aug 30 23:30:45 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Aug 30 23:35:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77e606ac
gui-apps/yambar: drop 1.6.2, 1.7.0, 1.8.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/yambar/Manifest | 3 --
gui-apps/yambar/yambar-1.6.2.ebuild | 64 -------------------------------------
gui-apps/yambar/yambar-1.7.0.ebuild | 64 -------------------------------------
gui-apps/yambar/yambar-1.8.0.ebuild | 64 -------------------------------------
4 files changed, 195 deletions(-)
diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
index 897f55b44e..d69999591d 100644
--- a/gui-apps/yambar/Manifest
+++ b/gui-apps/yambar/Manifest
@@ -1,5 +1,2 @@
DIST yambar-1.10.0.tar.gz 190288 BLAKE2B
35bfd50b27241724fa29f0ea6b1031dad793d1ff2c8342f5ed40bdc1fb390a32813d17b6c3063184109769a54fb5c5bce876a83974cdbb17679fd80a88d9d797
SHA512
c8d1e807017f62886cba65dab9933913f473eeeae8cbf8d44ddd4953754a55c81def9a02506b28a7ea7264325748db0a0ca4cdff39ba74a06f531e6e55878b35
-DIST yambar-1.6.2.tar.gz 135455 BLAKE2B
71d5b584bf04a7212ac84d8e0d8cb71c1abd7c7548c5ec998aff480d76afbd09825b059fe642edd4dd2537af6a5b811bd333a45bfa53f6a3a814a2be95eb58b4
SHA512
64a5e983be6dc99feb2f39d06fe265163c3b8f3f23f33a58c386891b63a9c915816cbde22d031473e700e839522c86c53b06f0cce1a57ebdab8ed6aeebe627e1
-DIST yambar-1.7.0.tar.gz 148762 BLAKE2B
a394b588bb1a8c64e149f8f39d6a8056d139cb3518fc15c87db0da7ead9c96ce5d7b9d764a617c4626d9fa574edbda2c0e1e2b11b07741241188c5cd282d5643
SHA512
e34cc808533cf76ff0b95d18346b796b4758271b0a61151e80b33eaa0ce34c2d5a9f1c6671d28f377d1563a7979c5784782b9f2f87a3cb615efb129e89865ad3
-DIST yambar-1.8.0.tar.gz 157936 BLAKE2B
d9fc01d71c89550c59b470f9bd3de27e44cc5d64f2103f8803c9c2b25c51b5240f54c41041c126df2b606ae011d9fca974723cafb45670eae70ef20bb3f765b6
SHA512
db2c3669162923b4ca2b1f13f50d203de2a0eb6963e6d2bfe8b03e41c7cb4ad9acf6607eef08b6da837c901374c89affb915aa44f2bc2e0eb4694ad91ae66a67
DIST yambar-1.9.0.tar.gz 186338 BLAKE2B
9fd043aab241c75e84bcdffcfed51bd24d3a687ff80f4b44517168fc46a33934467fd8bf7a315076e15fc74e157f3bccf703ae2fd32ed969082c383570b0f3bd
SHA512
de1acf1e738b33e2e0ee1dba497b5b84137028551827c38eee67fdc5bfb688f2037a52ccac7f5fb56ffeed7382e4cd670fd0b564c7f532f21a85724640c8004b
diff --git a/gui-apps/yambar/yambar-1.6.2.ebuild
b/gui-apps/yambar/yambar-1.6.2.ebuild
deleted file mode 100644
index 5b1dbd73e6..0000000000
--- a/gui-apps/yambar/yambar-1.6.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}"
-else
- inherit git-r3
- EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
-fi
-
-DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
-HOMEPAGE="https://codeberg.org/dnkl/yambar"
-LICENSE="MIT"
-SLOT="0"
-IUSE="wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="
- >=media-libs/fcft-2.4.0
- dev-libs/json-c
- dev-libs/libyaml
- media-libs/alsa-lib
- media-libs/libmpdclient
- virtual/libudev:=
- x11-libs/pixman
- wayland? ( dev-libs/wayland )
- X? (
- x11-libs/libxcb:0=[xkb]
- x11-libs/xcb-util
- x11-libs/xcb-util-cursor
- x11-libs/xcb-util-wm
- )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-text/scdoc
- >=dev-libs/tllist-1.0.1
- >=dev-util/meson-0.53.0
- virtual/pkgconfig
- wayland? (
- dev-libs/wayland-protocols
- dev-util/wayland-scanner
- )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_feature wayland backend-wayland)
- $(meson_feature X backend-x11)
- -Dwerror=false
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- rm -rf "${D}/usr/share/doc/${PN}"
-}
diff --git a/gui-apps/yambar/yambar-1.7.0.ebuild
b/gui-apps/yambar/yambar-1.7.0.ebuild
deleted file mode 100644
index 5b1dbd73e6..0000000000
--- a/gui-apps/yambar/yambar-1.7.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}"
-else
- inherit git-r3
- EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
-fi
-
-DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
-HOMEPAGE="https://codeberg.org/dnkl/yambar"
-LICENSE="MIT"
-SLOT="0"
-IUSE="wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="
- >=media-libs/fcft-2.4.0
- dev-libs/json-c
- dev-libs/libyaml
- media-libs/alsa-lib
- media-libs/libmpdclient
- virtual/libudev:=
- x11-libs/pixman
- wayland? ( dev-libs/wayland )
- X? (
- x11-libs/libxcb:0=[xkb]
- x11-libs/xcb-util
- x11-libs/xcb-util-cursor
- x11-libs/xcb-util-wm
- )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-text/scdoc
- >=dev-libs/tllist-1.0.1
- >=dev-util/meson-0.53.0
- virtual/pkgconfig
- wayland? (
- dev-libs/wayland-protocols
- dev-util/wayland-scanner
- )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_feature wayland backend-wayland)
- $(meson_feature X backend-x11)
- -Dwerror=false
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- rm -rf "${D}/usr/share/doc/${PN}"
-}
diff --git a/gui-apps/yambar/yambar-1.8.0.ebuild
b/gui-apps/yambar/yambar-1.8.0.ebuild
deleted file mode 100644
index 702e4068c1..0000000000
--- a/gui-apps/yambar/yambar-1.8.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}"
-else
- inherit git-r3
- EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
-fi
-
-DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
-HOMEPAGE="https://codeberg.org/dnkl/yambar"
-LICENSE="MIT"
-SLOT="0"
-IUSE="wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="
- =media-libs/fcft-3*
- dev-libs/json-c
- dev-libs/libyaml
- media-libs/alsa-lib
- media-libs/libmpdclient
- virtual/libudev:=
- x11-libs/pixman
- wayland? ( dev-libs/wayland )
- X? (
- x11-libs/libxcb:0=[xkb]
- x11-libs/xcb-util
- x11-libs/xcb-util-cursor
- x11-libs/xcb-util-wm
- )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-text/scdoc
- >=dev-libs/tllist-1.0.1
- >=dev-util/meson-0.53.0
- virtual/pkgconfig
- wayland? (
- dev-libs/wayland-protocols
- dev-util/wayland-scanner
- )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_feature wayland backend-wayland)
- $(meson_feature X backend-x11)
- -Dwerror=false
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- rm -rf "${D}/usr/share/doc/${PN}"
-}