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: Sun, 25 Mar 2018 17:27:40
Message-Id: 1521998835.1a533009975ce221828bab1bff280a4166f7cdab.mgorny@gentoo
1 commit: 1a533009975ce221828bab1bff280a4166f7cdab
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 16:14:51 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 17:27:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a533009
7
8 xfce-extra/xfce4-notifyd: Drop old
9
10 xfce-extra/xfce4-notifyd/Manifest | 3 --
11 .../xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild | 31 -----------------
12 .../xfce4-notifyd/xfce4-notifyd-0.3.6.ebuild | 39 ----------------------
13 .../xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild | 38 ---------------------
14 4 files changed, 111 deletions(-)
15
16 diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest
17 index 05f72d9b2fd..ae5cb0b3e45 100644
18 --- a/xfce-extra/xfce4-notifyd/Manifest
19 +++ b/xfce-extra/xfce4-notifyd/Manifest
20 @@ -1,5 +1,2 @@
21 -DIST xfce4-notifyd-0.2.4.tar.bz2 361619 BLAKE2B 65dea944a6b16ef43beab43da5307004af664fc3460f6605ca52073e2b176c89c0c13b44c8b4a2e603b224399b03db6372d0f24e26a96061a23b4d6a6c579d51 SHA512 4cee6395ee925e41ec22baa0fca21b38261a547ddff32f6c140db91996e2aa39b86113ffbe42da3c98728513a10eadd99504a05f31100762eb5b19bf8a74ae7c
22 -DIST xfce4-notifyd-0.3.6.tar.bz2 458536 BLAKE2B 82d0c10f744a92dd98e4d9596fb0e8bf7b34a797842b83b0dadc23848bf7533d845ff966b1f73f61c2871e7f6b640f1def69a011c2cbb68efd069a52777efc0e SHA512 96067de2e08e29c8e6285796bc4b23087f97286e28adfb485dc20f449ae32e10c8fb743f42585e0e6cda82d713eb6da3cc1d94920eb170b7cfa1e687ffcb3ddf
23 -DIST xfce4-notifyd-0.4.0.tar.bz2 519355 BLAKE2B c3c5b4500dcf7048f719864d900300710402a1f1411808ee471f0b97de2a6277c0facd7a0e9d2d349628ecb7f9839f0775ea2c000b35fe790eafe31fd38123c0 SHA512 17a651685885e8fb8fdc74c89b5126e24aa8704068332e45352fe9d5bc95aa7cbe2002afbc18b2446dc11c6d4d9c1d857d44d685ecd0148bc865a01851f1b045
24 DIST xfce4-notifyd-0.4.1.tar.bz2 524411 BLAKE2B f90c8241e484b256cfc1619f6bc9b1f5ad0f375fe3efdcadfe8f2acf740697f887a98044bcceb15a70cac9529cf9e1119192875682d0fb59355b4a10b3e479c1 SHA512 3dd12a8d27d950c2ffe7a4bc0eaa3b44f4a783273fc90d95304ec77450e88241ad39ca13366cb2a0c666ff6afb9ad58f6468e2fc38b8a87a2737614cfedadfae
25 DIST xfce4-notifyd-0.4.2.tar.bz2 528521 BLAKE2B 8e59e26fcd453b65522b89c24d36857f6ac66c1b6e6a0ef0167b3f9f8dc4a087185d4b5b770b4e90e614e369ca147b924ad3f3ac0a1f3faf49c02b9e1ffd0a30 SHA512 1cabf478928cbcc13e9f03b2540470c5568bc665b196a8617a0e3b52ce4fe3bd9fdb5e199c4e52afe51c4edab8ba949c4551f65ce77c5fae7fddccd0086fb601
26
27 diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild
28 deleted file mode 100644
29 index c28a16aaf8e..00000000000
30 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -inherit xfconf
38 -
39 -DESCRIPTION="Notification daemon for the Xfce desktop environment"
40 -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
41 -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~arm64 x86"
46 -IUSE="debug"
47 -
48 -RDEPEND=">=dev-libs/dbus-glib-0.100
49 - >=sys-apps/dbus-1.6
50 - >=x11-libs/gtk+-2.14:2
51 - >=x11-libs/libnotify-0.7
52 - >=xfce-base/libxfce4ui-4.8
53 - >=xfce-base/libxfce4util-4.8
54 - >=xfce-base/xfconf-4.8"
55 -DEPEND="${RDEPEND}
56 - dev-util/intltool
57 - sys-devel/gettext
58 - virtual/pkgconfig"
59 -
60 -pkg_setup() {
61 - XFCONF=( $(xfconf_use_debug) )
62 - DOCS=( AUTHORS NEWS README TODO )
63 -}
64
65 diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.6.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.6.ebuild
66 deleted file mode 100644
67 index 52de732c99f..00000000000
68 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.6.ebuild
69 +++ /dev/null
70 @@ -1,39 +0,0 @@
71 -# Copyright 1999-2017 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -inherit gnome2-utils
77 -
78 -DESCRIPTION="Notification daemon for the Xfce desktop environment"
79 -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
80 -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
81 -
82 -LICENSE="GPL-2"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
85 -IUSE=""
86 -
87 -RDEPEND=">=dev-libs/glib-2.42:2=
88 - >=x11-libs/gtk+-3.14:3=
89 - >=x11-libs/libnotify-0.7:=
90 - >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
91 - >=xfce-base/libxfce4util-4.12:=
92 - >=xfce-base/xfconf-4.10:="
93 -DEPEND="${RDEPEND}
94 - dev-util/gdbus-codegen
95 - dev-util/intltool
96 - sys-devel/gettext
97 - virtual/pkgconfig"
98 -
99 -DOCS=( AUTHORS NEWS README TODO )
100 -
101 -pkg_postinst() {
102 - GNOME2_ECLASS_ICONS="usr/share/icons/hicolor" \
103 - gnome2_icon_cache_update
104 -}
105 -
106 -pkg_postrm() {
107 - GNOME2_ECLASS_ICONS="usr/share/icons/hicolor" \
108 - gnome2_icon_cache_update
109 -}
110
111 diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild
112 deleted file mode 100644
113 index f48064f4568..00000000000
114 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild
115 +++ /dev/null
116 @@ -1,38 +0,0 @@
117 -# Copyright 1999-2017 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=6
121 -
122 -inherit gnome2-utils
123 -
124 -DESCRIPTION="Notification daemon for the Xfce desktop environment"
125 -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
126 -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
127 -
128 -LICENSE="GPL-2"
129 -SLOT="0"
130 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
131 -IUSE=""
132 -
133 -RDEPEND=">=dev-libs/glib-2.42:2=
134 - >=x11-libs/gtk+-3.14:3=
135 - >=x11-libs/libnotify-0.7:=
136 - >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
137 - >=xfce-base/libxfce4util-4.12:=
138 - >=xfce-base/xfce4-panel-4.12:=
139 - >=xfce-base/xfconf-4.10:="
140 -DEPEND="${RDEPEND}
141 - dev-util/gdbus-codegen
142 - dev-util/intltool
143 - sys-devel/gettext
144 - virtual/pkgconfig"
145 -
146 -DOCS=( AUTHORS NEWS README TODO )
147 -
148 -pkg_postinst() {
149 - gnome2_icon_cache_update
150 -}
151 -
152 -pkg_postrm() {
153 - gnome2_icon_cache_update
154 -}