diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2024-04-15 08:49:13 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2024-04-15 08:49:13 +0200 |
commit | 71127cb26757bb3e4ac80306ebbfededfc5cd0f3 (patch) | |
tree | 55aa0629651debe3d086b6934246de90293f49a4 /x11-plugins | |
parent | dev-libs/nss: revbump 3.90.2 ESR with a patch from upstream (diff) | |
download | gentoo-71127cb26757bb3e4ac80306ebbfededfc5cd0f3.tar.gz gentoo-71127cb26757bb3e4ac80306ebbfededfc5cd0f3.tar.bz2 gentoo-71127cb26757bb3e4ac80306ebbfededfc5cd0f3.zip |
x11-plugins/wmifs: drop 1.8, 1.8-r1
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmifs/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/wmifs/wmifs-1.8-r1.ebuild | 19 | ||||
-rw-r--r-- | x11-plugins/wmifs/wmifs-1.8.ebuild | 20 |
3 files changed, 0 insertions, 40 deletions
diff --git a/x11-plugins/wmifs/Manifest b/x11-plugins/wmifs/Manifest index fa1d4521cf01..cea53d206c74 100644 --- a/x11-plugins/wmifs/Manifest +++ b/x11-plugins/wmifs/Manifest @@ -1,2 +1 @@ -DIST wmifs-1.8.tar.gz 107020 BLAKE2B 54b73bf2a49a9c9dd0d16f907cf2211eafb7199d7b77e4cd7e86364ff8bc438d27a57e95c97b47b2dbe308b2d9e6797df287f608dca89ed4b3d6dfb27195b932 SHA512 c88092e8c83ab5bc65813b6fbfe348b3b56eae28885199ba1cc681ba3db7f801f90f5d385cfdbb7304327e085471f6fdc0f712690211dc192763739619c46abb DIST wmifs-1.9.tar.gz 107318 BLAKE2B b8d12478e93b9a578fe6c5140bcb2ac1bd97bd0d33bc50af6972c7775d8189b9c8f35e90ae4c5f63d444148d3d87c5eb1ccbbc5605b008d58b714da64879869e SHA512 32258ccc72e5ee3f5b886da8963347d28ef3253994e97d1c16abf7706ffbbf4356114681dcace9e8ccddcb8f606f89b30d5390d28895f0b0009f8e8578a726be diff --git a/x11-plugins/wmifs/wmifs-1.8-r1.ebuild b/x11-plugins/wmifs/wmifs-1.8-r1.ebuild deleted file mode 100644 index b39f86c6541e..000000000000 --- a/x11-plugins/wmifs/wmifs-1.8-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Network monitoring dockapp" -HOMEPAGE="https://www.dockapps.net/wmifs" -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" - -RDEPEND=">=x11-libs/libdockapp-0.7:= - x11-libs/libX11 - x11-libs/libXpm" -DEPEND="${RDEPEND}" - -DOCS=( BUGS CHANGES HINTS README TODO ) diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild b/x11-plugins/wmifs/wmifs-1.8.ebuild deleted file mode 100644 index 906cf312e2c2..000000000000 --- a/x11-plugins/wmifs/wmifs-1.8.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Network monitoring dockapp" -HOMEPAGE="https://www.dockapps.net/wmifs" -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~mips ppc sparc x86" -IUSE="" - -RDEPEND=">=x11-libs/libdockapp-0.7:= - x11-libs/libX11 - x11-libs/libXpm" -DEPEND="${RDEPEND}" - -DOCS=( BUGS CHANGES HINTS README TODO ) |