summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-09-30 05:39:44 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-09-30 06:48:13 -0400
commit03d6b863cf364ab16eda270ad1114a8f34cdfaba (patch)
treed1160139b72c17b5d06efd84147cd392bc503b72 /x11-misc/xtitle
parentx11-misc/xsnap: EAPI7->8, update deps (diff)
downloadgentoo-03d6b863cf364ab16eda270ad1114a8f34cdfaba.tar.gz
gentoo-03d6b863cf364ab16eda270ad1114a8f34cdfaba.tar.bz2
gentoo-03d6b863cf364ab16eda270ad1114a8f34cdfaba.zip
x11-misc/xtitle: EAPI6->8, fix license
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-misc/xtitle')
-rw-r--r--x11-misc/xtitle/xtitle-1.0.4.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-misc/xtitle/xtitle-1.0.4.ebuild b/x11-misc/xtitle/xtitle-1.0.4.ebuild
index db79ece8e4ad..ca330584c334 100644
--- a/x11-misc/xtitle/xtitle-1.0.4.ebuild
+++ b/x11-misc/xtitle/xtitle-1.0.4.ebuild
@@ -1,21 +1,19 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
DESCRIPTION="Set window title and icon name for an X11 terminal window"
HOMEPAGE="https://kinzler.com/me/xtitle/"
-SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
+SRC_URI="https://kinzler.com/me/xtitle/${P}.tgz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
-DEPEND=">=x11-misc/imake-1.0.8-r1"
-RDEPEND=""
+BDEPEND=">=x11-misc/imake-1.0.8-r1"
HTML_DOCS=( xtitle.html )
@@ -26,6 +24,7 @@ src_configure() {
src_install() {
default
+
newman "${PN}.man" "${PN}.1"
einstalldocs
}