Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271525 - bump wklej-0.1.7
Summary: bump wklej-0.1.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Jurek Bartuszek (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-28 12:50 UTC by Paweł Kilian
Modified: 2009-06-01 22:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
wklej-0.1.7.ebuild (wklej-0.1.7.ebuild,899 bytes, text/plain)
2009-05-28 12:51 UTC, Paweł Kilian
Details
wklej-0.1.7.ebuild (wklej-0.1.7.ebuild,913 bytes, text/plain)
2009-05-28 12:57 UTC, Paweł Kilian
Details
wklej-0.1.7.ebuild (wklej-0.1.7.ebuild,920 bytes, text/plain)
2009-05-28 12:58 UTC, Paweł Kilian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Kilian 2009-05-28 12:50:52 UTC
Added README file for .wklejrc config file
also optimized the script

Reproducible: Always
Comment 1 Paweł Kilian 2009-05-28 12:51:54 UTC
Created attachment 192705 [details]
wklej-0.1.7.ebuild
Comment 2 Paweł Kilian 2009-05-28 12:55:09 UTC
anyway anyone knows what is going on with Jurek?
Comment 3 Paweł Kilian 2009-05-28 12:56:49 UTC
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>
Comment 4 Paweł Kilian 2009-05-28 12:57:02 UTC
Created attachment 192709 [details]
wklej-0.1.7.ebuild
Comment 5 Paweł Kilian 2009-05-28 12:58:27 UTC
Created attachment 192710 [details]
wklej-0.1.7.ebuild
Comment 6 Dawid Węgliński (RETIRED) gentoo-dev 2009-06-01 22:43:11 UTC
+*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)