commit:     dd9bd6023ed09cdc583820eb987a4836f2459348
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 14:57:55 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 14:57:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9bd602

app-misc/tek: treeclean

Closes: https://bugs.gentoo.org/895222
Bug: https://bugs.gentoo.org/854774
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/tek/Manifest                       |  1 -
 app-misc/tek/files/tek-1.3.0-makefile.patch | 25 ------------------
 app-misc/tek/metadata.xml                   |  8 ------
 app-misc/tek/tek-1.3.0.ebuild               | 40 -----------------------------
 profiles/package.mask                       |  6 -----
 5 files changed, 80 deletions(-)

diff --git a/app-misc/tek/Manifest b/app-misc/tek/Manifest
deleted file mode 100644
index d75eaf0b8ea5..000000000000
--- a/app-misc/tek/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tek-1.3.0.tar.gz 99399 BLAKE2B 
191fec7992ea4b79aed5833012cb22ac3ad399eced53e74467139aa05e2dfda08af220b35cb191f5f1bf706186a8460f3d80196599f43654d5de05e36b5df84b
 SHA512 
20e3e704db71a7c0fb7a7791c8ebbdb348d370b06bea39f2ee77cae72ac4b71873884c6ec58712c9bf85d7d0785310f33189ce977a77b970951e39c8803d28fd

diff --git a/app-misc/tek/files/tek-1.3.0-makefile.patch 
b/app-misc/tek/files/tek-1.3.0-makefile.patch
deleted file mode 100644
index b04985235e49..000000000000
--- a/app-misc/tek/files/tek-1.3.0-makefile.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -15,11 +15,10 @@
- 
- SOURCES=gui.cpp ihex.cpp usb.cpp
- 
--CXXFLAGS=-O2 -std=c++11
-+CXXFLAGS+=-std=c++11
- 
- tek.lin: $(patsubst %.cpp,%-lin.o,$(SOURCES))
--      $(LIN_CXX) $(CXXFLAGS) $^ `$(LIN_WXCONFIG) --libs` -lusb-1.0 -o $@
--      $(LIN_STRIP) -s $@
-+      $(CXX) $(LDFLAGS) $^ `$(WX_CONFIG) --libs` -lusb-1.0 -o $@ $(LIBS)
- 
- tek.mac: $(patsubst %.cpp,%-mac.o,$(SOURCES))
-       $(OSX_CXX) $(CXXFLAGS) $^ `$(OSX_WXCONFIG) --libs --static` -lusb-1.0 
-o $@ -v
-@@ -30,7 +29,7 @@
-       $(WIN_STRIP) -s $@
- 
- %-lin.o: %.cpp
--      $(LIN_CXX) -c $(CXXFLAGS) `$(LIN_WXCONFIG) --cxxflags` $(filter 
%.cpp,$^) -o $@
-+      $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) `$(WX_CONFIG) --cxxflags` $(filter 
%.cpp,$^) -o $@
- 
- %-win.o: %.cpp
-       $(WIN_CXX) -c $(CXXFLAGS) `$(WIN_WXCONFIG) --cxxflags` $(filter 
%.cpp,$^) -o $@

diff --git a/app-misc/tek/metadata.xml b/app-misc/tek/metadata.xml
deleted file mode 100644
index cdb8a3505d92..000000000000
--- a/app-misc/tek/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-needed -->
-       <upstream>
-               <remote-id type="github">m-ou-se/tek</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/app-misc/tek/tek-1.3.0.ebuild b/app-misc/tek/tek-1.3.0.ebuild
deleted file mode 100644
index 644b9e272307..000000000000
--- a/app-misc/tek/tek-1.3.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit toolchain-funcs udev wxwidgets
-
-DESCRIPTION="GUI tool for upgrading the firmware of a Truly Ergonomic Keyboard"
-HOMEPAGE="https://trulyergonomic.com/ https://github.com/m-ou-se/tek";
-SRC_URI="https://github.com/m-ou-se/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="all-rights-reserved GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="mirror"
-
-RDEPEND="
-       x11-libs/wxGTK:${WX_GTK_VER}=[X]
-       virtual/libusb:1
-       virtual/udev"
-DEPEND="${RDEPEND}"
-BDEPEND="app-editors/vim-core"
-
-PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
-
-src_configure() {
-       tc-export CXX
-       setup-wxwidgets
-}
-
-src_install() {
-       newbin tek.lin tek
-       udev_newrules linux-udev-rules 40-tek.rules
-       einstalldocs
-}
-
-pkg_postinst() {
-       udev_reload
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index efac407b9ffc..4316edbc5c4f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -376,12 +376,6 @@ media-video/openshot
 # Removal on 2024-04-25.  Bug #892031.
 sys-auth/pam_ssh
 
-# Michał Górny <mgo...@gentoo.org> (2024-03-26)
-# Fails to compile.  Unmaintained.  Last activity in 2016.
-# Depends on an old wxGTK slot.
-# Removal on 2024-04-25.  Bug #895222.
-app-misc/tek
-
 # Rahil Bhimjiani <me@rahil.rocks> (2024-03-17)
 # buildah-1.34.0 isn't getting security fixes from upstream
 # https://github.com/containers/buildah/issues/5320

Reply via email to