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 E0A5A158094 for ; Wed, 29 Jun 2022 08:44:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 159E3E0BF9; Wed, 29 Jun 2022 08:44:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF1F4E0BF9 for ; Wed, 29 Jun 2022 08:44:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F9FA34191F for ; Wed, 29 Jun 2022 08:44:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5450E456 for ; Wed, 29 Jun 2022 08:44:30 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1656492258.49ac3450c65e26b1b7c8ca8e656a4a9113f48ff3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/page/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/page/Manifest x11-wm/page/page-1.9.8.ebuild X-VCS-Directories: x11-wm/page/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 49ac3450c65e26b1b7c8ca8e656a4a9113f48ff3 X-VCS-Branch: master Date: Wed, 29 Jun 2022 08:44:30 +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: 50b25897-dcd8-433c-ae45-60d68fd00e52 X-Archives-Hash: d141332115d7ac976456949b0196c043 commit: 49ac3450c65e26b1b7c8ca8e656a4a9113f48ff3 Author: David Seifert gentoo org> AuthorDate: Wed Jun 29 08:44:18 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Jun 29 08:44:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ac3450 x11-wm/page: drop 1.9.8 Signed-off-by: David Seifert gentoo.org> x11-wm/page/Manifest | 1 - x11-wm/page/page-1.9.8.ebuild | 49 ------------------------------------------- 2 files changed, 50 deletions(-) diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest index 78488740ed59..d582910bde41 100644 --- a/x11-wm/page/Manifest +++ b/x11-wm/page/Manifest @@ -1,2 +1 @@ -DIST page-1.9.8.tar.gz 162352 BLAKE2B acde0feb62d58f66708ec09545137978540fb8c5fab651961b6e87d7c9d7be3170b8e2171c80ec553a9059ae2c23869759f37953da783be3a8fb3ea471e8b15b SHA512 758b1efbecb6d0a3d6ea0f7261b1c55db0927aa46d871f1a30b77e5aa7b9819ae74ca6fb821692656f2150da758793ba5653bdd94ab92ba2b79b39e0d4a4882e DIST page-1.9.9-r1.tar.gz 1009216 BLAKE2B 8248705f9e5eceaeea37889a9859249d9eb236f215da804f5edad3c36007179f63f132c161c1e4a6a97df6240f87799242140c97877775ae00f2e86dd7eed69d SHA512 9e7594590b1fdeadcf59d715d30727bee9f640903a34cadd8c0d92b3e94059c183d931a7d8e96763adb74f59a94acb03f7bfbbd4f1f8b57371fe886e6a227012 diff --git a/x11-wm/page/page-1.9.8.ebuild b/x11-wm/page/page-1.9.8.ebuild deleted file mode 100644 index cc6ee93df99a..000000000000 --- a/x11-wm/page/page-1.9.8.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="A mouse friendly tiling window manager" -HOMEPAGE="https://github.com/gschwind/page" -SRC_URI="https://github.com/gschwind/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=x11-libs/libxcb-1.11[xkb] - >=x11-libs/xcb-util-0.4.0 - >=x11-libs/libXfixes-5.0.3 - >=x11-libs/libXdamage-1.1.4-r1 - >=x11-libs/libXrandr-1.5.1 - >=x11-libs/libXcomposite-0.4.4-r1 - >=x11-libs/libXrender-0.9.10 - >=x11-libs/libXext-1.3.3 - >=x11-libs/cairo-1.14.6[X,xcb(+)] - >=x11-libs/pango-1.40.5 - >=dev-libs/glib-2.50.3-r1:2" - -DEPEND="${RDEPEND} - >=x11-base/xcb-proto-1.12-r2 - x11-base/xorg-proto" - -src_prepare() { - default - eautoreconf -} - -src_install() { - default - - # Solves file collision with dev-tcltk/tcllib, bug #574074 - mv "${D}"usr/bin/page "${D}"usr/bin/pagewm || die "Could not rename binary!" - sed -i -e "s:/usr/bin/page:/usr/bin/pagewm:" "${D}"usr/share/applications/page.desktop || die "Could not change .desktop file!" -} - -pkg_postinst() { - elog "page can now be launched using \"pagewm\". To find out more about this functionality," - elog "see the following bug report: https://bugs.gentoo.org/574074." -}