aboutsummaryrefslogtreecommitdiff
path: root/gui-apps/wtype
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps/wtype')
-rw-r--r--gui-apps/wtype/Manifest3
-rw-r--r--gui-apps/wtype/metadata.xml8
-rw-r--r--gui-apps/wtype/wtype-0.4.ebuild23
3 files changed, 0 insertions, 34 deletions
diff --git a/gui-apps/wtype/Manifest b/gui-apps/wtype/Manifest
deleted file mode 100644
index 588b226..0000000
--- a/gui-apps/wtype/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST wtype-0.4.tar.gz 8546 BLAKE2B 90973cf1373795004c7f5ec0f5d20b93896c2a9abab9037edc75b9d4af2a14d2acf8fa22df444ea8cbd6594af396522912dd87fa80dd96c04dbfb206ddec69d1 SHA512 d3441672418868221448675962979738016a9a5a96c61fd41a1e47d0633c8dea500a39c0834280788271abc6a59731692962b566ee9f6e592f00939088409130
-EBUILD wtype-0.4.ebuild 412 BLAKE2B 54fc294a8fa00177793cbfdfad5d03a59c46a0a29f2b79e87d8d8240c5739299430358f27881a05fd6be975d8f79835b31fa277e0d486850db6eb6c4c7a4511d SHA512 00ad55605218b6d4a72de96d229d4cc34791ef55735a795efddc4273fb87e2e07df57b670a7838506ca4a4b7cb6d12879b6024669a7f009208a3e8c59beebff8
-MISC metadata.xml 241 BLAKE2B 6dac420f48c539432671f9251c134a254e92cd56082e2551d3f9153c4319f11d06ee167a7ea10b4d16764fc2325db5057662ac61812c1ead8e7256915d9f494b SHA512 da3a07ed2a719b870f4a8f2fb10a54f6248184f553d6b8b55c7faa6b7d90aaf1d2a77ac40e08c1b6eb33f6a6da5f1db4d5eaf6c6332ffbd232fddc4ac3a1086a
diff --git a/gui-apps/wtype/metadata.xml b/gui-apps/wtype/metadata.xml
deleted file mode 100644
index 97ba7c2..0000000
--- a/gui-apps/wtype/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>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
-</pkgmetadata>
diff --git a/gui-apps/wtype/wtype-0.4.ebuild b/gui-apps/wtype/wtype-0.4.ebuild
deleted file mode 100644
index 09069a9..0000000
--- a/gui-apps/wtype/wtype-0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="xdotool type for wayland"
-HOMEPAGE="https://github.com/atx/wtype"
-SRC_URI="https://github.com/atx/wtype/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_configure() {
- meson_src_configure
-}