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, 01 Apr 2017 10:25:04
Message-Id: 1491042228.8ab2e9e75f6fc4fb9a4ec0f28512250ec8fa9499.soap@gentoo
1 commit: 8ab2e9e75f6fc4fb9a4ec0f28512250ec8fa9499
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 28 18:35:39 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:23:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab2e9e7
7
8 x11-misc/xtitle: Remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4319
12
13 x11-misc/xtitle/Manifest | 1 -
14 x11-misc/xtitle/xtitle-1.0.2.ebuild | 29 -----------------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/x11-misc/xtitle/Manifest b/x11-misc/xtitle/Manifest
18 index 6e8089ce898..2f323d79e2b 100644
19 --- a/x11-misc/xtitle/Manifest
20 +++ b/x11-misc/xtitle/Manifest
21 @@ -1,2 +1 @@
22 -DIST xtitle-1.0.2.tgz 10284 SHA256 afbd2b913dcd786f7b8856a549bd4808045d9225c4942aff2f3eba7d2f9a04d8 SHA512 5e83d48091fc6483b451aa265b2e2e08da0b5ee0f715c539ff2165ed460526dd46eb1dba883a407f4a20822e949a8a26cd960396174df9b05dd98d2dd523ddf9 WHIRLPOOL 0bdd47b862e406167d272a502607fe5b77d26da68514997f08b7eeb9edca790f971da81f4a33184830c655063385568d358b3dd4ef50069b7d3c80981b003afd
23 DIST xtitle-1.0.4.tgz 10528 SHA256 cadddef1389ba1c5e1dc7dd861545a5fe11cb397a3f692cd63881671340fcc15 SHA512 6ed2b9fa5327dce0a2347631acf57517bc45f1bc7c88f098e5be70ec7acd844d1697da81c528046db897d7fd7be3b893f1fc79b010dd52c908c42a609f051cb6 WHIRLPOOL f0540f8d9d80b92979d605fbb2bb4888b6fbd4b61f7be82640483bcee1d557350719673657f6854e4fe35cf015018d2e273c39af8e418d8b775cace0bb1084a9
24
25 diff --git a/x11-misc/xtitle/xtitle-1.0.2.ebuild b/x11-misc/xtitle/xtitle-1.0.2.ebuild
26 deleted file mode 100644
27 index 9d58eca1ebc..00000000000
28 --- a/x11-misc/xtitle/xtitle-1.0.2.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -DESCRIPTION="Set window title and icon name for an X11 terminal window"
37 -HOMEPAGE="https://kinzler.com/me/xtitle/"
38 -SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 x86"
43 -IUSE=""
44 -
45 -DEPEND="x11-misc/imake"
46 -RDEPEND=""
47 -
48 -DOCS=( README )
49 -
50 -src_compile() {
51 - xmkmf || die
52 - emake
53 -}
54 -
55 -src_install() {
56 - default
57 - newman "${PN}.man" "${PN}.1"
58 - dohtml "${PN}.html"
59 -}