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: Sun, 19 Jul 2020 14:19:15 +0000 (UTC) [thread overview]
Message-ID: <1595168349.06e3df47a58f586a0038f2e3e65c01fb8e25c4dd.mgorny@gentoo> (raw)
commit: 06e3df47a58f586a0038f2e3e65c01fb8e25c4dd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 14:16:09 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 14:19:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e3df47
xfce-extra/xfce4-notifyd: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 2 --
.../xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild | 41 ----------------------
.../xfce4-notifyd/xfce4-notifyd-0.6.0.ebuild | 41 ----------------------
3 files changed, 84 deletions(-)
--git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest
index 0aa29553a70..b48319ef79c 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,3 +1 @@
-DIST xfce4-notifyd-0.4.4-r1.tar.bz2 536304 BLAKE2B bde62a773f7a702338e07fad8483d57576edb4c046b709c8644c17697ea73b72e46b8b4e2737d02bf23a554cbcac7c9725d7f19ee9f1ea511efb0943280f1b60 SHA512 546a5063673e36ef26bcdac624bfcef41a14918dbb496fb3d282613334f173b51669184b6bcfbee0f07a17863620898be2f464e487ca9755abe7285d6a43d8d5
-DIST xfce4-notifyd-0.6.0-r1.tar.bz2 539371 BLAKE2B aed910e3a547b29b2efb96ec5b5ab03bc3b73269dc7928018be194025d46abaa18bc2d0a879cd797b18167717b2a1f354f1a49f64e9bfc77dd2be51e06090978 SHA512 31f7977cb4639c90d806e8eaa94c00c19bacf1c9d5df2bc1d66ed791e446ed0ecf6bc59ec402994b1eeab5432dc20cffe67fbb267e86b1848fc2206aa4eaf10c
DIST xfce4-notifyd-0.6.1-r1.tar.bz2 539209 BLAKE2B 58dedc9091b1a2f5f58c4f095596f266056ef6ad735460617b6821192d2310024b27f08767c5fc7700a250c471cc77d3a0cd2655fda65e0d1ba489380d3e0ecb SHA512 d48752cd4e02e515e4c5d147b7bce678a56f47f0bd336e3b9db4e14fc2b0355e0582816957fc43c313a5779b5495c836ee5da4f0cb83616a0164d692a169415f
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
deleted file mode 100644
index dfb1762e9b9..00000000000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r1.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.42:2=
- >=x11-libs/gtk+-3.14:3=
- >=x11-libs/libnotify-0.7:=
- >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
- >=xfce-base/libxfce4util-4.12:=
- >=xfce-base/xfce4-panel-4.12:=
- >=xfce-base/xfconf-4.10:="
-DEPEND="${RDEPEND}
- dev-util/gdbus-codegen
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-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.6.0.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.0.ebuild
deleted file mode 100644
index 6d7684102cf..00000000000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r1.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.42:2=
- >=x11-libs/gtk+-3.14:3=
- >=x11-libs/libnotify-0.7:=
- >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
- >=xfce-base/libxfce4util-4.12:=
- >=xfce-base/xfce4-panel-4.12:=
- >=xfce-base/xfconf-4.10:="
-DEPEND="${RDEPEND}
- dev-util/gdbus-codegen
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
next reply other threads:[~2020-07-19 14:19 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-19 14:19 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 18:39 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/ Andreas Sturmlechner
2024-08-31 10:35 Michał Górny
2024-08-31 10:28 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-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=1595168349.06e3df47a58f586a0038f2e3e65c01fb8e25c4dd.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