commit:     b0fc2e642c3b64f997b3fb12370515bf8575694e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 21 12:03:25 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 16:34:22 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0fc2e64

dev-util/visual-regexp: drop 3.0-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/visual-regexp/Manifest                    |  1 -
 .../files/visual-regexp-3.0-help-font-fix.patch    | 26 ---------------
 .../files/visual-regexp-3.0-wish-fix.patch         | 12 -------
 dev-util/visual-regexp/visual-regexp-3.0-r1.ebuild | 38 ----------------------
 4 files changed, 77 deletions(-)

diff --git a/dev-util/visual-regexp/Manifest b/dev-util/visual-regexp/Manifest
index 69bfd777a06b..45501f5d8c4b 100644
--- a/dev-util/visual-regexp/Manifest
+++ b/dev-util/visual-regexp/Manifest
@@ -1,3 +1,2 @@
-DIST visual_regexp-3.0.tar.gz 25659 BLAKE2B 
3633e0cc908b04fb95320efc65955b40b6f162986de5e0f3a695771950026b516a69bbb9ec8803a4ab757e70d1e9406c38656f51af92edafb955e4956303b5c3
 SHA512 
3c8b3e44d20f8cdc69fdb501ac82a44f6b755715c9bd6309bbca01193acc72a97595d6012ad889c957adba587c3f8f1f888c0f42993bb81bf3f730adff42c655
 DIST visual_regexp-3.1.tcl 71183 BLAKE2B 
df6541179cf06c49f6bb40a0bc186ad45aaf535734df6d88d84adcfcb4c3a41a3be842f05e69bb7d378cb04f59cc6f0860f0d4c46dffa7ba91256f3dc14a80ce
 SHA512 
f36729800e0e66ee22339614b47f068eeb440cac501f73898250ddda9865cd5c3cc09bd57a8ea601ef7a3240bddbe524a69b704ae58b8e56decb81b25166818b
 DIST visualregexp-icon.png.tar 20480 BLAKE2B 
589ea0480f68c442cfecc2638f87a901cc2d75237deefae49616b6626bc1073f14ff9c009c09a28c2e93b2f8c1ae3e4123a05e24aa73f2f6e0bd9fb53bfad15f
 SHA512 
af0a5ec63d2d5fa71842ed85a83541b0f1ee72a4b37941e11f4f212874564b0255a97dfa953ea1684b056a4ab6f86ce47b6df9374628551c9cf8e775f7d12fb2

diff --git a/dev-util/visual-regexp/files/visual-regexp-3.0-help-font-fix.patch 
b/dev-util/visual-regexp/files/visual-regexp-3.0-help-font-fix.patch
deleted file mode 100644
index ec3763cc9dd1..000000000000
--- a/dev-util/visual-regexp/files/visual-regexp-3.0-help-font-fix.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -ur a/visual_regexp.tcl b/visual_regexp.tcl
---- a/visual_regexp.tcl        2013-11-10 01:35:49.959609478 +0100
-+++ b/visual_regexp.tcl        2013-11-10 01:34:10.491151352 +0100
-@@ -494,15 +494,18 @@
-       pack .help.l -side top -padx 10 -pady 10
-       # help text
-       if {$tcl_platform(platform) == "windows"} {
--              text .help.t -bd 2 -relief groove -font {Courier 10}
-+        set hfont {Courier 10}
-+        set hbfont {Courier 10 bold}
-       } else {
--              text .help.t -bd 2 -relief groove
-+        set hfont {9x15}
-+        set hbfont {9x15bold}
-       }
-+    text .help.t -bd 2 -relief groove -font $hfont
-       pack .help.t -side top -padx 20
--      .help.t tag configure bold -font "[.help.t cget -font] bold"
-+      .help.t tag configure bold -font $hbfont
-       .help.t insert 1.0 "Version:" bold " $::version
- 
--" normal "Usage:" bold " tkregexp <sampleFile>
-+" normal "Usage:" bold " [file tail $::argv0] <sampleFile>
- 
- " normal "Key bindings:" bold " Alt-q               exit
-               Alt-a               toggle 'all' flag

diff --git a/dev-util/visual-regexp/files/visual-regexp-3.0-wish-fix.patch 
b/dev-util/visual-regexp/files/visual-regexp-3.0-wish-fix.patch
deleted file mode 100644
index bfb7478d1fec..000000000000
--- a/dev-util/visual-regexp/files/visual-regexp-3.0-wish-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur visual_regexp-3.0/visual_regexp.tcl 
visual_regexp-current/visual_regexp.tcl
---- visual_regexp-3.0/visual_regexp.tcl        2002-09-01 08:24:56.000000000 
-0500
-+++ visual_regexp-current/visual_regexp.tcl    2004-03-29 23:20:43.000000000 
-0500
-@@ -1,7 +1,7 @@
- #!/bin/sh  
- #-*-tcl-*-  
- # the next line restarts using wish \
--exec wish8.3 "$0" -- ${1+"$@"}
-+exec wish "$0" -- ${1+"$@"}
- 
- 
- set version 3.0

diff --git a/dev-util/visual-regexp/visual-regexp-3.0-r1.ebuild 
b/dev-util/visual-regexp/visual-regexp-3.0-r1.ebuild
deleted file mode 100644
index 4277831ac548..000000000000
--- a/dev-util/visual-regexp/visual-regexp-3.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop
-
-DESCRIPTION="Type the regexp and visualize it on a sample of your choice"
-HOMEPAGE="http://laurent.riesterer.free.fr/regexp/";
-SRC_URI="
-       https://dev.gentoo.org/~jlec/distfiles/visualregexp-icon.png.tar
-       http://laurent.riesterer.free.fr/regexp/visual_regexp-${PV}.tar.gz";
-S="${WORKDIR}"/visual_regexp-${PV}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND=">=dev-lang/tk-8.3"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-wish-fix.patch
-       "${FILESDIR}"/${P}-help-font-fix.patch
-       "${FILESDIR}"/${P}-home-conf-fix.patch
-       "${FILESDIR}"/${P}-pattern-load-fix.patch
-)
-
-src_install() {
-       dodoc README
-
-       newbin visual_regexp.tcl visualregexp
-
-       dosym visualregexp /usr/bin/tkregexp
-
-       doicon "${WORKDIR}"/visualregexp-icon.png
-
-       domenu "${FILESDIR}"/visualregexp.desktop
-}

Reply via email to