summaryrefslogtreecommitdiff
path: root/x11-misc/xbindkeys
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /x11-misc/xbindkeys
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'x11-misc/xbindkeys')
-rw-r--r--x11-misc/xbindkeys/Manifest1
-rw-r--r--x11-misc/xbindkeys/metadata.xml8
-rw-r--r--x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild57
3 files changed, 0 insertions, 66 deletions
diff --git a/x11-misc/xbindkeys/Manifest b/x11-misc/xbindkeys/Manifest
deleted file mode 100644
index 084a2ff8da29..000000000000
--- a/x11-misc/xbindkeys/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xbindkeys-1.8.7.tar.gz 177532 BLAKE2B 9ff6c9cd10bb6f2bf96a288482edb50e6671c9e4e3b5c136bdfaa92796f9e9bcfc42ab69ca3546c3871bdcdba1e952631cbd3d288dce9738986c20680e91c316 SHA512 a6b1478e8ef4bedc686fdd15abc11a8a592ac17c69e1a5a13f60e735e9be9646faed62e980cdac4aa7bc7e3253237465de38dee98935dd3f9911d4e48209b2e9
diff --git a/x11-misc/xbindkeys/metadata.xml b/x11-misc/xbindkeys/metadata.xml
deleted file mode 100644
index 5a0914b10ce9..000000000000
--- a/x11-misc/xbindkeys/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>jkroon@gentoo.org</email>
- <name>Jaco Kroon</name>
- </maintainer>
-</pkgmetadata>
diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild
deleted file mode 100644
index 66a059e3920d..000000000000
--- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r100.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-GUILE_REQ_USE="deprecated"
-GUILE_COMPAT=( 2-2 3-0 )
-inherit autotools guile-single
-
-DESCRIPTION="Tool for launching commands on keystrokes"
-SRC_URI="https://www.nongnu.org/${PN}/${P}.tar.gz"
-HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 ~riscv ~sparc x86"
-IUSE="guile tk"
-
-REQUIRED_USE="guile? ( ${GUILE_REQUIRED_USE} )"
-
-RDEPEND="
- x11-libs/libX11
- guile? ( ${GUILE_DEPS} )
- tk? ( dev-lang/tk )
-"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
-"
-
-DOCS=( AUTHORS BUGS ChangeLog README TODO xbindkeysrc )
-
-pkg_setup() {
- use guile && guile-single_pkg_setup
-}
-
-src_prepare() {
- default
-
- use guile && guile_bump_sources
-
- # Regenerate to pick up newer versions of Guile macros
- # bug #828532
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable guile) \
- $(use_enable tk)
-}
-
-src_install() {
- default
-
- use guile && guile_unstrip_ccache
-}