aboutsummaryrefslogtreecommitdiffstats
path: root/x11-terms/weltschmerz/weltschmerz-1.2.1.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-04-05 14:40:08 +0200
committerWynn Wolf Arbor2020-04-05 14:40:08 +0200
commit3963f220b0542995681a7c21f7c124180a2da26e (patch)
tree1e283d06ea9d9a34bb041095b274accbf1502fd4 /x11-terms/weltschmerz/weltschmerz-1.2.1.ebuild
parentc70fa1a498acf63ab6f8915640ce902eccec3d9b (diff)
downloadpramantha-3963f220b0542995681a7c21f7c124180a2da26e.tar.gz
x11-terms/weltschmerz: Bump to -r1
Use provided vala_depend() function from the vala.eclass instead of manually entering the vala BDEPEND. Package-Manager: Portage-2.3.89, Repoman-2.3.20
Diffstat (limited to 'x11-terms/weltschmerz/weltschmerz-1.2.1.ebuild')
-rw-r--r--x11-terms/weltschmerz/weltschmerz-1.2.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-terms/weltschmerz/weltschmerz-1.2.1.ebuild b/x11-terms/weltschmerz/weltschmerz-1.2.1.ebuild
deleted file mode 100644
index 97d20c2..0000000
--- a/x11-terms/weltschmerz/weltschmerz-1.2.1.ebuild
+++ /dev/null
@@ -1,29 +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="
- >=dev-lang/vala-0.44.9:0.44"
-
-DEPEND="
- >=x11-libs/vte-0.56.4:2.91[vala]"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- vala_src_prepare
-}