ChangeLog

# ChangeLog for kde-misc/kio-sword
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-sword/ChangeLog,v 1.5 2007/03/19 17:38:04 kloeri Exp $

19 Mar 2007; Bryan Østergaard metadata.xml:
Remove squinky86 from metadata.xml due to retirement.

05 Jan 2007; Diego Pettenò kio-sword-0.2.ebuild:
Convert to use elog.

19 Jun 2006; Andrej Kacian kio-sword-0.2.ebuild:
Stable on x86. Bug #137139.

18 Jun 2006; Jon Hood kio-sword-0.2.ebuild:
Stable on amd64.

*kio-sword-0.2 (28 Apr 2006)

28 Apr 2006; Jon Hood +metadata.xml,
+kio-sword-0.2.ebuild:
Initial import, #88577. This kio module allows konqueror to display
information through the sword library. Thanks to Thomas Bettler
for this ebuild.

Manifest

DIST kio-sword_0.2.tar.gz 781999 RMD160 6bfac74dc7b60c51fdb5741f239b12cc2a47ce92 SHA1 8aca313c32b2def153da0bc7d74e7b7b9ec26c3e SHA256 cfa3316726ca7ee8e8489bf451269fd33a91ea18315ad8b0f4764e62d0541339
EBUILD kio-sword-0.2.ebuild 808 RMD160 296b2ec3cd25f371dcc6042f0826509ed460bdeb SHA1 b3fd138f15f936bddff7273230111321467ddd3b SHA256 860b1a11828010c2650690dc60c72ede6bf842660df1f50b24e56fa36265bbd9
MISC ChangeLog 921 RMD160 793f5e7680e450e2e7d97b9d1dcd181b61d90b89 SHA1 999e6fac62fb1ee475967c1e3ef15ee6ece54742 SHA256 2f2c16a23f0dd22e3808d3a6764106b601c1fda9044e5faea0cbc8a3f0fd3022
MISC metadata.xml 225 RMD160 85b15c992c3c155290f10acea186147d766b0620 SHA1 31c995eec7e4afb352888c1d9c65e9107f894d0b SHA256 1dab477a800b766fe838154618bd7769afe79f427f3c05fa155ee1a411f5c006

kio-sword-0.2.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-sword/kio-sword-0.2.ebuild,v 1.4 2007/01/05 17:02:23 flameeyes Exp $

inherit kde eutils

DESCRIPTION="a nice kio handler to sword"
HOMEPAGE="http://lukeplant.me.uk/kio-sword/"
SRC_URI="http://lukeplant.me.uk/kio-sword/downloads/${PN}_${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""

DEPEND=""
RDEPEND=">=app-text/sword-1.5.8"

S=${WORKDIR}/${PN/-/_}-${PV}

need-kde 3.3

src_unpack() {
unpack ${A}
cd ${S}
epatch sword_1_5_8_fix.patch
}

pkg_postinst() {
elog "It is recommended that you have modules installed for sword."
elog "Gentoo provides the \"sword-modules\" package for convenience:"
elog "\temerge sword-modules"
}

metadata.xml




theology

theology@gentoo.org