summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-06-05 11:27:53 -0400
committerMatt Turner <mattst88@gentoo.org>2023-06-05 11:39:40 -0400
commitac1f9f7fc1552ebcc4463733a024e68688538c6d (patch)
treee7b191c29411e2484d73dc9f63c3a3bf64f12275 /x11-apps
parentx11-apps/setxkbmap: Drop old versions (diff)
downloadgentoo-ac1f9f7fc1552ebcc4463733a024e68688538c6d.tar.gz
gentoo-ac1f9f7fc1552ebcc4463733a024e68688538c6d.tar.bz2
gentoo-ac1f9f7fc1552ebcc4463733a024e68688538c6d.zip
x11-apps/xcalc: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xcalc/Manifest1
-rw-r--r--x11-apps/xcalc/xcalc-1.1.1.ebuild17
2 files changed, 0 insertions, 18 deletions
diff --git a/x11-apps/xcalc/Manifest b/x11-apps/xcalc/Manifest
index e6e3fa380dec..ba8b36d1c405 100644
--- a/x11-apps/xcalc/Manifest
+++ b/x11-apps/xcalc/Manifest
@@ -1,2 +1 @@
-DIST xcalc-1.1.1.tar.xz 140204 BLAKE2B b747a658b03ded2a071f0b54047f8dd4a1aecf6093af14059f2311019e6f9d3790f1190159c278fd3f9d5bf5740bbb1bfb0996540a0985728ed2966239bb4902 SHA512 a261e9798d62727f40b9aff07e68e63ba40aa7f4f9b1811d8efd8c3e73cd5912d6178c55ca3c059968191051bd20b889b06b5e92b3df70c7b5d09bd013b9ebdb
DIST xcalc-1.1.2.tar.xz 140692 BLAKE2B 26dbc9ab9bc9d6441e4422da267686ff05f7725274458a8633688ede6941dd116f7308a58db28a56d5390b6cbf1e16dbd482da6f9d8a7b23744b0c6b10625d6e SHA512 51da677dc88bcd7299ed8d678cb26b048fdb82a1983e1496a06253ee2dceefca4ac87d1a74432b4a76dcc11921a61339bb3d292607be46228164140b430bbad2
diff --git a/x11-apps/xcalc/xcalc-1.1.1.ebuild b/x11-apps/xcalc/xcalc-1.1.1.ebuild
deleted file mode 100644
index cb21f8c546e9..000000000000
--- a/x11-apps/xcalc/xcalc-1.1.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-XORG_TARBALL_SUFFIX="xz"
-inherit xorg-3
-
-DESCRIPTION="scientific calculator for X"
-
-KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="x11-libs/libXaw
- x11-libs/libXt
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"