Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtitle/
Date: Fri, 30 Sep 2022 11:02:23
Message-Id: 1664534893.03d6b863cf364ab16eda270ad1114a8f34cdfaba.ionen@gentoo
1 commit: 03d6b863cf364ab16eda270ad1114a8f34cdfaba
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 09:39:44 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 10:48:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d6b863
7
8 x11-misc/xtitle: EAPI6->8, fix license
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 x11-misc/xtitle/xtitle-1.0.4.ebuild | 13 ++++++-------
13 1 file changed, 6 insertions(+), 7 deletions(-)
14
15 diff --git a/x11-misc/xtitle/xtitle-1.0.4.ebuild b/x11-misc/xtitle/xtitle-1.0.4.ebuild
16 index db79ece8e4ad..ca330584c334 100644
17 --- a/x11-misc/xtitle/xtitle-1.0.4.ebuild
18 +++ b/x11-misc/xtitle/xtitle-1.0.4.ebuild
19 @@ -1,21 +1,19 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=8
26
27 inherit toolchain-funcs
28
29 DESCRIPTION="Set window title and icon name for an X11 terminal window"
30 HOMEPAGE="https://kinzler.com/me/xtitle/"
31 -SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
32 +SRC_URI="https://kinzler.com/me/xtitle/${P}.tgz"
33
34 -LICENSE="GPL-2"
35 +LICENSE="GPL-2+"
36 SLOT="0"
37 KEYWORDS="amd64 x86"
38 -IUSE=""
39
40 -DEPEND=">=x11-misc/imake-1.0.8-r1"
41 -RDEPEND=""
42 +BDEPEND=">=x11-misc/imake-1.0.8-r1"
43
44 HTML_DOCS=( xtitle.html )
45
46 @@ -26,6 +24,7 @@ src_configure() {
47
48 src_install() {
49 default
50 +
51 newman "${PN}.man" "${PN}.1"
52 einstalldocs
53 }