aboutsummaryrefslogtreecommitdiffstats
path: root/x11-terms/weltschmerz/weltschmerz-1.3.0.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2021-05-08 15:59:19 +0200
committerWolfgang Müller2021-05-08 15:59:19 +0200
commit6c986a3f10961afb812a5a4c4432d0d97bd7793b (patch)
tree47fb3b8d399ee2bb5fac86a0a296ddbe96611471 /x11-terms/weltschmerz/weltschmerz-1.3.0.ebuild
parent2a07c5b8aa12c688451ccd33469a90b3e3fd3df9 (diff)
downloadpramantha-6c986a3f10961afb812a5a4c4432d0d97bd7793b.tar.gz
x11-terms/weltschmerz: Update to new snapshot URL
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Wolfgang Müller <wolf@oriole.systems>
Diffstat (limited to 'x11-terms/weltschmerz/weltschmerz-1.3.0.ebuild')
-rw-r--r--x11-terms/weltschmerz/weltschmerz-1.3.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-terms/weltschmerz/weltschmerz-1.3.0.ebuild b/x11-terms/weltschmerz/weltschmerz-1.3.0.ebuild
deleted file mode 100644
index de8bfd3..0000000
--- a/x11-terms/weltschmerz/weltschmerz-1.3.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2020 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.html"
-SRC_URI="https://oriole.systems/snapshots/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RESTRICT="mirror"
-
-BDEPEND="$(vala_depend)"
-
-DEPEND="
- >=x11-libs/vte-0.56.4:2.91[vala]"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- vala_src_prepare
-}