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 89CF21382C5 for ; Mon, 15 Jun 2020 00:07:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1FEAE069C; Mon, 15 Jun 2020 00:07:02 +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 82C5FE069C for ; Mon, 15 Jun 2020 00:07:02 +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 0B35834EB55 for ; Mon, 15 Jun 2020 00:07:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1203299 for ; Mon, 15 Jun 2020 00:06:59 +0000 (UTC) From: "Matt Turner" 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" Message-ID: <1592179559.96336531d824f3da75587f651b47eaa8caaae68d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/twm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/twm/Manifest x11-wm/twm/twm-1.0.11.ebuild X-VCS-Directories: x11-wm/twm/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 96336531d824f3da75587f651b47eaa8caaae68d X-VCS-Branch: master Date: Mon, 15 Jun 2020 00:06:59 +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: f7a76c8e-b187-40e1-a273-98c7243d063f X-Archives-Hash: f8a48eab6d9f523ca9933dc48ad15124 commit: 96336531d824f3da75587f651b47eaa8caaae68d Author: Matt Turner gentoo org> AuthorDate: Mon Jun 15 00:01:40 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jun 15 00:05:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96336531 x11-wm/twm: Version bump to 1.0.11 - Port to EAPI=7 - Fix dependencies Closes: https://bugs.gentoo.org/288411 Signed-off-by: Matt Turner gentoo.org> x11-wm/twm/Manifest | 1 + x11-wm/twm/twm-1.0.11.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/x11-wm/twm/Manifest b/x11-wm/twm/Manifest index 906386c84b1..bc52bae3d73 100644 --- a/x11-wm/twm/Manifest +++ b/x11-wm/twm/Manifest @@ -1 +1,2 @@ DIST twm-1.0.10.tar.bz2 287094 BLAKE2B c84d26119c2a9ed1b6482dc35a421e3d745af506d2faf6dff1027aa84752accc32ff6fffba0e9e8468bfd583bee17c774a88960fc4c5268e82b69c4dc6ae8e81 SHA512 1280683fce7ebbf5670239cb1f3cee2b40612bd9850d98827e793cf8bf298bdb58e48387cab943ea6befc6f7b34da2567353c22b8eaeb8bcf1b9e303cd7e6a9e +DIST twm-1.0.11.tar.xz 261176 BLAKE2B 775ee483f34b1f45e737e0f1a907c07398883bd7bb2c17f729b38a2562af1a85f27b4dfa76b5fa1f88768e01c17c8cb364baaf39d80307aee3732183c5964653 SHA512 948034bba23e6b6c4412fcd2e46bb11a9980297601218a54a5055165ab0229a44dde0d50f338b24e82d76f390597e2fa09d11ff7f3fe1b1d736b10083c7da20d diff --git a/x11-wm/twm/twm-1.0.11.ebuild b/x11-wm/twm/twm-1.0.11.ebuild new file mode 100644 index 00000000000..051480ae348 --- /dev/null +++ b/x11-wm/twm/twm-1.0.11.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +XORG_STATIC=no +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X.Org Tab Window Manager" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +COMMON_DEPEND=" + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXmu + x11-libs/libXrandr + x11-libs/libXt +" +DEPEND="${COMMON_DEPEND} + x11-base/xorg-proto" +RDEPEND="${COMMON_DEPEND} + media-fonts/font-adobe-75dpi"