mgorny 15/01/18 23:14:57 Modified: ChangeLog Added: wklej-0.2.1-r1.ebuild Log: Convert to python-single-r1. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.28 app-text/wklej/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wklej/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wklej/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wklej/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 30 Mar 2011 21:29:02 -0000 1.27 +++ ChangeLog 18 Jan 2015 23:14:57 -0000 1.28 @@ -1,6 +1,11 @@ # ChangeLog for app-text/wklej -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v 1.27 2011/03/30 21:29:02 aidecoe Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v 1.28 2015/01/18 23:14:57 mgorny Exp $ + +*wklej-0.2.1-r1 (18 Jan 2015) + + 18 Jan 2015; Michał Górny <mgo...@gentoo.org> +wklej-0.2.1-r1.ebuild: + Convert to python-single-r1. 30 Mar 2011; Amadeusz Żołnowski <aide...@gentoo.org> metadata.xml: aidecoe has taken over the maintenance. @@ -68,4 +73,3 @@ +wklej-0.1.5.ebuild: Version bump (thanks to Antoni <awaria at chopin.edu.pl> and Paweł <pkilian at wklej.org> for working on ebuild - 1.1 app-text/wklej/wklej-0.2.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wklej/wklej-0.2.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wklej/wklej-0.2.1-r1.ebuild?rev=1.1&content-type=text/plain Index: wklej-0.2.1-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/wklej/wklej-0.2.1-r1.ebuild,v 1.1 2015/01/18 23:14:57 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit python-single-r1 DESCRIPTION="A wklej.org submitter" HOMEPAGE="http://wklej.org" SRC_URI="http://wklej.org/m/apps/wklej-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="+vim" DEPEND="" RDEPEND="vim? ( app-editors/vim[python,$(python_gen_usedep 'python2*')] )" # the vim script works is python2-only... REQUIRED_USE="vim? ( ^^ ( $(python_gen_useflags 'python2*') ) )" S=${WORKDIR} src_install() { if use vim; then insinto /usr/share/vim/vimfiles/plugin doins ${PN}.vim fi python_doscript ${PN} dodoc README wklejrc }