radhermit 14/05/02 05:00:30 Modified: ChangeLog Added: urxvt-font-size-99999999.ebuild Removed: urxvt-font-size-9999.ebuild Log: Use proper version number for live ebuild. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.2 x11-misc/urxvt-font-size/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 2 May 2014 04:57:56 -0000 1.1 +++ ChangeLog 2 May 2014 05:00:30 -0000 1.2 @@ -1,6 +1,12 @@ # 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.1 2014/05/02 04:57:56 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/urxvt-font-size/ChangeLog,v 1.2 2014/05/02 05:00:30 radhermit Exp $ + +*urxvt-font-size-99999999 (02 May 2014) + + 02 May 2014; Tim Harder <[email protected]> -urxvt-font-size-9999.ebuild, + +urxvt-font-size-99999999.ebuild: + Use proper version number for live ebuild. *urxvt-font-size-20140501 (02 May 2014) *urxvt-font-size-9999 (02 May 2014) 1.1 x11-misc/urxvt-font-size/urxvt-font-size-99999999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-font-size/urxvt-font-size-99999999.ebuild?rev=1.1&view=markup 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 Index: urxvt-font-size-99999999.ebuild =================================================================== # Copyright 1999-2014 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-99999999.ebuild,v 1.1 2014/05/02 05:00:30 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="http://dev.gentoo.org/~radhermit/dist/${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-terms/rxvt-unicode[perl]" src_install() { insinto /usr/$(get_libdir)/urxvt/perl doins font-size dodoc README.markdown }
