Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/kio-sword: ChangeLog kio-sword-0.3.ebuild
Date: Mon, 02 Mar 2009 19:51:09
Message-Id: E1LeEAO-0005A9-07@stork.gentoo.org
1 patrick 09/03/02 19:51:07
2
3 Modified: ChangeLog
4 Added: kio-sword-0.3.ebuild
5 Log:
6 Bump to 0.3, fixes #251585, patch from Francisco Jose Canizares Santofimia
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 kde-misc/kio-sword/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kio-sword/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kio-sword/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kio-sword/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-misc/kio-sword/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 18 Dec 2008 14:52:40 -0000 1.6
23 +++ ChangeLog 2 Mar 2009 19:51:07 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-misc/kio-sword
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-sword/ChangeLog,v 1.6 2008/12/18 14:52:40 beandog Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-sword/ChangeLog,v 1.7 2009/03/02 19:51:07 patrick Exp $
30 +
31 +*kio-sword-0.3 (02 Mar 2009)
32 +
33 + 02 Mar 2009; Patrick Lauer <patrick@g.o>
34 + +files/kio_sword-build_fixes.patch, +kio-sword-0.3.ebuild:
35 + Bump to 0.3, fixes #251585, patch from Francisco Jose Canizares Santofimia
36
37 18 Dec 2008; Steve Dibb <beandog@g.o> kio-sword-0.2.ebuild:
38 Fix sword dep, bug 233257
39
40
41
42 1.1 kde-misc/kio-sword/kio-sword-0.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kio-sword/kio-sword-0.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kio-sword/kio-sword-0.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kio-sword-0.3.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-sword/kio-sword-0.3.ebuild,v 1.1 2009/03/02 19:51:07 patrick Exp $
52
53 inherit kde eutils toolchain-funcs flag-o-matic
54
55 DESCRIPTION="a nice kio handler to sword"
56 HOMEPAGE="http://lukeplant.me.uk/kio-sword/"
57 SRC_URI="mirror://sourceforge/kio-sword/kio_sword-${PV}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND=""
65 RDEPEND=">=app-text/sword-1.5.8"
66
67 S="${WORKDIR}/kio_sword-${PV}"
68 need-kde 3.3
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 epatch "${FILESDIR}"/kio_sword-build_fixes.patch
74 }
75
76 pkg_postinst() {
77 elog "It is recommended that you have modules installed for sword."
78 elog "Gentoo provides the \"sword-modules\" package for convenience:"
79 elog "\temerge sword-modules"
80 }