public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/fuzzel/
Date: Sun, 16 Jul 2023 06:18:38 +0000 (UTC)	[thread overview]
Message-ID: <1689329514.c89c0fd78a775e64a5a571dbecec03fd84588cd7.lanodan@gentoo> (raw)

commit:     c89c0fd78a775e64a5a571dbecec03fd84588cd7
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Fri Jul 14 10:11:20 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jul 14 10:11:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c89c0fd7

gui-apps/fuzzel: drop 1.8.2, 1.9.1

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 gui-apps/fuzzel/Manifest            |  2 --
 gui-apps/fuzzel/fuzzel-1.8.2.ebuild | 53 -------------------------------------
 gui-apps/fuzzel/fuzzel-1.9.1.ebuild | 53 -------------------------------------
 3 files changed, 108 deletions(-)

diff --git a/gui-apps/fuzzel/Manifest b/gui-apps/fuzzel/Manifest
index 1a9509293..442d8f5f2 100644
--- a/gui-apps/fuzzel/Manifest
+++ b/gui-apps/fuzzel/Manifest
@@ -1,3 +1 @@
-DIST fuzzel-1.8.2.tar.gz 426759 BLAKE2B 107b59afa4bac54d27e679d484e3ff9c87c62c0934a6ed93e17e5c0c498d46c38174ad6e5c91aa1ef1018171f5833011b3ccb1173b59812219009257e4240b46 SHA512 53a7fd1e6fa44c702d7819970d0e55a35bd75ad5f61beb2de5e5f8007b864792af2dab93aba7defd063e117e7c3723fbfcd4df9ef0b3680ba2219aefde4a9982
-DIST fuzzel-1.9.1.tar.gz 431460 BLAKE2B 3e066c7b8050644c4e18f76e01a16c923ed6a37e09231343cdae824aa1c18de85c509d6c2ea8efd293a7704629f3885ae5a9312eadadcd4783cfdf4bf3d624e3 SHA512 73d531c34ad9b166745e6c0125f45d579ed13adc26f23252a26659be2e0517e6b1c526a5076f8dd8d19a0bb02b5b0dc66c9deb7433cf86912a4a533d99f74a0c
 DIST fuzzel-1.9.2.tar.gz 433292 BLAKE2B 7b0533f7bb705b330e9c5c0fb89831283cc5e349891408d398d26f20c7c78c599ae28c18e92379df8888a8099ec4b7736ea356b6342ff3b1c3fde57085580f23 SHA512 a92f0b6eb9470aa099651c2f5d095986347565bbd7366bffe0719801dbb1ae4f7e413460c59872d40e910bb1d3bc8195e9d9038a73c2de835bcda77f9372b393

diff --git a/gui-apps/fuzzel/fuzzel-1.8.2.ebuild b/gui-apps/fuzzel/fuzzel-1.8.2.ebuild
deleted file mode 100644
index 3e6616604..000000000
--- a/gui-apps/fuzzel/fuzzel-1.8.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/fuzzel.git"
-else
-	SRC_URI="https://codeberg.org/dnkl/fuzzel/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-fi
-
-DESCRIPTION="Application launcher for wlroots based Wayland compositors."
-HOMEPAGE="https://codeberg.org/dnkl/fuzzel"
-LICENSE="MIT"
-SLOT="0"
-IUSE="cairo png svg"
-
-DEPEND="
-	dev-libs/wayland
-	<media-libs/fcft-4.0.0
-	>=media-libs/fcft-3.0.0
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-	cairo? ( x11-libs/cairo )
-	png? ( media-libs/libpng )
-	svg? ( gnome-base/librsvg )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	app-text/scdoc
-	>=dev-libs/tllist-1.0.1
-	dev-libs/wayland-protocols
-	dev-util/wayland-scanner
-"
-
-src_configure() {
-	local emesonargs=(
-		-Dpng-backend=$(usex png libpng none)
-		-Dsvg-backend=$(usex svg librsvg none)
-		$(meson_feature cairo enable-cairo)
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	rm -rf "${ED}/usr/share/doc/fuzzel" || die
-}

diff --git a/gui-apps/fuzzel/fuzzel-1.9.1.ebuild b/gui-apps/fuzzel/fuzzel-1.9.1.ebuild
deleted file mode 100644
index 3e6616604..000000000
--- a/gui-apps/fuzzel/fuzzel-1.9.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/fuzzel.git"
-else
-	SRC_URI="https://codeberg.org/dnkl/fuzzel/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}"
-fi
-
-DESCRIPTION="Application launcher for wlroots based Wayland compositors."
-HOMEPAGE="https://codeberg.org/dnkl/fuzzel"
-LICENSE="MIT"
-SLOT="0"
-IUSE="cairo png svg"
-
-DEPEND="
-	dev-libs/wayland
-	<media-libs/fcft-4.0.0
-	>=media-libs/fcft-3.0.0
-	x11-libs/libxkbcommon
-	x11-libs/pixman
-	cairo? ( x11-libs/cairo )
-	png? ( media-libs/libpng )
-	svg? ( gnome-base/librsvg )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	app-text/scdoc
-	>=dev-libs/tllist-1.0.1
-	dev-libs/wayland-protocols
-	dev-util/wayland-scanner
-"
-
-src_configure() {
-	local emesonargs=(
-		-Dpng-backend=$(usex png libpng none)
-		-Dsvg-backend=$(usex svg librsvg none)
-		$(meson_feature cairo enable-cairo)
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-	rm -rf "${ED}/usr/share/doc/fuzzel" || die
-}


             reply	other threads:[~2023-07-16  6:18 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-16  6:18 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-15 21:45 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/fuzzel/ Julien Roy
2024-09-15 21:45 Julien Roy
2024-09-12  9:37 David Roman
2024-09-12  9:37 David Roman
2024-05-24 18:40 Julien Roy
2024-04-15 20:52 Julien Roy
2024-04-12 19:59 Julien Roy
2024-02-18  3:41 Julien Roy
2023-07-16  6:18 Haelwenn Monnier
2023-03-31 10:16 Florian Schmaus
2023-03-31 10:16 Florian Schmaus
2023-03-29  6:56 Florian Schmaus
2023-03-29  6:56 Florian Schmaus
2022-11-05 15:26 Arthur Zamarin
2022-10-29  5:54 Arthur Zamarin
2022-06-03 10:44 Florian Schmaus
2022-06-03 10:44 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1689329514.c89c0fd78a775e64a5a571dbecec03fd84588cd7.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox