Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/
Date: Mon, 28 Feb 2022 00:03:16
Message-Id: 1646006581.cea6ab5fd34b6303f54a5d64a875c51559fa118a.conikost@gentoo
1 commit: cea6ab5fd34b6303f54a5d64a875c51559fa118a
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 23:56:27 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 00:03:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea6ab5f
7
8 x11-misc/dunst: drop 1.7.3, 1.8.0
9
10 Closes: https://bugs.gentoo.org/834050
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 x11-misc/dunst/dunst-1.7.3.ebuild | 78 ---------------------------------------
14 x11-misc/dunst/dunst-1.8.0.ebuild | 78 ---------------------------------------
15 2 files changed, 156 deletions(-)
16
17 diff --git a/x11-misc/dunst/dunst-1.7.3.ebuild b/x11-misc/dunst/dunst-1.7.3.ebuild
18 deleted file mode 100644
19 index 2658bc4c820a..000000000000
20 --- a/x11-misc/dunst/dunst-1.7.3.ebuild
21 +++ /dev/null
22 @@ -1,78 +0,0 @@
23 -# Copyright 1999-2022 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=8
27 -
28 -inherit systemd toolchain-funcs
29 -
30 -DESCRIPTION="Lightweight replacement for common notification daemons"
31 -HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst"
32 -SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
37 -IUSE="wayland"
38 -
39 -DEPEND="
40 - dev-libs/glib:2
41 - sys-apps/dbus
42 - x11-libs/cairo[X,glib]
43 - x11-libs/gdk-pixbuf:2
44 - x11-libs/libX11
45 - x11-libs/libXext
46 - x11-libs/libXScrnSaver
47 - x11-libs/libXinerama
48 - x11-libs/libXrandr
49 - x11-libs/libnotify
50 - x11-libs/pango[X]
51 - x11-misc/xdg-utils
52 - wayland? ( dev-libs/wayland )
53 -"
54 -
55 -RDEPEND="${DEPEND}"
56 -
57 -BDEPEND="
58 - dev-lang/perl
59 - virtual/pkgconfig
60 - wayland? ( dev-libs/wayland-protocols )
61 -"
62 -
63 -src_prepare() {
64 - default
65 -
66 - # Respect users CFLAGS
67 - sed -e 's/-Os//' -i config.mk || die
68 -
69 - # Use correct path for dbus and system unit
70 - sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
71 - sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in || die
72 -}
73 -
74 -src_configure() {
75 - tc-export CC PKG_CONFIG
76 -
77 - default
78 -}
79 -
80 -src_compile() {
81 - local myemakeargs=(
82 - SYSTEMD="0"
83 - WAYLAND="$(usex wayland 1 0)"
84 - )
85 -
86 - emake "${myemakeargs[@]}"
87 -}
88 -
89 -src_install() {
90 - local myemakeargs=(
91 - PREFIX="${ED}/usr"
92 - SYSCONFDIR="${ED}/etc"
93 - SYSTEMD="0"
94 - WAYLAND="$(usex wayland 1 0)"
95 - )
96 -
97 - emake "${myemakeargs[@]}" install
98 -
99 - systemd_newuserunit dunst.systemd.service.in dunst.service
100 -}
101
102 diff --git a/x11-misc/dunst/dunst-1.8.0.ebuild b/x11-misc/dunst/dunst-1.8.0.ebuild
103 deleted file mode 100644
104 index 95b0a0bf7fb1..000000000000
105 --- a/x11-misc/dunst/dunst-1.8.0.ebuild
106 +++ /dev/null
107 @@ -1,78 +0,0 @@
108 -# Copyright 1999-2022 Gentoo Authors
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=8
112 -
113 -inherit systemd toolchain-funcs
114 -
115 -DESCRIPTION="Lightweight replacement for common notification daemons"
116 -HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst"
117 -SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.tar.gz"
118 -
119 -LICENSE="BSD"
120 -SLOT="0"
121 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
122 -IUSE="wayland"
123 -
124 -DEPEND="
125 - dev-libs/glib:2
126 - sys-apps/dbus
127 - x11-libs/cairo[X,glib]
128 - x11-libs/gdk-pixbuf:2
129 - x11-libs/libX11
130 - x11-libs/libXext
131 - x11-libs/libXScrnSaver
132 - x11-libs/libXinerama
133 - x11-libs/libXrandr
134 - x11-libs/libnotify
135 - x11-libs/pango[X]
136 - x11-misc/xdg-utils
137 - wayland? ( dev-libs/wayland )
138 -"
139 -
140 -RDEPEND="${DEPEND}"
141 -
142 -BDEPEND="
143 - dev-lang/perl
144 - virtual/pkgconfig
145 - wayland? ( dev-libs/wayland-protocols )
146 -"
147 -
148 -src_prepare() {
149 - default
150 -
151 - # Respect users CFLAGS
152 - sed -e 's/-Os//' -i config.mk || die
153 -
154 - # Use correct path for dbus and system unit
155 - sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
156 - sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in || die
157 -}
158 -
159 -src_configure() {
160 - tc-export CC PKG_CONFIG
161 -
162 - default
163 -}
164 -
165 -src_compile() {
166 - local myemakeargs=(
167 - SYSTEMD="0"
168 - WAYLAND="$(usex wayland 1 0)"
169 - )
170 -
171 - emake "${myemakeargs[@]}"
172 -}
173 -
174 -src_install() {
175 - local myemakeargs=(
176 - PREFIX="${ED}/usr"
177 - SYSCONFDIR="${ED}/etc"
178 - SYSTEMD="0"
179 - WAYLAND="$(usex wayland 1 0)"
180 - )
181 -
182 - emake "${myemakeargs[@]}" install
183 -
184 - systemd_newuserunit dunst.systemd.service.in dunst.service
185 -}