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/, x11-misc/dunst/files/
Date: Thu, 20 Jan 2022 22:58:57
Message-Id: 1642719477.cdb63fa7950ea04f0d1fe6e7439f6b43b5281441.conikost@gentoo
1 commit: cdb63fa7950ea04f0d1fe6e7439f6b43b5281441
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 22:56:57 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 22:57:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb63fa7
7
8 x11-misc/dunst: drop 1.6.1
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 x11-misc/dunst/Manifest | 1 -
13 x11-misc/dunst/dunst-1.6.1.ebuild | 60 ----------------------------
14 x11-misc/dunst/files/dunst-1.6.1-no-Os.patch | 13 ------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
18 index c50981ddcceb..52a62bb405e6 100644
19 --- a/x11-misc/dunst/Manifest
20 +++ b/x11-misc/dunst/Manifest
21 @@ -1,2 +1 @@
22 -DIST dunst-1.6.1.tar.gz 217267 BLAKE2B 267e5be6a079097fb5a677bd2451b0e5bcbcddadf4c4de9af87d4eab7dd90b61908f140db3f1238b6a79d370fc3bb89c062c6b4deeefae6c9c0069b55017e907 SHA512 079ffd0ff75f1865b68cb8db261849cbe4f68b5c632c39ef8f7a3d193ff3eba3734bca31cb7268f27c9a411aec56e4c484c383b419bc0b4755b7d80ede84cd96
23 DIST dunst-1.7.3.tar.gz 4596283 BLAKE2B dff61659b777a92cd2add9b15551a7fa471eb9adda47b31bd48d6b20a34192f3f9e7147a4249047f6993a595d0d0cf9895d9a7cc84f5bbc64972f4e111e924ad SHA512 e8bd8555bd9ea3dc5ae85c2459ad1fa29bbc5d575346381e828fc6efd618db1e87c40b4fceeb89aef83bb7f5df6b246d8a354ce8b13ec549f3452cb32c918d62
24
25 diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild b/x11-misc/dunst/dunst-1.6.1.ebuild
26 deleted file mode 100644
27 index fb0a1988036b..000000000000
28 --- a/x11-misc/dunst/dunst-1.6.1.ebuild
29 +++ /dev/null
30 @@ -1,60 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -inherit systemd toolchain-funcs
36 -
37 -DESCRIPTION="Customizable and lightweight notification-daemon"
38 -HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst"
39 -
40 -if [[ ${PV} == *9999 ]]; then
41 - inherit git-r3
42 - EGIT_REPO_URI="https://github.com/dunst-project/dunst"
43 -else
44 - SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 - KEYWORDS="amd64 ~arm x86"
46 -fi
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -IUSE="test wayland"
51 -RESTRICT="!test? ( test )"
52 -
53 -DEPEND="
54 - dev-libs/glib:2
55 - sys-apps/dbus
56 - x11-libs/cairo[X,glib]
57 - x11-libs/gdk-pixbuf
58 - x11-libs/libX11
59 - x11-libs/libXScrnSaver
60 - x11-libs/libXinerama
61 - x11-libs/libXrandr
62 - x11-libs/libnotify
63 - x11-libs/pango[X]
64 - wayland? ( dev-libs/wayland )
65 -"
66 -RDEPEND="${DEPEND}"
67 -BDEPEND="
68 - dev-lang/perl
69 - virtual/pkgconfig
70 - wayland? ( dev-libs/wayland-protocols )
71 -"
72 -
73 -PATCHES=( "${FILESDIR}"/${PN}-1.6.1-no-Os.patch )
74 -
75 -src_configure() {
76 - tc-export CC PKG_CONFIG
77 - default
78 -}
79 -
80 -src_compile() {
81 - emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0
82 - sed -e "s|##PREFIX##|${EPREFIX}/usr|" \
83 - dunst.systemd.service.in > dunst.service || die
84 -}
85 -
86 -src_install() {
87 - emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \
88 - DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
89 - systemd_douserunit dunst.service
90 -}
91
92 diff --git a/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch b/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch
93 deleted file mode 100644
94 index 90a1de94de95..000000000000
95 --- a/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch
96 +++ /dev/null
97 @@ -1,13 +0,0 @@
98 -diff --git a/config.mk b/config.mk
99 -index 54426a7..2e18031 100644
100 ---- a/config.mk
101 -+++ b/config.mk
102 -@@ -36,7 +36,7 @@ endif
103 -
104 - # flags
105 - DEFAULT_CPPFLAGS = -D_DEFAULT_SOURCE -DVERSION=\"${VERSION}\"
106 --DEFAULT_CFLAGS = -g --std=gnu99 -pedantic -Wall -Wno-overlength-strings -Os ${STATIC} ${ENABLE_WAYLAND}
107 -+DEFAULT_CFLAGS = --std=gnu99 -pedantic -Wall -Wno-overlength-strings ${STATIC} ${ENABLE_WAYLAND}
108 - DEFAULT_LDFLAGS = -lm -lrt
109 -
110 - CPPFLAGS_DEBUG := -DDEBUG_BUILD