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 27E77138359 for ; Tue, 15 Sep 2020 20:41:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33D5EE0950; Tue, 15 Sep 2020 20:41:11 +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 166C7E0950 for ; Tue, 15 Sep 2020 20:41:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 648E3335D12 for ; Tue, 15 Sep 2020 20:41:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4047357 for ; Tue, 15 Sep 2020 20:41:07 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1600202465.39b85c576c6d2042ea91c7bf5e038b07f1fd27f0.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/cairo-clock/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild x11-misc/cairo-clock/cairo-clock-0.3.4-r2.ebuild X-VCS-Directories: x11-misc/cairo-clock/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 39b85c576c6d2042ea91c7bf5e038b07f1fd27f0 X-VCS-Branch: master Date: Tue, 15 Sep 2020 20:41:07 +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: 4e229bdc-ed74-474b-800c-21dc20f32b81 X-Archives-Hash: bb9cc01dff1b82c817e6244e9cc6bf60 commit: 39b85c576c6d2042ea91c7bf5e038b07f1fd27f0 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Sep 15 20:40:31 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Sep 15 20:41:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b85c57 x11-misc/cairo-clock: Gunzip man page, fix RDEPEND Package-Manager: Portage-3.0.7, Repoman-3.0.1 Closes: https://bugs.gentoo.org/show_bug.cgi?id=742689 Signed-off-by: Jeroen Roovers gentoo.org> x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild | 17 ++++++------- ...0.3.4-r1.ebuild => cairo-clock-0.3.4-r2.ebuild} | 28 ++++++++++++++-------- 2 files changed, 27 insertions(+), 18 deletions(-) diff --git a/x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild b/x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild index 3cc8a83d497..2f6adc64526 100644 --- a/x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild +++ b/x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 - inherit autotools DESCRIPTION="An analog clock displaying the system-time" @@ -12,19 +11,21 @@ SRC_URI="http://macslow.thepimp.net/projects/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="" -RDEPEND=">=dev-libs/glib-2.8 +RDEPEND=" + >=dev-libs/glib-2.8 >=gnome-base/libglade-2.6 >=gnome-base/librsvg-2.14 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.10:2 - >=x11-libs/pango-1.10" -DEPEND="${DEPEND} + >=x11-libs/pango-1.10 +" +DEPEND=" + ${RDEPEND} dev-util/intltool virtual/pkgconfig - sys-devel/gettext" - + sys-devel/gettext +" PATCHES=( "${FILESDIR}"/${P}-desktop.patch "${FILESDIR}"/${P}-linker.patch diff --git a/x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild b/x11-misc/cairo-clock/cairo-clock-0.3.4-r2.ebuild similarity index 68% copy from x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild copy to x11-misc/cairo-clock/cairo-clock-0.3.4-r2.ebuild index 3cc8a83d497..675a9bf64b0 100644 --- a/x11-misc/cairo-clock/cairo-clock-0.3.4-r1.ebuild +++ b/x11-misc/cairo-clock/cairo-clock-0.3.4-r2.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - +EAPI=7 inherit autotools DESCRIPTION="An analog clock displaying the system-time" @@ -11,20 +10,22 @@ SRC_URI="http://macslow.thepimp.net/projects/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="" +KEYWORDS="~amd64 ~x86" -RDEPEND=">=dev-libs/glib-2.8 +RDEPEND=" + >=dev-libs/glib-2.8 >=gnome-base/libglade-2.6 >=gnome-base/librsvg-2.14 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.10:2 - >=x11-libs/pango-1.10" -DEPEND="${DEPEND} + >=x11-libs/pango-1.10 +" +DEPEND=" + ${RDEPEND} dev-util/intltool virtual/pkgconfig - sys-devel/gettext" - + sys-devel/gettext +" PATCHES=( "${FILESDIR}"/${P}-desktop.patch "${FILESDIR}"/${P}-linker.patch @@ -32,5 +33,12 @@ PATCHES=( src_prepare() { default + eautoreconf } + +src_install() { + default + + gzip -d "${ED}"/usr/share/man/man1/cairo-clock.1.gz || die +}