aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Leise <marco.leise@gmx.de>2019-06-29 22:34:22 +0200
committerMarco Leise <marco.leise@gmx.de>2019-06-29 22:34:22 +0200
commit8b8422a98d1c9214c37c2a5c52f5e6e9bf422301 (patch)
treeae0941cf0a916543d041dfb33a2cf897dcb3cff3 /x11-terms
parentadditional modifications for the /opt -> /usr/lib move (diff)
downloaddlang-8b8422a98d1c9214c37c2a5c52f5e6e9bf422301.tar.gz
dlang-8b8422a98d1c9214c37c2a5c52f5e6e9bf422301.tar.bz2
dlang-8b8422a98d1c9214c37c2a5c52f5e6e9bf422301.zip
stabilization sweep
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/tilix/Manifest1
-rw-r--r--x11-terms/tilix/tilix-1.9.0-r1.ebuild47
-rw-r--r--x11-terms/tilix/tilix-1.9.3-r1.ebuild2
3 files changed, 1 insertions, 49 deletions
diff --git a/x11-terms/tilix/Manifest b/x11-terms/tilix/Manifest
index 0f8348f..4ad9639 100644
--- a/x11-terms/tilix/Manifest
+++ b/x11-terms/tilix/Manifest
@@ -1,2 +1 @@
-DIST tilix-1.9.0.tar.gz 836113 BLAKE2B 2985c79008fe985da87d9e76a75748de44ba255e75ce00ce2eb8783f3a333f1d3724cd338b47d1d4436b3e2a6d9a2325e4197f76954edf86db33a19276f685b2 SHA512 f1f2f0a85cd42ab779d9b6a70dc91a4a69bbb2d6fa4fdce6b04f482ae98ca0c1da3813931c6fae1aa38ae73a9ac8272cace224529e0af777e669c6211afc99af
DIST tilix-1.9.3.tar.gz 837010 BLAKE2B b132ec95a51a09d4fba5b4358961919c581b2ffec2c1d05c2b5e11a5f49f6404cbdd5d553bf2735c1630e917b66c5b8e80d6186f6bf97c0c1f6eae983d575ba5 SHA512 59165d24404c3fb9beb40070005131c6262abe98626c164552c0d90d0d74b3fc1d0532430b56027497674934a7fbfd2fdf4195b01915cb6d03a284f468c7adca
diff --git a/x11-terms/tilix/tilix-1.9.0-r1.ebuild b/x11-terms/tilix/tilix-1.9.0-r1.ebuild
deleted file mode 100644
index 3d7c101..0000000
--- a/x11-terms/tilix/tilix-1.9.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A tiling terminal emulator for Linux using GTK+ 3"
-HOMEPAGE="https://gnunn1.github.io/tilix-web/"
-LICENSE="MPL-2.0"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+crypt"
-
-DLANG_VERSION_RANGE="2.075-"
-DLANG_PACKAGE_TYPE="single"
-
-inherit gnome2 dlang
-
-GITHUB_URI="https://codeload.github.com/gnunn1"
-SRC_URI="${GITHUB_URI}/${PN}/tar.gz/${PV} -> ${PN}-${PV}.tar.gz"
-
-RDEPEND="
- >=sys-devel/gettext-0.19.8.1
- >=dev-libs/gtkd-3.8.5:3[vte,${DLANG_COMPILER_USE}]
- x11-libs/vte:2.91[crypt?]"
-DEPEND="
- sys-devel/automake:1.15
- >=sys-devel/autoconf-2.69
- app-text/po4a
- ${RDEPEND}"
-
-src_prepare() {
- eapply_user
- ./autogen.sh
-}
-
-d_src_configure() {
- export GTKD_CFLAGS="-I/usr/include/dlang/gtkd-3"
- export GTKD_LIBS="-L-ldl -L-lvted-3 -L-lgtkd-3"
- DC="${DMD}" default_src_configure
-}
-
-d_src_install() {
- default_src_install
- # Silence "Please fix the ebuild not to install compressed files" QA warnings
- gzip -d "${D}"/usr/share/man/man1/tilix.1.gz "${D}"/usr/share/man/*/man1/tilix.1.gz
-}
diff --git a/x11-terms/tilix/tilix-1.9.3-r1.ebuild b/x11-terms/tilix/tilix-1.9.3-r1.ebuild
index c30553c..3d7c101 100644
--- a/x11-terms/tilix/tilix-1.9.3-r1.ebuild
+++ b/x11-terms/tilix/tilix-1.9.3-r1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://gnunn1.github.io/tilix-web/"
LICENSE="MPL-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+crypt"
DLANG_VERSION_RANGE="2.075-"