Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xtitle: metadata.xml ChangeLog xtitle-1.0.2.ebuild
Date: Thu, 01 Nov 2012 14:41:23
Message-Id: 20121101144107.15DD821600@flycatcher.gentoo.org
1 pinkbyte 12/11/01 14:41:06
2
3 Added: metadata.xml ChangeLog xtitle-1.0.2.ebuild
4 Log:
5 Initial commit wrt bug #281916
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 x11-apps/xtitle/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>proxy-maintainers</herd>
21 <maintainer>
22 <email>zlog.gentoo@×××××.com</email>
23 <name>Mikle Kolyada</name>
24 <description>Maintainer. Assign bugs to him</description>
25 </maintainer>
26 <maintainer>
27 <email>pinkbyte@g.o</email>
28 <name>Sergey Popov</name>
29 <description>Proxy maintainer. CC him on bugs</description>
30 </maintainer>
31 </pkgmetadata>
32
33
34
35 1.1 x11-apps/xtitle/ChangeLog
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/ChangeLog?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/ChangeLog?rev=1.1&content-type=text/plain
39
40 Index: ChangeLog
41 ===================================================================
42 # ChangeLog for x11-apps/xtitle
43 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
44 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xtitle/ChangeLog,v 1.1 2012/11/01 14:41:06 pinkbyte Exp $
45
46 *xtitle-1.0.2 (01 Nov 2012)
47
48 01 Nov 2012; Sergey Popov <pinkbyte@g.o> +xtitle-1.0.2.ebuild,
49 +metadata.xml:
50 Initial commit wrt bug #281916. Thanks to Alexander Huemer and Mikle Kolyada
51 for providing ebuilds. The latter will maintain this package through proxy
52 maintainers
53
54
55
56
57 1.1 x11-apps/xtitle/xtitle-1.0.2.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/xtitle-1.0.2.ebuild?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/xtitle-1.0.2.ebuild?rev=1.1&content-type=text/plain
61
62 Index: xtitle-1.0.2.ebuild
63 ===================================================================
64 # Copyright 1999-2012 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xtitle/xtitle-1.0.2.ebuild,v 1.1 2012/11/01 14:41:06 pinkbyte Exp $
67
68 EAPI=4
69
70 DESCRIPTION="Set window title and icon name for an X11 terminal window"
71 HOMEPAGE="http://www.cs.indiana.edu/~kinzler/xtitle/"
72 SRC_URI="http://www.cs.indiana.edu/~kinzler/${PN}/${P}.tgz"
73
74 LICENSE="GPL-2"
75 SLOT="0"
76 KEYWORDS="~amd64 ~x86"
77 IUSE=""
78
79 DEPEND="x11-misc/imake"
80 RDEPEND=""
81
82 DOCS=( README )
83
84 src_compile() {
85 xmkmf || die
86 emake
87 }
88
89 src_install() {
90 default
91 newman "${PN}.man" "${PN}.1"
92 dohtml "${PN}.html"
93 }