commit:     03d6b863cf364ab16eda270ad1114a8f34cdfaba
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 09:39:44 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 10:48:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d6b863

x11-misc/xtitle: EAPI6->8, fix license

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-misc/xtitle/xtitle-1.0.4.ebuild | 13 ++++++-------
 1 file 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
 }

Reply via email to