From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C5D9158087 for ; Thu, 20 Jan 2022 22:58:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 860C22BC082; Thu, 20 Jan 2022 22:58:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69F5E2BC082 for ; Thu, 20 Jan 2022 22:58:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F13D343426 for ; Thu, 20 Jan 2022 22:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E54D52C8 for ; Thu, 20 Jan 2022 22:58:48 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1642719477.cdb63fa7950ea04f0d1fe6e7439f6b43b5281441.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/, x11-misc/dunst/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dunst/Manifest x11-misc/dunst/dunst-1.6.1.ebuild x11-misc/dunst/files/dunst-1.6.1-no-Os.patch X-VCS-Directories: x11-misc/dunst/files/ x11-misc/dunst/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: cdb63fa7950ea04f0d1fe6e7439f6b43b5281441 X-VCS-Branch: master Date: Thu, 20 Jan 2022 22:58:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 821f40e0-ac51-42ba-bef2-6b35f6c7f086 X-Archives-Hash: c2cead50622bc1a0ba37dbddb98587d0 commit: cdb63fa7950ea04f0d1fe6e7439f6b43b5281441 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Jan 20 22:56:57 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Jan 20 22:57:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb63fa7 x11-misc/dunst: drop 1.6.1 Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/dunst/Manifest | 1 - x11-misc/dunst/dunst-1.6.1.ebuild | 60 ---------------------------- x11-misc/dunst/files/dunst-1.6.1-no-Os.patch | 13 ------ 3 files changed, 74 deletions(-) diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest index c50981ddcceb..52a62bb405e6 100644 --- a/x11-misc/dunst/Manifest +++ b/x11-misc/dunst/Manifest @@ -1,2 +1 @@ -DIST dunst-1.6.1.tar.gz 217267 BLAKE2B 267e5be6a079097fb5a677bd2451b0e5bcbcddadf4c4de9af87d4eab7dd90b61908f140db3f1238b6a79d370fc3bb89c062c6b4deeefae6c9c0069b55017e907 SHA512 079ffd0ff75f1865b68cb8db261849cbe4f68b5c632c39ef8f7a3d193ff3eba3734bca31cb7268f27c9a411aec56e4c484c383b419bc0b4755b7d80ede84cd96 DIST dunst-1.7.3.tar.gz 4596283 BLAKE2B dff61659b777a92cd2add9b15551a7fa471eb9adda47b31bd48d6b20a34192f3f9e7147a4249047f6993a595d0d0cf9895d9a7cc84f5bbc64972f4e111e924ad SHA512 e8bd8555bd9ea3dc5ae85c2459ad1fa29bbc5d575346381e828fc6efd618db1e87c40b4fceeb89aef83bb7f5df6b246d8a354ce8b13ec549f3452cb32c918d62 diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild b/x11-misc/dunst/dunst-1.6.1.ebuild deleted file mode 100644 index fb0a1988036b..000000000000 --- a/x11-misc/dunst/dunst-1.6.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit systemd toolchain-funcs - -DESCRIPTION="Customizable and lightweight notification-daemon" -HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/dunst-project/dunst" -else - SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm x86" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="test wayland" -RESTRICT="!test? ( test )" - -DEPEND=" - dev-libs/glib:2 - sys-apps/dbus - x11-libs/cairo[X,glib] - x11-libs/gdk-pixbuf - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXinerama - x11-libs/libXrandr - x11-libs/libnotify - x11-libs/pango[X] - wayland? ( dev-libs/wayland ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-lang/perl - virtual/pkgconfig - wayland? ( dev-libs/wayland-protocols ) -" - -PATCHES=( "${FILESDIR}"/${PN}-1.6.1-no-Os.patch ) - -src_configure() { - tc-export CC PKG_CONFIG - default -} - -src_compile() { - emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 - sed -e "s|##PREFIX##|${EPREFIX}/usr|" \ - dunst.systemd.service.in > dunst.service || die -} - -src_install() { - emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \ - DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - systemd_douserunit dunst.service -} 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 deleted file mode 100644 index 90a1de94de95..000000000000 --- a/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/config.mk b/config.mk -index 54426a7..2e18031 100644 ---- a/config.mk -+++ b/config.mk -@@ -36,7 +36,7 @@ endif - - # flags - DEFAULT_CPPFLAGS = -D_DEFAULT_SOURCE -DVERSION=\"${VERSION}\" --DEFAULT_CFLAGS = -g --std=gnu99 -pedantic -Wall -Wno-overlength-strings -Os ${STATIC} ${ENABLE_WAYLAND} -+DEFAULT_CFLAGS = --std=gnu99 -pedantic -Wall -Wno-overlength-strings ${STATIC} ${ENABLE_WAYLAND} - DEFAULT_LDFLAGS = -lm -lrt - - CPPFLAGS_DEBUG := -DDEBUG_BUILD