Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/urxvt-font-size: ChangeLog urxvt-font-size-99999999.ebuild urxvt-font-size-9999.ebuild
Date: Fri, 02 May 2014 05:00:35
Message-Id: 20140502050030.5ED462004C@flycatcher.gentoo.org
1 radhermit 14/05/02 05:00:30
2
3 Modified: ChangeLog
4 Added: urxvt-font-size-99999999.ebuild
5 Removed: urxvt-font-size-9999.ebuild
6 Log:
7 Use proper version number for live ebuild.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
10
11 Revision Changes Path
12 1.2 x11-misc/urxvt-font-size/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 2 May 2014 04:57:56 -0000 1.1
25 +++ ChangeLog 2 May 2014 05:00:30 -0000 1.2
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-misc/urxvt-font-size
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog,v 1.1 2014/05/02 04:57:56 radhermit Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog,v 1.2 2014/05/02 05:00:30 radhermit Exp $
31 +
32 +*urxvt-font-size-99999999 (02 May 2014)
33 +
34 + 02 May 2014; Tim Harder <radhermit@g.o> -urxvt-font-size-9999.ebuild,
35 + +urxvt-font-size-99999999.ebuild:
36 + Use proper version number for live ebuild.
37
38 *urxvt-font-size-20140501 (02 May 2014)
39 *urxvt-font-size-9999 (02 May 2014)
40
41
42
43 1.1 x11-misc/urxvt-font-size/urxvt-font-size-99999999.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/urxvt-font-size-99999999.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/urxvt-font-size-99999999.ebuild?rev=1.1&content-type=text/plain
47
48 Index: urxvt-font-size-99999999.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-misc/urxvt-font-size/urxvt-font-size-99999999.ebuild,v 1.1 2014/05/02 05:00:30 radhermit Exp $
53
54 EAPI=5
55 inherit multilib
56
57 if [[ ${PV} == 9999* ]]; then
58 EGIT_REPO_URI="git://github.com/majutsushi/urxvt-font-size.git"
59 inherit git-r3
60 else
61 KEYWORDS="~amd64 ~x86"
62 SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.tar.gz"
63 fi
64
65 DESCRIPTION="Perl extension for rxvt-unicode to change the font size on the fly"
66 HOMEPAGE="https://github.com/majutsushi/urxvt-font-size/"
67
68 LICENSE="MIT"
69 SLOT="0"
70
71 RDEPEND="x11-terms/rxvt-unicode[perl]"
72
73 src_install() {
74 insinto /usr/$(get_libdir)/urxvt/perl
75 doins font-size
76 dodoc README.markdown
77 }