Added README file for .wklejrc config file also optimized the script Reproducible: Always
Created attachment 192705 [details] wklej-0.1.7.ebuild
anyway anyone knows what is going on with Jurek?
Comment on attachment 192705 [details] wklej-0.1.7.ebuild ><HTML><HEAD/><BODY><PRE># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-text/wklej/wklej-0.1.6.ebuild,v 1.3 2009/02/24 21:03:16 mr_bones_ Exp $ > >EAPI=2 > >inherit eutils > >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}" >RDEPEND="dev-lang/python > vim? ( app-editors/vim[python] )" > >src_install() { > if use vim; then > insinto /usr/share/vim/vimfiles/plugin > doins "${WORKDIR}"/${PN}.vim > fi > > dobin "${WORKDIR}"/${PN} > dodoc "${WORKDIR}"/README > > elog "A new feature was added since version 0.1.6" > elog "Now you can use ~/.wklejrc which allows you to pastebin as" > elog "an authorized user." > elog "Check out the README file in /usr/share/doc/${PN}-${PV}/README" >} > ></PRE></BODY></HTML>
Created attachment 192709 [details] wklej-0.1.7.ebuild
Created attachment 192710 [details] wklej-0.1.7.ebuild
+*wklej-0.1.7 (01 Jun 2009) + + 01 Jun 2009; Dawid Węgliński <cla@gentoo.org> +wklej-0.1.7.ebuild: + Version bump (bug #271525)