summaryrefslogtreecommitdiff
path: root/x11-wm/subtle
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-21 12:02:15 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-21 12:02:15 +0100
commitd1f1f3bc630772e7197391e85311655e2b6e7fa2 (patch)
tree0566ad543bdf6d9d9e03d8ab618ccc744913985a /x11-wm/subtle
parent0cdd46ad5d0cd7ede78815175764fdf76649d46e (diff)
gentoo auto-resync : 21:04:2023 - 12:02:15
Diffstat (limited to 'x11-wm/subtle')
-rw-r--r--x11-wm/subtle/Manifest3
-rw-r--r--x11-wm/subtle/metadata.xml23
-rw-r--r--x11-wm/subtle/subtle-0.11.3244-r2.ebuild83
3 files changed, 0 insertions, 109 deletions
diff --git a/x11-wm/subtle/Manifest b/x11-wm/subtle/Manifest
deleted file mode 100644
index 4cd69a86de94..000000000000
--- a/x11-wm/subtle/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST subtle-0.11.3244.tar.gz 190549 BLAKE2B bb4b78165741ef30c1e9e145d4f26c8903d597dfa210688246210bb6f04ffb8b62b9295ffdfd0829f1c36019287ff82677253daf87878562b7ba55a517fb00ce SHA512 3d6edd5cb1b5dcd058caeddf3ead024c7cce39684baca8bac9709683ce3130a5c8433cbe046d28dc7420637dd855a2b6775638097f78a5e701bb85e505e8167c
-EBUILD subtle-0.11.3244-r2.ebuild 1922 BLAKE2B c90507113b0f35919acd42d3aad08bf5fd7c66ee4c318041ae84f2b1f50d39c6d226598479b7f1b95d067637d0454db99954acfd3e5b63eab80a236dbf1415ec SHA512 cdba7e5e421fa6cae3aa8351ed723aa64fdbb9360d1653fcd50ad20f7361621863cade0443afda49cd7fc5ffcfd8cd76c810a6985e8380b4a4da56e6144eba42
-MISC metadata.xml 1072 BLAKE2B 1697a2fbbafb79feb3d03b01ca32c6491321c68bda436a4aea7917ab5bb6cc19cd1bd658fcc44541303763ca97c0ce65f477dbe892f79197341a3ad82e908e68 SHA512 efc00cf35734c9c77ba9cc52f3fd7af62ccc1f3a6d728a406b4c74d9727eb85ff727e62f0f9bd66c92cfe7919360400dba7247edba05eacc0d1d863e7991e02d
diff --git a/x11-wm/subtle/metadata.xml b/x11-wm/subtle/metadata.xml
deleted file mode 100644
index 3b3a566e669a..000000000000
--- a/x11-wm/subtle/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- subtle is a manual tiling window manager with a rather uncommon approach
- of tiling: Instead of relying on predefined layouts, subtle divides the
- screen into a grid with customizeable slots (called gravities). For
- better understanding, the default config uses a 3x3 grid and maps each
- gravity to one key of the numpad. With those keys, windows can be moved
- directly to the desired gravity - the same can be done with tagging
- rules in the config.
-
- Another unique concept is the strict tagging: Unlike other tiling window
- managers, subtle doesn't allow weak tagging and always maps windows to
- virtual desktops (called views) with matching tags, regardless of the
- current active view.
- </longdescription>
- <use>
- <flag name="xrandr">Enable support for the X RandR extension</flag>
- <flag name="xtest">Enable support for the XTest extension</flag>
- </use>
-</pkgmetadata>
diff --git a/x11-wm/subtle/subtle-0.11.3244-r2.ebuild b/x11-wm/subtle/subtle-0.11.3244-r2.ebuild
deleted file mode 100644
index 92eeb3132b59..000000000000
--- a/x11-wm/subtle/subtle-0.11.3244-r2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31"
-
-inherit ruby-ng toolchain-funcs
-
-DESCRIPTION="A manual tiling window manager"
-HOMEPAGE="https://subforge.org/projects/subtle/wiki"
-SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc +xft xinerama xpm +xrandr +xtest"
-RESTRICT="!test? ( test )"
-
-RDEPEND="x11-libs/libX11
- xft? ( x11-libs/libXft )
- xinerama? ( x11-libs/libXinerama )
- xpm? ( x11-libs/libXpm )
- xtest? ( x11-libs/libXtst )
- xrandr? ( x11-libs/libXrandr )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-ruby_add_rdepend "dev-ruby/minitar"
-ruby_add_bdepend "dev-ruby/rake doc? ( dev-ruby/rdoc )"
-
-all_ruby_unpack() {
- if [[ ${PV} == "9999" ]]; then
- mercurial_src_unpack
- else
- default
- fi
-}
-
-each_ruby_configure() {
- local myconf
- use debug && myconf+=" debug=yes" || myconf+=" debug=no"
- use xft && myconf+=" xft=yes" || myconf+=" xft=no"
- use xinerama && myconf+=" xinerama=yes" || myconf+=" xinerama=no"
- use xpm && myconf+=" xpm=yes" || myconf+=" xpm=no"
- use xtest && myconf+=" xtest=yes" || myconf+=" xtest=no"
- use xrandr && myconf+=" xrandr=yes" || myconf+=" xrandr=no"
-
- ${RUBY} -S rake -v CC="$(tc-getCC)" destdir="${D}" ${myconf} config || die
-}
-
-each_ruby_compile() {
- ${RUBY} -S rake -v build || die
-}
-
-all_ruby_compile() {
- use doc && { rake rdoc || die ; }
-}
-
-each_ruby_install() {
- ${RUBY} -S rake -v install || die
-}
-
-all_ruby_install() {
- dodir /etc/X11/Sessions
- cat <<-EOF > "${D}/etc/X11/Sessions/${PN}"
- #!/bin/sh
- exec /usr/bin/subtle
- EOF
- fperms a+x /etc/X11/Sessions/${PN}
-
- insinto /usr/share/xsessions
- doins data/${PN}.desktop
-
- dodoc AUTHORS NEWS
-
- use doc && dodoc -r html
-}
-
-pkg_postinst() {
- elog "Note that surserver will currently not work since dev-ruby/datamapper"
- elog "is not in the tree."
-}