summaryrefslogtreecommitdiff
path: root/x11-misc/wayv
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /x11-misc/wayv
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'x11-misc/wayv')
-rw-r--r--x11-misc/wayv/Manifest1
-rw-r--r--x11-misc/wayv/files/wayv-0.3-autoconf.patch13
-rw-r--r--x11-misc/wayv/files/wayv-0.3-flags.patch10
-rw-r--r--x11-misc/wayv/files/wayv-0.3-fno-common.patch21
-rw-r--r--x11-misc/wayv/metadata.xml9
-rw-r--r--x11-misc/wayv/wayv-0.3-r3.ebuild39
6 files changed, 0 insertions, 93 deletions
diff --git a/x11-misc/wayv/Manifest b/x11-misc/wayv/Manifest
deleted file mode 100644
index 472187ebd313..000000000000
--- a/x11-misc/wayv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wayv-0.3.tar.gz 139197 BLAKE2B 88fac982c3647e4fb61fdda7febad3fa57b4a5dd5c0bdb9a2ec85a1a45fd8bff0b9472c161d08b7e9921928f36ead147a9846df12a414f41e28df096bf7361f2 SHA512 dda4dafc63c4393a726175597ae734b321e3c91ab6acd1b4b0ecae5861fa7c87ce83b68ae4a8bb92be9039b22ddb86f7e9ba87559d35095784eb98a5eda14681
diff --git a/x11-misc/wayv/files/wayv-0.3-autoconf.patch b/x11-misc/wayv/files/wayv-0.3-autoconf.patch
deleted file mode 100644
index edec6bd5974d..000000000000
--- a/x11-misc/wayv/files/wayv-0.3-autoconf.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -1,7 +1,7 @@
- dnl Process this file with autoconf to produce a configure script.
--AC_INIT(src/defines.h)
--AM_INIT_AUTOMAKE(wayv, `cat VERSION`)
--AM_CONFIG_HEADER(config.h)
-+AC_INIT(wayv, 0.3)
-+AM_INIT_AUTOMAKE
-+AC_CONFIG_HEADERS(config.h)
-
- dnl Checks for programs.
- AC_PROG_CC
diff --git a/x11-misc/wayv/files/wayv-0.3-flags.patch b/x11-misc/wayv/files/wayv-0.3-flags.patch
deleted file mode 100644
index ac6ea62ec006..000000000000
--- a/x11-misc/wayv/files/wayv-0.3-flags.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -3,6 +3,6 @@
- bin_PROGRAMS = wayv
- data_DATA = wayv.conf DEFAULT.wkey
- wayv_SOURCES = ai.c aimath.c backend.c display.c gesture.c process.c setup.c misc.c
--CFLAGS = -Wall -O2 -DSETUPPATH=\"@datadir@\"
-+AM_CFLAGS = -DSETUPPATH=\"@datadir@\"
- wayv_LDADD = @X_LIBS@
- wayv_LDFLAGS = -I@x_includes@ -L@x_libraries@
diff --git a/x11-misc/wayv/files/wayv-0.3-fno-common.patch b/x11-misc/wayv/files/wayv-0.3-fno-common.patch
deleted file mode 100644
index 394cb67c1d6d..000000000000
--- a/x11-misc/wayv/files/wayv-0.3-fno-common.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/src/process.c
-+++ b/src/process.c
-@@ -53,6 +53,7 @@
- */
- void performAction(WSETUP *wayv, WGESTURE *gesture, GDISPLAY *video, GPOINT *gpoints) {
- int i, n, a, b;
-+ pid_t child = 0;
- char **temp, *single, *comp;
-
- /* Action names have to be at least one character in length */
---- a/src/process.h
-+++ b/src/process.h
-@@ -27,8 +27,6 @@
- #include "display.h"
- #include "gesture.h"
-
--int child;
--
- void performAction(WSETUP *, WGESTURE *, GDISPLAY *, GPOINT *);
- void destroyZombies(int);
- char **createCmdLine(char *, GDISPLAY *, GPOINT *);
diff --git a/x11-misc/wayv/metadata.xml b/x11-misc/wayv/metadata.xml
deleted file mode 100644
index a8d970293e6d..000000000000
--- a/x11-misc/wayv/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>desktop-misc@gentoo.org</email>
- <name>Gentoo Desktop Miscellaneous Project</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/x11-misc/wayv/wayv-0.3-r3.ebuild b/x11-misc/wayv/wayv-0.3-r3.ebuild
deleted file mode 100644
index 11ed5a71d171..000000000000
--- a/x11-misc/wayv/wayv-0.3-r3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="Wayv is hand-writing/gesturing recognition software for X"
-HOMEPAGE="http://www.stressbunny.com/wayv"
-SRC_URI="http://www.stressbunny.com/gimme/wayv/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXtst
-"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
-"
-PATCHES=(
- "${FILESDIR}"/${PN}-0.3-autoconf.patch
- "${FILESDIR}"/${PN}-0.3-flags.patch
- "${FILESDIR}"/${PN}-0.3-fno-common.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_install() {
- default
-
- cd doc
- default
- dodoc HOWTO*
-}