Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtitle/
Date: Sat, 25 Feb 2017 14:15:45
Message-Id: 1488032087.c2c06850c561e16c6abcf2266a039ad17e9e3a95.soap@gentoo
1 commit: c2c06850c561e16c6abcf2266a039ad17e9e3a95
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 23 16:26:06 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 14:14:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c06850
7
8 x11-misc/xtitle: Version bump to 1.0.4, Update homepage
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/4071
12
13 x11-misc/xtitle/Manifest | 1 +
14 x11-misc/xtitle/xtitle-1.0.2.ebuild | 6 +++---
15 x11-misc/xtitle/xtitle-1.0.3.ebuild | 6 +++---
16 x11-misc/xtitle/{xtitle-1.0.3.ebuild => xtitle-1.0.4.ebuild} | 12 ++++++------
17 4 files changed, 13 insertions(+), 12 deletions(-)
18
19 diff --git a/x11-misc/xtitle/Manifest b/x11-misc/xtitle/Manifest
20 index 4e143e891c..f2e0461e4a 100644
21 --- a/x11-misc/xtitle/Manifest
22 +++ b/x11-misc/xtitle/Manifest
23 @@ -1,2 +1,3 @@
24 DIST xtitle-1.0.2.tgz 10284 SHA256 afbd2b913dcd786f7b8856a549bd4808045d9225c4942aff2f3eba7d2f9a04d8 SHA512 5e83d48091fc6483b451aa265b2e2e08da0b5ee0f715c539ff2165ed460526dd46eb1dba883a407f4a20822e949a8a26cd960396174df9b05dd98d2dd523ddf9 WHIRLPOOL 0bdd47b862e406167d272a502607fe5b77d26da68514997f08b7eeb9edca790f971da81f4a33184830c655063385568d358b3dd4ef50069b7d3c80981b003afd
25 DIST xtitle-1.0.3.tgz 10616 SHA256 ab88bb2a1c230d2aa4bbbb439e9ca470cc9e50d57c7f63b1e4cc7a71f1ea72bf SHA512 77cf47cd77ceb57b2a12630b4430ed342597f7fdc8ecaaac6bc284cb1eeba09949340f24698a0e893c74bb82c4bd54255b4c3750d387169c163e4aafe8e1a831 WHIRLPOOL ee0270cfbe2327656a9c629f09b9ea1dd38a2e2817e6b5427f2ba828a36d5d8adc77a4bce2673c4b42889be32562e46161a27a405f30bde4456ae89cceace176
26 +DIST xtitle-1.0.4.tgz 10528 SHA256 cadddef1389ba1c5e1dc7dd861545a5fe11cb397a3f692cd63881671340fcc15 SHA512 6ed2b9fa5327dce0a2347631acf57517bc45f1bc7c88f098e5be70ec7acd844d1697da81c528046db897d7fd7be3b893f1fc79b010dd52c908c42a609f051cb6 WHIRLPOOL f0540f8d9d80b92979d605fbb2bb4888b6fbd4b61f7be82640483bcee1d557350719673657f6854e4fe35cf015018d2e273c39af8e418d8b775cace0bb1084a9
27
28 diff --git a/x11-misc/xtitle/xtitle-1.0.2.ebuild b/x11-misc/xtitle/xtitle-1.0.2.ebuild
29 index e1586b1617..4cb7db2c1f 100644
30 --- a/x11-misc/xtitle/xtitle-1.0.2.ebuild
31 +++ b/x11-misc/xtitle/xtitle-1.0.2.ebuild
32 @@ -1,12 +1,12 @@
33 -# Copyright 1999-2012 Gentoo Foundation
34 +# Copyright 1999-2017 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36 # $Id$
37
38 EAPI=4
39
40 DESCRIPTION="Set window title and icon name for an X11 terminal window"
41 -HOMEPAGE="http://www.cs.indiana.edu/~kinzler/xtitle/"
42 -SRC_URI="http://www.cs.indiana.edu/~kinzler/${PN}/${P}.tgz"
43 +HOMEPAGE="https://kinzler.com/me/xtitle/"
44 +SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
45
46 LICENSE="GPL-2"
47 SLOT="0"
48
49 diff --git a/x11-misc/xtitle/xtitle-1.0.3.ebuild b/x11-misc/xtitle/xtitle-1.0.3.ebuild
50 index ebfd7a2a14..1694ccd9cf 100644
51 --- a/x11-misc/xtitle/xtitle-1.0.3.ebuild
52 +++ b/x11-misc/xtitle/xtitle-1.0.3.ebuild
53 @@ -1,12 +1,12 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2017 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Id$
58
59 EAPI=5
60
61 DESCRIPTION="Set window title and icon name for an X11 terminal window"
62 -HOMEPAGE="http://www.cs.indiana.edu/~kinzler/xtitle/"
63 -SRC_URI="http://www.cs.indiana.edu/~kinzler/${PN}/${P}.tgz"
64 +HOMEPAGE="https://kinzler.com/me/xtitle/"
65 +SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
66
67 LICENSE="GPL-2"
68 SLOT="0"
69
70 diff --git a/x11-misc/xtitle/xtitle-1.0.3.ebuild b/x11-misc/xtitle/xtitle-1.0.4.ebuild
71 similarity index 63%
72 copy from x11-misc/xtitle/xtitle-1.0.3.ebuild
73 copy to x11-misc/xtitle/xtitle-1.0.4.ebuild
74 index ebfd7a2a14..f7aa727851 100644
75 --- a/x11-misc/xtitle/xtitle-1.0.3.ebuild
76 +++ b/x11-misc/xtitle/xtitle-1.0.4.ebuild
77 @@ -1,12 +1,12 @@
78 -# Copyright 1999-2014 Gentoo Foundation
79 +# Copyright 1999-2017 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Id$
82
83 -EAPI=5
84 +EAPI=6
85
86 DESCRIPTION="Set window title and icon name for an X11 terminal window"
87 -HOMEPAGE="http://www.cs.indiana.edu/~kinzler/xtitle/"
88 -SRC_URI="http://www.cs.indiana.edu/~kinzler/${PN}/${P}.tgz"
89 +HOMEPAGE="https://kinzler.com/me/xtitle/"
90 +SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
91
92 LICENSE="GPL-2"
93 SLOT="0"
94 @@ -16,7 +16,7 @@ IUSE=""
95 DEPEND="x11-misc/imake"
96 RDEPEND=""
97
98 -DOCS=( README )
99 +HTML_DOCS=( xtitle.html )
100
101 src_compile() {
102 xmkmf || die
103 @@ -26,5 +26,5 @@ src_compile() {
104 src_install() {
105 default
106 newman "${PN}.man" "${PN}.1"
107 - dohtml "${PN}.html"
108 + einstalldocs
109 }