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 D06D21382C5 for ; Wed, 7 Mar 2018 07:37:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0422EE0951; Wed, 7 Mar 2018 07:37:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D8BB9E0951 for ; Wed, 7 Mar 2018 07:37:31 +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 46468335C5F for ; Wed, 7 Mar 2018 07:37:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CBE5241 for ; Wed, 7 Mar 2018 07:37:27 +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: <1520408165.0c7b61daddb50644d9e7ac0893870e4542373ff6.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.10.ebuild X-VCS-Directories: x11-wm/twm/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0c7b61daddb50644d9e7ac0893870e4542373ff6 X-VCS-Branch: master Date: Wed, 7 Mar 2018 07:37:27 +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-Archives-Salt: b3ce5ab2-12dc-4949-8ea8-50e8960e5d76 X-Archives-Hash: d412215f30c043b7051aae85281adb93 commit: 0c7b61daddb50644d9e7ac0893870e4542373ff6 Author: Matt Turner gentoo org> AuthorDate: Wed Mar 7 07:34:33 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Mar 7 07:36:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7b61da x11-wm/twm: Version bump to 1.0.10 x11-wm/twm/Manifest | 1 + x11-wm/twm/twm-1.0.10.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/x11-wm/twm/Manifest b/x11-wm/twm/Manifest index 837bf1b1b4b..f6ebe2e5138 100644 --- a/x11-wm/twm/Manifest +++ b/x11-wm/twm/Manifest @@ -1,2 +1,3 @@ +DIST twm-1.0.10.tar.bz2 287094 BLAKE2B c84d26119c2a9ed1b6482dc35a421e3d745af506d2faf6dff1027aa84752accc32ff6fffba0e9e8468bfd583bee17c774a88960fc4c5268e82b69c4dc6ae8e81 SHA512 1280683fce7ebbf5670239cb1f3cee2b40612bd9850d98827e793cf8bf298bdb58e48387cab943ea6befc6f7b34da2567353c22b8eaeb8bcf1b9e303cd7e6a9e DIST twm-1.0.8.tar.bz2 275201 BLAKE2B 3f7c70e9004d5d2e873f9496aff68a5318576425e659cc090d431c989b0876e24f8ac662cd7579e9df7ade28e6f9ab7c731daee742b21eac2e4672b08b3a1d13 SHA512 669c6453574d3f12ce27ab365303b1fdf5bbe2d0219bff5decf7058cd08eb942202f4006a35352554b6220c618a1e5405515fbec8e0df1387420e08bc871d663 DIST twm-1.0.9.tar.bz2 284160 BLAKE2B e3bc90e33ec43898ecfbb478be9919f7f7a99c1abe091b2e69371e3df9e19b4cf508dd6992ef9560779334e25b76ed2761a843948a85e016efc582ee5e13fe69 SHA512 7b967560d19d1d928729688b7fab8cb7ff1221cef8054b8ad8e62ff0abc451466b49f0ff55a06d7ca89304eda4125e3285751d983705d8d27bb34677a0bf0fbf diff --git a/x11-wm/twm/twm-1.0.10.ebuild b/x11-wm/twm/twm-1.0.10.ebuild new file mode 100644 index 00000000000..1b6bfc810d1 --- /dev/null +++ b/x11-wm/twm/twm-1.0.10.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="X.Org twm application" + +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXmu + x11-libs/libICE + x11-libs/libSM" +DEPEND="${RDEPEND} + sys-devel/bison"