From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/swaync/
Date: Mon, 29 May 2023 20:57:28 +0000 (UTC) [thread overview]
Message-ID: <1685388824.6abe1e58b6506795e5197ac63c7ddb2bb92d1810.flow@gentoo> (raw)
commit: 6abe1e58b6506795e5197ac63c7ddb2bb92d1810
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Mon May 29 19:23:31 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May 29 19:33:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6abe1e58
gui-apps/swaync: drop 0.7.3
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
gui-apps/swaync/Manifest | 1 -
gui-apps/swaync/metadata.xml | 4 ---
gui-apps/swaync/swaync-0.7.3.ebuild | 56 -------------------------------------
3 files changed, 61 deletions(-)
diff --git a/gui-apps/swaync/Manifest b/gui-apps/swaync/Manifest
index 15b729c6d..97719be51 100644
--- a/gui-apps/swaync/Manifest
+++ b/gui-apps/swaync/Manifest
@@ -1,3 +1,2 @@
-DIST swaync-0.7.3.tar.gz 3155355 BLAKE2B d976d908c12eef9a0fe71e269fd4dd1bca44cb7a389ea3b6fbcf7ef0a7cfd17623e4fa03fb61cb7d5a26837deafd0b3f8197774fe1ce17c47d512632d5aedc81 SHA512 fe049fae8ece0e54badd44ea6d04f7fa0a09c7cb258612897dbcb4b7b60ef28fc19113ec4b84520ac8226901b9d5a0b9cd11c3b071d9e90e840ac7e4595a51fc
DIST swaync-0.8.0.tar.gz 3170861 BLAKE2B a43fd4d095b3bb1b39ff914cf3f09f9d97807d95365839a30c46c607c601c8e557e4365e3c23cbf650dca7b5a51523e4fbc8ecf49d7863b717b04e0c90e04f46 SHA512 c1ee542fff2b6b06cd0def99c96bede5cb3dc576ab4e0498bd110f1b6e3df2786526d5ec58dbfc7f5c488afc2c1c85541e878c76118486530b8937a5e13a0799
DIST swaync-0.9.0.tar.gz 3178186 BLAKE2B 09c92e094da8c97384c78ac0afffc8caa968c78cad298056a99377da6a06e4cc496e0fbf469f0096d0378a7f78e0717e816dd8f43ef6a45270bd7b13f8f90d42 SHA512 1c9bb7908d74752cdb03b11d15794a18ca6360aec1a0d00897e252954544179885841905d0ba7464da8e29d0cdc8dc6b33b65296a7e61478ed160980b6f26b32
diff --git a/gui-apps/swaync/metadata.xml b/gui-apps/swaync/metadata.xml
index 82d0a9847..99b25824c 100644
--- a/gui-apps/swaync/metadata.xml
+++ b/gui-apps/swaync/metadata.xml
@@ -9,8 +9,4 @@
<remote-id type="github">ErikReider/SwayNotificationCenter</remote-id>
<bugs-to>https://github.com/ErikReider/SwayNotificationCenter/issues</bugs-to>
</upstream>
- <use>
- <flag name="man">Build and install man pages</flag>
- <flag name="scripting">Enable notification scripting</flag>
- </use>
</pkgmetadata>
diff --git a/gui-apps/swaync/swaync-0.7.3.ebuild b/gui-apps/swaync/swaync-0.7.3.ebuild
deleted file mode 100644
index f4fe19e9b..000000000
--- a/gui-apps/swaync/swaync-0.7.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson vala gnome2-utils
-
-MY_PN="SwayNotificationCenter"
-DESCRIPTION="A simple notification daemon with a GTK gui for notifications and control center"
-HOMEPAGE="https://github.com/ErikReider/SwayNotificationCenter"
-SRC_URI="https://github.com/ErikReider/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+man scripting"
-
-DEPEND="
- dev-libs/glib:2
- dev-libs/gobject-introspection
- dev-libs/json-glib
- dev-libs/libgee:=
- dev-libs/wayland
- >=gui-libs/gtk-layer-shell-0.7.0[introspection]
- gui-libs/libhandy:1
- sys-apps/dbus
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- $(vala_depend)
- man? ( app-text/scdoc )
-"
-
-src_prepare() {
- default
- vala_setup
-}
-
-src_configure() {
- local emesonargs=(
- $(meson_use man man-pages)
- $(meson_use scripting)
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- gnome2_schemas_update
-}
next reply other threads:[~2023-05-29 20:57 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-29 20:57 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-25 13:01 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/swaync/ Julien Roy
2024-03-19 0:39 Julien Roy
2024-03-17 15:12 Julien Roy
2022-12-01 3:59 Haelwenn Monnier
2022-09-26 9:48 Andrew Ammerlaan
2022-09-21 19:44 Florian Schmaus
2022-05-16 12:33 Andrew Ammerlaan
2022-04-04 14:49 Andrew Ammerlaan
2022-03-08 13:37 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-03-08 13:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-02-24 11:10 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
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=1685388824.6abe1e58b6506795e5197ac63c7ddb2bb92d1810.flow@gentoo \
--to=flow@gentoo.org \
--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