aboutsummaryrefslogtreecommitdiffstats
path: root/x11-terms/weltschmerz/weltschmerz-1.5.0.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2023-11-20 10:58:41 +0100
committerWolfgang Müller2023-11-20 10:58:41 +0100
commite3609456a9825414088bda06bd520fbd6c54f80c (patch)
tree96fddc9012a4ed7cab46c84d8334d8215e94960e /x11-terms/weltschmerz/weltschmerz-1.5.0.ebuild
parentc838e80d661923856421ca1a869f1c5f24489fe9 (diff)
downloadpramantha-e3609456a9825414088bda06bd520fbd6c54f80c.tar.gz
x11-terms/weltschmerz: drop 1.5.0
Diffstat (limited to '')
-rw-r--r--x11-terms/weltschmerz/weltschmerz-1.5.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-terms/weltschmerz/weltschmerz-1.5.0.ebuild b/x11-terms/weltschmerz/weltschmerz-1.5.0.ebuild
deleted file mode 100644
index 3c747dc..0000000
--- a/x11-terms/weltschmerz/weltschmerz-1.5.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_MIN_API_VERSION="0.44"
-
-inherit meson vala
-
-DESCRIPTION="A terminal emulator in Vala"
-HOMEPAGE="https://oriole.systems/posts/weltschmerz"
-SRC_URI="https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RESTRICT="mirror"
-
-BDEPEND="$(vala_depend)
- sys-devel/gettext"
-
-DEPEND="
- >=x11-libs/vte-0.56.4:2.91[vala]"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- vala_src_prepare
-}