commit:     150f251d95af047507752635023d7a1eef7a4a7a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 17:55:01 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 17:55:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150f251d

x11-apps/xwarppointer: treeclean

Closes: https://bugs.gentoo.org/819171
Closes: https://bugs.gentoo.org/571866
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/package.mask                          |  6 -----
 x11-apps/xwarppointer/Manifest                 |  1 -
 x11-apps/xwarppointer/metadata.xml             |  5 ----
 x11-apps/xwarppointer/xwarppointer-1-r2.ebuild | 36 --------------------------
 4 files changed, 48 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d05dc5b70096..bee7c88f82d0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -524,12 +524,6 @@ net-ftp/profxp
 # Removal on 2021-11-20.
 sys-auth/ykneo-ccid-tools
 
-# Jakov Smolić <[email protected]> (2021-10-21)
-# No maintainer, dead upstream, EAPI 5.
-# No other distro is packaging this. Bug #819171
-# Removal on 2021-11-20.
-x11-apps/xwarppointer
-
 # Sam James <[email protected]> (2021-10-10)
 # Needs upstream build system fixes (currently in progress).
 # Python toggles don't work correctly right now.

diff --git a/x11-apps/xwarppointer/Manifest b/x11-apps/xwarppointer/Manifest
deleted file mode 100644
index 8c90b1d63eba..000000000000
--- a/x11-apps/xwarppointer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xwarppointer-1.tar.gz 2338 BLAKE2B 
c197338566900c9b259cf09aa493f2a112011d58d461e4f6a99a5dfe1a0d21f8371a23ee71cfd084acb41aeaa6345afea02cbe1a359eba25a61b451e1d9aebc1
 SHA512 
630b64076b6ebab26eeb278c5f222777a8ca150d4fdcdb78c6749800d4d02fc3c43305fe3e3cf9f640e5e5535f7e10899aa2ed31e8c23245bc6f215d0d25a38c

diff --git a/x11-apps/xwarppointer/metadata.xml 
b/x11-apps/xwarppointer/metadata.xml
deleted file mode 100644
index 85e4ed814fa2..000000000000
--- a/x11-apps/xwarppointer/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild 
b/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
deleted file mode 100644
index cbb17d8c7f71..000000000000
--- a/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Program to move the mouse cursor"
-HOMEPAGE="http://www.ishiboo.com/~nirva/Projects/xwarppointer/";
-SRC_URI="http://www.ishiboo.com/~nirva/Projects/xwarppointer/${PN}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="x11-libs/libX11"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-       sed -i Makefile \
-               -e 's|^X11HOME=.*|X11HOME=/usr/X11R6|' \
-               -e 's|^CFLAGS=|CFLAGS+=|' \
-               -e 's| -o | $(LDFLAGS)&|' \
-               || die 'setting X11HOME failed'
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)"
-}
-
-src_install() {
-       dobin "${PN}"
-       dodoc README
-}

Reply via email to