radhermit 15/05/16 19:42:28 Modified: ChangeLog Added: urxvt-perls-2.2.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.7 x11-misc/urxvt-perls/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-perls/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-perls/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-perls/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/urxvt-perls/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 21 Feb 2015 23:23:25 -0000 1.6 +++ ChangeLog 16 May 2015 19:42:28 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/urxvt-perls # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/urxvt-perls/ChangeLog,v 1.6 2015/02/21 23:23:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/urxvt-perls/ChangeLog,v 1.7 2015/05/16 19:42:28 radhermit Exp $ + +*urxvt-perls-2.2 (16 May 2015) + + 16 May 2015; Tim Harder <[email protected]> +urxvt-perls-2.2.ebuild: + Version bump. 21 Feb 2015; Tim Harder <[email protected]> urxvt-perls-2.1.ebuild: Stabilize for amd64/x86. 1.1 x11-misc/urxvt-perls/urxvt-perls-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-perls/urxvt-perls-2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/urxvt-perls/urxvt-perls-2.2.ebuild?rev=1.1&content-type=text/plain Index: urxvt-perls-2.2.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-perls/urxvt-perls-2.2.ebuild,v 1.1 2015/05/16 19:42:28 radhermit Exp $ EAPI=5 inherit multilib DESCRIPTION="Perl extensions for rxvt-unicode" HOMEPAGE="https://github.com/muennich/urxvt-perls" SRC_URI="https://github.com/muennich/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" RDEPEND="x11-misc/xsel x11-terms/rxvt-unicode[perl]" src_install() { insinto /usr/$(get_libdir)/urxvt/perl doins clipboard keyboard-select url-select dodoc README.md }
