public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/
Date: Sat, 31 Aug 2024 10:35:33 +0000 (UTC)	[thread overview]
Message-ID: <1725100527.2cfcaa4945bb4d84c817fb1dac5f6a262ab8c413.mgorny@gentoo> (raw)

commit:     2cfcaa4945bb4d84c817fb1dac5f6a262ab8c413
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 10:32:45 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 10:35:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cfcaa49

xfce-extra/xfce4-notifyd: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-notifyd/Manifest                  |  2 -
 .../xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild       | 74 ----------------------
 .../xfce4-notifyd/xfce4-notifyd-0.9.5.ebuild       | 74 ----------------------
 3 files changed, 150 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest
index 795718873556..1831edd6faf2 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,3 +1 @@
-DIST xfce4-notifyd-0.9.4.tar.bz2 732160 BLAKE2B d0c47875acf638f44ae8188c7a39f1785a9e3c489f4fad209e9c591780a91b0439037a0c62351619f71d2765dacf11a786d5678c03ec846f4aa0a0bc0b823166 SHA512 d3339ec3555f27e624e643b52ce4de2a0834d38f675b286976abcb4e143cbbb32665b1f36fbff23791c152e1f0616b752a7f049045fc32829c27c0a87d82df94
-DIST xfce4-notifyd-0.9.5.tar.bz2 740324 BLAKE2B 900b9487a888e7d1b7112d1f088605d4773d9baa7d17a369ef0cc4e6e00ecfb9ac72ba760044031090048e1d1aec2a8ef5c11c5246ff84b9a14ccdfbda014138 SHA512 9e8d81ccb16c3eb72ebea24ac03a0594d3f9ddd20c7edcaf9f68e288b2d5115294d5c9e2911c15e6d8032d36cdcfc423ee51b56a20268a035a3fb7ca65c41bdc
 DIST xfce4-notifyd-0.9.6.tar.bz2 742198 BLAKE2B 8bcd2df7e7b8727ba05f94577e3fe9a575c0801bccb841e4077f5150578f2b7faf25444193da45ddfef870d9cf470793b0c152b939f4391421fa226a39eca9f3 SHA512 deef625fdb7828ac25a3eeb2c5e5813f285310354b33a81e1c7943024d9dee9e9b5765f94f7e7ccedd1998dab77eb2c62a2803864d56aed6f831f08b910f0071

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
deleted file mode 100644
index 0670bff5128f..000000000000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="
-	https://docs.xfce.org/apps/notifyd/start
-	https://gitlab.xfce.org/apps/xfce4-notifyd/
-"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="sound wayland X"
-
-DEPEND="
-	>=dev-db/sqlite-3.34:3
-	>=dev-libs/glib-2.68.0:2
-	>=sys-apps/dbus-1.0
-	>=x11-libs/gtk+-3.22:3[wayland?,X?]
-	>=x11-libs/libnotify-0.7
-	>=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-	>=xfce-base/libxfce4util-4.12:=
-	>=xfce-base/xfce4-panel-4.14.0:=
-	>=xfce-base/xfconf-4.10:=
-	sound? (
-		>=media-libs/libcanberra-0.30[gtk3]
-	)
-	wayland? (
-		>=gui-libs/gtk-layer-shell-0.7.0
-	)
-	X? (
-		>=x11-libs/libX11-1.6.7
-	)
-"
-RDEPEND="
-	${DEPEND}
-"
-BDEPEND="
-	dev-util/gdbus-codegen
-	dev-util/glib-utils
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local myconf=(
-		$(use_enable wayland)
-		$(use_enable X x11)
-
-		# just service files
-		--enable-systemd
-	)
-
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.5.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.5.ebuild
deleted file mode 100644
index f1b06c391860..000000000000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.5.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="
-	https://docs.xfce.org/apps/notifyd/start
-	https://gitlab.xfce.org/apps/xfce4-notifyd/
-"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="sound wayland X"
-
-DEPEND="
-	>=dev-db/sqlite-3.34:3
-	>=dev-libs/glib-2.68.0:2
-	>=sys-apps/dbus-1.0
-	>=x11-libs/gtk+-3.22:3[wayland?,X?]
-	>=x11-libs/libnotify-0.7
-	>=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-	>=xfce-base/libxfce4util-4.12:=
-	>=xfce-base/xfce4-panel-4.14.0:=
-	>=xfce-base/xfconf-4.10:=
-	sound? (
-		>=media-libs/libcanberra-0.30[gtk3]
-	)
-	wayland? (
-		>=gui-libs/gtk-layer-shell-0.7.0
-	)
-	X? (
-		>=x11-libs/libX11-1.6.7
-	)
-"
-RDEPEND="
-	${DEPEND}
-"
-BDEPEND="
-	dev-util/gdbus-codegen
-	dev-util/glib-utils
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local myconf=(
-		$(use_enable wayland)
-		$(use_enable X x11)
-
-		# just service files
-		--enable-systemd
-	)
-
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


             reply	other threads:[~2024-08-31 10:35 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-31 10:35 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31 10:28 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/ Arthur Zamarin
2024-08-31  7:31 Sam James
2024-08-31  7:20 Arthur Zamarin
2024-08-15  3:53 Michał Górny
2024-03-12 17:51 Michał Górny
2024-03-12 15:06 Arthur Zamarin
2024-03-09 21:05 Sam James
2024-03-09 14:11 Michał Górny
2024-02-10  9:15 Michał Górny
2023-11-02 12:58 Michał Górny
2023-11-02  4:12 Sam James
2023-11-01 20:37 Arthur Zamarin
2023-11-01 20:37 Arthur Zamarin
2023-09-25  2:55 Michał Górny
2023-09-20  5:52 Michał Górny
2023-04-01 17:43 Michał Górny
2023-04-01 16:07 Arthur Zamarin
2023-03-17 14:11 Sam James
2023-03-17 14:11 Sam James
2023-02-28 13:07 Michał Górny
2023-02-17  6:37 Michał Górny
2023-02-17  6:37 Michał Górny
2023-02-11 12:47 Michał Górny
2023-02-02  5:42 Michał Górny
2023-01-28 19:10 Arthur Zamarin
2023-01-22  9:16 Michał Górny
2023-01-21 16:53 Sam James
2023-01-21 14:46 Arthur Zamarin
2023-01-21 13:05 Michał Górny
2022-12-16  9:55 Michał Górny
2022-10-09 10:10 Michał Górny
2022-10-09  8:55 Agostino Sarubbo
2022-10-08 23:10 Sam James
2022-10-08 19:28 Sam James
2022-09-02 10:52 Michał Górny
2022-03-25  9:19 Michał Górny
2022-03-25  7:49 Agostino Sarubbo
2022-03-24 19:03 Jakov Smolić
2022-03-24 19:03 Jakov Smolić
2022-02-12  9:15 Michał Górny
2021-03-28 19:44 Sam James
2020-11-12 13:17 Michał Górny
2020-11-12 12:28 Sam James
2020-10-25 23:08 Thomas Deutschmann
2020-09-01  6:00 Michał Górny
2020-07-19 14:19 Michał Górny
2020-06-29 18:24 Mikle Kolyada
2020-06-20 15:23 Thomas Deutschmann
2020-05-05  8:00 Michał Górny
2020-04-08 17:57 Michał Górny
2019-12-26 12:12 Georgy Yakovlev
2019-10-20 10:24 Michał Górny
2019-10-10 18:35 Mikle Kolyada
2019-10-10 18:31 Mikle Kolyada
2019-08-13 12:10 Michał Górny
2019-04-23  3:32 Michał Górny
2019-04-07  8:29 Michał Górny
2018-11-15 17:04 Thomas Deutschmann
2018-11-12 14:04 Mikle Kolyada
2018-11-11 19:07 Michał Górny
2018-11-04  9:37 Michał Górny
2018-10-27 12:30 Michał Górny
2018-10-27 12:30 Michał Górny
2018-08-05 11:33 Sergei Trofimovich
2018-07-10 12:29 Michał Górny
2018-04-08 17:28 Aaron Bauman
2018-03-25 17:27 Michał Górny
2018-01-06  5:05 Thomas Deutschmann
2018-01-05 11:23 Mikle Kolyada
2017-12-12 17:50 Michał Górny
2017-10-18 17:06 Michał Górny
2017-10-18  6:40 Michał Górny
2017-06-07 20:06 Michał Górny
2017-03-21  7:04 Michał Górny
2017-02-16 21:06 Michał Górny
2016-11-10  4:16 Michał Górny
2016-11-05 22:19 Michał Górny
2016-09-10  6:49 Michał Górny
2016-09-06 14:58 Michał Górny
2016-07-31 16:56 Michał Górny
2016-07-29 17:01 Michał Górny
2016-03-04  8:13 Stephen Klimaszewski

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=1725100527.2cfcaa4945bb4d84c817fb1dac5f6a262ab8c413.mgorny@gentoo \
    --to=mgorny@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