public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/fnott/
Date: Wed, 25 Sep 2024 13:53:04 +0000 (UTC)	[thread overview]
Message-ID: <1727079460.39d58991410a7785f4698f1a55d49054671ce682.davidroman@gentoo> (raw)

commit:     39d58991410a7785f4698f1a55d49054671ce682
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Sep 23 08:17:40 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Sep 23 08:17:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39d58991

gui-apps/fnott: drop 1.2.1, 1.3.0, 1.4.1

Closes: https://bugs.gentoo.org/921499 (obsolete)
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/fnott/Manifest           |  3 ---
 gui-apps/fnott/fnott-1.2.1.ebuild | 43 ------------------------------------
 gui-apps/fnott/fnott-1.3.0.ebuild | 46 ---------------------------------------
 gui-apps/fnott/fnott-1.4.1.ebuild | 46 ---------------------------------------
 4 files changed, 138 deletions(-)

diff --git a/gui-apps/fnott/Manifest b/gui-apps/fnott/Manifest
index 6796d97dc..56d958641 100644
--- a/gui-apps/fnott/Manifest
+++ b/gui-apps/fnott/Manifest
@@ -1,4 +1 @@
-DIST fnott-1.2.1.tar.gz 377573 BLAKE2B ed167a7a8d069c75acc8cf7c8ad80afb88b2ed13f590b61f70cd6b8355c77ae25bd95f7401388dbf4650311e8514a9e0c52fa13f500eb18c4f9f0de79de78884 SHA512 7818a01893dd2e8ea7a55355981f83e2d358ce68e36af81fe062c05e1a3405662fb5e221a0509b7212c57ce431e3591d6e4c5d2a1242f2b76c48a00c66e23932
-DIST fnott-1.3.0.tar.gz 380852 BLAKE2B ba1ef8210ec9ade6dbaa7a3f3e7ad6e283a8838b11e845e7dae481c0429e64984778a3add947b53a6c32be7c8ec630846c1fd7c2a99e56ec3126083a42787808 SHA512 701823cc50e8432b72e1b17ffb62cd3de7b7e6d08e571c2fbe301bd024820eb72dcb49d9d2e07cf62a81b27175072683dec54d9d8ac9fec0dda0cdf90a23d8c0
-DIST fnott-1.4.1.tar.gz 472835 BLAKE2B f91e6ae87eba6fc4db2aedb1807eabead3a94edb2b32ce481a7901b73088e0197d2029d798e087627a594db4ffe5500afb619a8f54c539e7ce45549a6d04fda7 SHA512 130ec5cd8897cc6ee171a09ea786c6cef1d042f7b8830ec3b1e05668f33b9ebc2a56f77f09fab3ff9c9b8f91fda39fca8213daf5afb470b807331e701feb4202
 DIST fnott-1.6.0.tar.gz 475954 BLAKE2B 69a93049ccf9547770de8b96330ecbc3bb91bd4d4134695fb7ca2874bcb1d4bf3ed47a1aadc1ce49abab9f0a2c36c0f48f3141aa3cda1db74a5e4a48ec654ea2 SHA512 e6948e9028f4d381f5d41fbe3dda5cbca754a1560fcd7819974c1fd3a3041ec3e5bb2729d98cdcac04190b82fab7cb5970dfc216cdf58b44756ede1393897c12

