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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21F6A1382C5 for ; Thu, 29 Apr 2021 11:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E084E0870; Thu, 29 Apr 2021 11:43:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 839B8E0871 for ; Thu, 29 Apr 2021 11:43:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 796F93410F3 for ; Thu, 29 Apr 2021 11:43:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17BB9737 for ; Thu, 29 Apr 2021 11:43:57 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1619696623.7ec2447f3cd8d2032c829a8ceb30e9bfc9b50f9e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dunst/dunst-9999.ebuild X-VCS-Directories: x11-misc/dunst/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7ec2447f3cd8d2032c829a8ceb30e9bfc9b50f9e X-VCS-Branch: master Date: Thu, 29 Apr 2021 11:43:57 +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: 41036a5b-0c7f-4036-8f53-37e177f40cd4 X-Archives-Hash: 271ede76f20f9327a56ffc7b1505c398 commit: 7ec2447f3cd8d2032c829a8ceb30e9bfc9b50f9e Author: Joonas Niilola gentoo org> AuthorDate: Thu Apr 29 11:41:20 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 29 11:43:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec2447f x11-misc/dunst: sync live ebuild Signed-off-by: Joonas Niilola gentoo.org> x11-misc/dunst/dunst-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/dunst/dunst-9999.ebuild b/x11-misc/dunst/dunst-9999.ebuild index 9ad8b28bb80..9e6ef65b51b 100644 --- a/x11-misc/dunst/dunst-9999.ebuild +++ b/x11-misc/dunst/dunst-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit systemd toolchain-funcs DESCRIPTION="Customizable and lightweight notification-daemon" -HOMEPAGE="https://dunst-project.org/" +HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst" if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -50,11 +50,11 @@ src_configure() { src_compile() { emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 sed -e "s|##PREFIX##|${EPREFIX}/usr|" \ - dunst.systemd.service.in > dunst.service + dunst.systemd.service.in > dunst.service || die } src_install() { emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \ - DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install + DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install systemd_douserunit dunst.service }