Gentoo Archives: gentoo-commits

From: "Dawid Weglinski (cla)" <cla@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/wklej: ChangeLog wklej-0.1.7.ebuild
Date: Mon, 01 Jun 2009 22:42:38
Message-Id: E1MBGDE-000218-6n@stork.gentoo.org
1 cla 09/06/01 22:42:36
2
3 Modified: ChangeLog
4 Added: wklej-0.1.7.ebuild
5 Log:
6 Version bump (bug #271525)
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.20 app-text/wklej/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wklej/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wklej/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wklej/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 30 May 2009 09:50:15 -0000 1.19
23 +++ ChangeLog 1 Jun 2009 22:42:36 -0000 1.20
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/wklej
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v 1.19 2009/05/30 09:50:15 gentoofan23 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v 1.20 2009/06/01 22:42:36 cla Exp $
29 +
30 +*wklej-0.1.7 (01 Jun 2009)
31 +
32 + 01 Jun 2009; Dawid Węgliński <cla@g.o> +wklej-0.1.7.ebuild:
33 + Version bump (bug #271525)
34
35 30 May 2009; Thomas Anderson <gentoofan23@g.o> wklej-0.1.6.ebuild:
36 stable amd64, bug 260125
37
38
39
40 1.1 app-text/wklej/wklej-0.1.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wklej/wklej-0.1.7.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wklej/wklej-0.1.7.ebuild?rev=1.1&content-type=text/plain
44
45 Index: wklej-0.1.7.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-text/wklej/wklej-0.1.7.ebuild,v 1.1 2009/06/01 22:42:36 cla Exp $
50
51 EAPI=2
52
53 inherit eutils
54
55 DESCRIPTION="A wklej.org submitter"
56 HOMEPAGE="http://wklej.org"
57 SRC_URI="http://wklej.org/m/apps/wklej-${PV}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
62 IUSE="+vim"
63
64 DEPEND="${RDEPEND}"
65 RDEPEND="dev-lang/python
66 vim? ( app-editors/vim[python] )"
67
68 src_install() {
69 if use vim; then
70 insinto /usr/share/vim/vimfiles/plugin
71 doins "${WORKDIR}"/${PN}.vim || die
72 fi
73
74 dobin "${WORKDIR}"/${PN} || die
75 dodoc "${WORKDIR}"/README || die
76
77 elog "A new feature was added since version 0.1.6"
78 elog "Now you can use ~/.wklejrc which allows you to pastebin as"
79 elog "an authorized user."
80 elog "Check out the README file in /usr/share/doc/${PN}-${PV}/README"
81 }