x11-libs/spread-sheet-widget: drop 0.7

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41839
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-04-29 06:03:07 +03:00
committed by Sam James
parent f79751c2c2
commit d51d621a99
2 changed files with 0 additions and 24 deletions

View File

@@ -1,3 +1,2 @@
DIST spread-sheet-widget-0.10.tar.gz 522676 BLAKE2B 50e76d81a3d8daf47d24aeab47ec782854cf1a69ba0bd1223ba72a6ed656a22a976b7c8dbfa94ecce826e845891b6f2a36dbd808daee5736ae3eb9dcb02b9994 SHA512 8d198e107fac24883c2b726cb506a212aff874935c9b04a0da599e4552fff50db24b069ec7156982b07679e697a2d8b4cf758d27f7f20119c08a4442c8ae543d
DIST spread-sheet-widget-0.7.tar.gz 517216 BLAKE2B 920fa2bc648d60f041e1b5d9d2faa7edb5b93310759de498e75bae42bcbba8493c7985e013a5099e405f2a748904e702ef8f431fa51a5d19c4e5a7a1efeceed0 SHA512 c27647a55e3ae878037a764e879244ac4396406f331ea6bd3795544165dc1a894c21be1bbd7314c45a4e1734f97c70d711520edb4f26438ade00b2ef39732c65
DIST spread-sheet-widget-0.8.tar.gz 517294 BLAKE2B 05fe434a4b6f40b365defa03fe5f058c353f955837bbe7d1b5c5229dde7a644bc37319d8e8b887f01c2a27b0ee30c9552837ec93ebe80bbff07750065f61e370 SHA512 022941d9064bad83835345a999358b57ec2897650079326427be78600269762dc492d2d7674c6c5c2c3b46fa619786e5f02c15bd731a163cf2ff98ea22d25682

View File

@@ -1,23 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="GNU Spread Sheet Widget"
HOMEPAGE="https://www.gnu.org/software/ssw/"
SRC_URI="https://alpha.gnu.org/gnu/ssw/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND="dev-libs/glib
x11-libs/gtk+:3"
RDEPEND="${DEPEND}"
src_install() {
default
# no static archives
find "${ED}" -name '*.la' -delete || die
}