Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xtitle: xtitle-1.0.3.ebuild ChangeLog
Date: Sat, 31 May 2014 14:11:19
Message-Id: 20140531141116.C41792004E@flycatcher.gentoo.org
1 zlogene 14/05/31 14:11:16
2
3 Modified: ChangeLog
4 Added: xtitle-1.0.3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.5 x11-apps/xtitle/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xtitle/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 6 Jun 2013 07:28:25 -0000 1.4
24 +++ ChangeLog 31 May 2014 14:11:16 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-apps/xtitle
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtitle/ChangeLog,v 1.4 2013/06/06 07:28:25 pinkbyte Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtitle/ChangeLog,v 1.5 2014/05/31 14:11:16 zlogene Exp $
31 +
32 +*xtitle-1.0.3 (31 May 2014)
33 +
34 + 31 May 2014; Mikle Kolyada <zlogene@g.o> +xtitle-1.0.3.ebuild:
35 + Version bump
36
37 06 Jun 2013; Sergey Popov <pinkbyte@g.o> metadata.xml:
38 Reassigning due to Zlogene became Gentoo developer, remove proxy maintainers
39 @@ -19,4 +24,3 @@
40 Initial commit wrt bug #281916. Thanks to Alexander Huemer and Mikle Kolyada
41 for providing ebuilds. The latter will maintain this package through proxy
42 maintainers
43 -
44
45
46
47 1.1 x11-apps/xtitle/xtitle-1.0.3.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/xtitle-1.0.3.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/xtitle-1.0.3.ebuild?rev=1.1&content-type=text/plain
51
52 Index: xtitle-1.0.3.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xtitle/xtitle-1.0.3.ebuild,v 1.1 2014/05/31 14:11:16 zlogene Exp $
57
58 EAPI=5
59
60 DESCRIPTION="Set window title and icon name for an X11 terminal window"
61 HOMEPAGE="http://www.cs.indiana.edu/~kinzler/xtitle/"
62 SRC_URI="http://www.cs.indiana.edu/~kinzler/${PN}/${P}.tgz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND="x11-misc/imake"
70 RDEPEND=""
71
72 DOCS=( README )
73
74 src_compile() {
75 xmkmf || die
76 emake
77 }
78
79 src_install() {
80 default
81 newman "${PN}.man" "${PN}.1"
82 dohtml "${PN}.html"
83 }