summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-06-14 17:01:40 -0700
committerMatt Turner <mattst88@gentoo.org>2020-06-14 17:05:59 -0700
commit96336531d824f3da75587f651b47eaa8caaae68d (patch)
tree1e03e4a1dcf79c9d1f709c548dc66a692be7469e /x11-wm/twm/twm-1.0.11.ebuild
parentdev-python/sphinx-epytext: PYTHON_COMPAT+=(python3_9) (diff)
downloadgentoo-96336531d824f3da75587f651b47eaa8caaae68d.tar.gz
gentoo-96336531d824f3da75587f651b47eaa8caaae68d.tar.bz2
gentoo-96336531d824f3da75587f651b47eaa8caaae68d.zip
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@gentoo.org>
Diffstat (limited to 'x11-wm/twm/twm-1.0.11.ebuild')
-rw-r--r--x11-wm/twm/twm-1.0.11.ebuild27
1 files changed, 27 insertions, 0 deletions
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 000000000000..051480ae348d
--- /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"