commit:     96336531d824f3da75587f651b47eaa8caaae68d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 00:01:40 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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"

Reply via email to