radhermit    15/02/21 23:18:16

  Modified:             ChangeLog
  Added:                urxvt-font-size-1.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  Changes    Path
1.7                  x11-misc/urxvt-font-size/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   12 Oct 2014 09:00:42 -0000      1.6
+++ ChangeLog   21 Feb 2015 23:18:16 -0000      1.7
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/urxvt-font-size
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog,v 1.6 
2014/10/12 09:00:42 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog,v 1.7 
2015/02/21 23:18:16 radhermit Exp $
+
+*urxvt-font-size-1.1 (21 Feb 2015)
+
+  21 Feb 2015; Tim Harder <[email protected]> +urxvt-font-size-1.1.ebuild:
+  Version bump.
 
   12 Oct 2014; Agostino Sarubbo <[email protected]>
   urxvt-font-size-20140501-r1.ebuild:



1.1                  x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild?rev=1.1&content-type=text/plain

Index: urxvt-font-size-1.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild,v 
1.1 2015/02/21 23:18:16 radhermit Exp $

EAPI=5
inherit multilib

if [[ ${PV} == 9999* ]]; then
        EGIT_REPO_URI="git://github.com/majutsushi/urxvt-font-size.git"
        inherit git-r3
else
        KEYWORDS="~amd64 ~x86"
        SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
fi

DESCRIPTION="Perl extension for rxvt-unicode to change the font size on the fly"
HOMEPAGE="https://github.com/majutsushi/urxvt-font-size/";

LICENSE="MIT"
SLOT="0"

RDEPEND="
        x11-apps/xlsfonts
        x11-terms/rxvt-unicode[perl]
"

src_install() {
        insinto /usr/$(get_libdir)/urxvt/perl
        doins font-size
        dodoc README.markdown
}




Reply via email to