From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1020590-garchives=archives.gentoo.org@lists.gentoo.org> 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 A662E1382C5 for <garchives@archives.gentoo.org>; Fri, 27 Apr 2018 01:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBE94E0942; Fri, 27 Apr 2018 01:16:10 +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 B8996E0942 for <gentoo-commits@lists.gentoo.org>; Fri, 27 Apr 2018 01:16: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 D23F9335C7F for <gentoo-commits@lists.gentoo.org>; Fri, 27 Apr 2018 01:16:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09938243 for <gentoo-commits@lists.gentoo.org>; Fri, 27 Apr 2018 01:16:08 +0000 (UTC) From: "Matt Turner" <mattst88@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gentoo.org> Message-ID: <1524791757.2e56952bd264eb759e79f3dae2cabc32f2967ad3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/page/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/page/page-1.9.9-r2.ebuild X-VCS-Directories: x11-wm/page/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2e56952bd264eb759e79f3dae2cabc32f2967ad3 X-VCS-Branch: master Date: Fri, 27 Apr 2018 01:16:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 139fcbd0-32fc-480b-b9f5-1e32aacb4ff3 X-Archives-Hash: 1e38591288218fb73b3c190ac7b23bce commit: 2e56952bd264eb759e79f3dae2cabc32f2967ad3 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Apr 24 05:37:09 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Apr 27 01:15:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e56952b x11-wm/page: Move x11 proto deps to DEPEND ... and transition deps to x11-base/xorg-proto while we're here. Closes: https://github.com/gentoo/gentoo/pull/8119 x11-wm/page/page-1.9.9-r2.ebuild | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/x11-wm/page/page-1.9.9-r2.ebuild b/x11-wm/page/page-1.9.9-r2.ebuild new file mode 100644 index 00000000000..882709c0d4e --- /dev/null +++ b/x11-wm/page/page-1.9.9-r2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A mouse friendly tiling window manager" +HOMEPAGE="http://www.hzog.net/index.php/Main_Page" +SRC_URI="http://www.hzog.net/pub/${PN}-1.9.9-r1.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-proto/xcb-proto-1.12-r2 + x11-base/xorg-proto" + +src_install() { + default + + # Solves file collision with dev-tcltk/tcllib, bug #574074 + ebegin "Changing references from 'page' to 'pagewm'" + 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!" + eend +} + +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." +}