diff --git a/gui-apps/fnott/fnott-1.2.1.ebuild b/gui-apps/fnott/fnott-1.2.1.ebuild
deleted file mode 100644
index d6e41f94c..000000000
--- a/gui-apps/fnott/fnott-1.2.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-EMESON_BUILDTYPE="release"
-
-inherit meson
-
-DESCRIPTION="Keyboard driven and lightweight Wayland notification daemon."
-HOMEPAGE="https://codeberg.org/dnkl/fnott"
-SRC_URI="https://codeberg.org/dnkl/fnott/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/${PN}"
-
-LICENSE="MIT ZLIB"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	x11-libs/pixman
-	media-libs/libpng
-	dev-libs/wayland
-	sys-apps/dbus
-	media-libs/fcft
-	media-libs/freetype
-	media-libs/fontconfig
-	dev-libs/wayland-protocols
-"
-RDEPEND="${DEPEND}
-"
-BDEPEND="
-	dev-util/wayland-scanner
-	app-text/scdoc
-	dev-libs/tllist
-"
-
-src_install() {
-	local DOCS=( CHANGELOG.md README.md )
-	meson_src_install
-
-	rm -r "${ED}"/usr/share/doc/"${PN}" || die
-}

diff --git a/gui-apps/fnott/fnott-1.3.0.ebuild b/gui-apps/fnott/fnott-1.3.0.ebuild
deleted file mode 100644
index 65451529a..000000000
--- a/gui-apps/fnott/fnott-1.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Keyboard driven and lightweight Wayland notification daemon."
-HOMEPAGE="https://codeberg.org/dnkl/fnott"
-
-if [[ "${PV}" == "9999" ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/fnott.git"
-else
-	SRC_URI="https://codeberg.org/dnkl/fnott/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${PN}"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT ZLIB"
-SLOT="0"
-
-DEPEND="
-	x11-libs/pixman
-	media-libs/libpng
-	dev-libs/wayland
-	sys-apps/dbus
-	media-libs/fcft
-	media-libs/freetype
-	media-libs/fontconfig
-"
-RDEPEND="${DEPEND}
-"
-BDEPEND="
-	dev-util/wayland-scanner
-	dev-libs/wayland-protocols
-	app-text/scdoc
-	dev-libs/tllist
-"
-
-src_install() {
-	local DOCS=( CHANGELOG.md README.md LICENSE )
-	meson_src_install
-
-	rm -r "${ED}"/usr/share/doc/"${PN}" || die
-}

diff --git a/gui-apps/fnott/fnott-1.4.1.ebuild b/gui-apps/fnott/fnott-1.4.1.ebuild
deleted file mode 100644
index 65451529a..000000000
--- a/gui-apps/fnott/fnott-1.4.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Keyboard driven and lightweight Wayland notification daemon."
-HOMEPAGE="https://codeberg.org/dnkl/fnott"
-
-if [[ "${PV}" == "9999" ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://codeberg.org/dnkl/fnott.git"
-else
-	SRC_URI="https://codeberg.org/dnkl/fnott/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${PN}"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT ZLIB"
-SLOT="0"
-
-DEPEND="
-	x11-libs/pixman
-	media-libs/libpng
-	dev-libs/wayland
-	sys-apps/dbus
-	media-libs/fcft
-	media-libs/freetype
-	media-libs/fontconfig
-"
-RDEPEND="${DEPEND}
-"
-BDEPEND="
-	dev-util/wayland-scanner
-	dev-libs/wayland-protocols
-	app-text/scdoc
-	dev-libs/tllist
-"
-
-src_install() {
-	local DOCS=( CHANGELOG.md README.md LICENSE )
-	meson_src_install
-
-	rm -r "${ED}"/usr/share/doc/"${PN}" || die
-}


             reply	other threads:[~2024-09-25 13:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-25 13:53 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-21 12:04 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/fnott/ David Roman
2025-02-21 12:04 David Roman
2024-06-12 21:51 Haelwenn Monnier
2024-06-12 21:51 Haelwenn Monnier
2024-05-15 12:36 Julien Roy
2023-07-16  6:18 Haelwenn Monnier
2022-08-11 13:45 Andrew Ammerlaan
2022-08-11 13:45 Andrew Ammerlaan
2022-08-02 10:55 Haelwenn Monnier
2022-02-13 20:24 Arthur Zamarin

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=1727079460.39d58991410a7785f4698f1a55d49054671ce682.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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