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.5-r1.ebuild
Date: Sun, 23 Nov 2008 16:12:40
Message-Id: E1L4HZd-00081v-KP@stork.gentoo.org
1 cla 08/11/23 16:12:37
2
3 Modified: ChangeLog
4 Added: wklej-0.1.5-r1.ebuild
5 Log:
6 Bump for EAPI2 support (bug #246919)
7 (Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice x86_64)
8
9 Revision Changes Path
10 1.15 app-text/wklej/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wklej/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wklej/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wklej/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 18 Oct 2008 14:09:14 -0000 1.14
23 +++ ChangeLog 23 Nov 2008 16:12:37 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/wklej
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v 1.14 2008/10/18 14:09:14 cla Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v 1.15 2008/11/23 16:12:37 cla Exp $
29 +
30 +*wklej-0.1.5-r1 (23 Nov 2008)
31 +
32 + 23 Nov 2008; Dawid Węgliński <cla@g.o> +wklej-0.1.5-r1.ebuild:
33 + Bump for EAPI2 support (bug #246919)
34
35 18 Oct 2008; Dawid Węgliński <cla@g.o> wklej-0.1.5.ebuild:
36 Keyword ~x86-fbsd (bug #242362)
37
38
39
40 1.1 app-text/wklej/wklej-0.1.5-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wklej/wklej-0.1.5-r1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wklej/wklej-0.1.5-r1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: wklej-0.1.5-r1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 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.5-r1.ebuild,v 1.1 2008/11/23 16:12:37 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
72 fi
73
74 dobin "${WORKDIR}"/${PN}
75 }