Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/
Date: Sat, 27 Oct 2018 12:30:40
Message-Id: 1540643429.2a8cf395339e93e6f8f59510e7b64eeac18a5b6f.mgorny@gentoo
1 commit: 2a8cf395339e93e6f8f59510e7b64eeac18a5b6f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 12:13:40 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 12:30:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a8cf395
7
8 xfce-extra/xfce4-notifyd: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-notifyd/Manifest | 1 -
13 .../xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild | 38 ----------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest
17 index ae5cb0b3e45..b9f0dc4035a 100644
18 --- a/xfce-extra/xfce4-notifyd/Manifest
19 +++ b/xfce-extra/xfce4-notifyd/Manifest
20 @@ -1,2 +1 @@
21 -DIST xfce4-notifyd-0.4.1.tar.bz2 524411 BLAKE2B f90c8241e484b256cfc1619f6bc9b1f5ad0f375fe3efdcadfe8f2acf740697f887a98044bcceb15a70cac9529cf9e1119192875682d0fb59355b4a10b3e479c1 SHA512 3dd12a8d27d950c2ffe7a4bc0eaa3b44f4a783273fc90d95304ec77450e88241ad39ca13366cb2a0c666ff6afb9ad58f6468e2fc38b8a87a2737614cfedadfae
22 DIST xfce4-notifyd-0.4.2.tar.bz2 528521 BLAKE2B 8e59e26fcd453b65522b89c24d36857f6ac66c1b6e6a0ef0167b3f9f8dc4a087185d4b5b770b4e90e614e369ca147b924ad3f3ac0a1f3faf49c02b9e1ffd0a30 SHA512 1cabf478928cbcc13e9f03b2540470c5568bc665b196a8617a0e3b52ce4fe3bd9fdb5e199c4e52afe51c4edab8ba949c4551f65ce77c5fae7fddccd0086fb601
23
24 diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
25 deleted file mode 100644
26 index e748b9cd2a2..00000000000
27 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
28 +++ /dev/null
29 @@ -1,38 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit gnome2-utils
36 -
37 -DESCRIPTION="Notification daemon for the Xfce desktop environment"
38 -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
39 -SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm ~arm64 x86"
44 -IUSE=""
45 -
46 -RDEPEND=">=dev-libs/glib-2.42:2=
47 - >=x11-libs/gtk+-3.14:3=
48 - >=x11-libs/libnotify-0.7:=
49 - >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
50 - >=xfce-base/libxfce4util-4.12:=
51 - >=xfce-base/xfce4-panel-4.12:=
52 - >=xfce-base/xfconf-4.10:="
53 -DEPEND="${RDEPEND}
54 - dev-util/gdbus-codegen
55 - dev-util/intltool
56 - sys-devel/gettext
57 - virtual/pkgconfig"
58 -
59 -DOCS=( AUTHORS NEWS README TODO )
60 -
61 -pkg_postinst() {
62 - gnome2_icon_cache_update
63 -}
64 -
65 -pkg_postrm() {
66 - gnome2_icon_cache_update
67 -}