2008-12-08 20:43:30 +01:00
|
|
|
# Copyright 1999-2008 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
2008-12-19 23:42:11 +01:00
|
|
|
EAPI="2"
|
2008-12-08 20:43:30 +01:00
|
|
|
|
2008-12-19 23:42:11 +01:00
|
|
|
KDE_MINIMAL="4.0"
|
2008-12-08 20:54:41 +01:00
|
|
|
inherit kde4-base
|
2008-12-08 20:43:30 +01:00
|
|
|
|
|
|
|
# Install to KDEDIR rather than /usr, to slot properly.
|
|
|
|
PREFIX="${KDEDIR}"
|
|
|
|
|
|
|
|
MY_P="${P/_/-}"
|
|
|
|
DESCRIPTION="KBlogger is a simple to use blogging application for the K Destkop Environment."
|
|
|
|
HOMEPAGE="http://kblogger.pwsp.net/"
|
|
|
|
SRC_URI="http://${PN}.pwsp.net/files/${MY_P}.tar.bz2"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
KEYWORDS=""
|
2008-12-19 23:42:11 +01:00
|
|
|
SLOT="1"
|
2008-12-08 20:43:30 +01:00
|
|
|
IUSE=""
|
|
|
|
|
2008-12-19 23:42:11 +01:00
|
|
|
DEPEND=">=kde-base/kdelibs-${KDE_MINIMAL}
|
|
|
|
>=kde-base/kdepimlibs-${KDE_MINIMAL}"
|
2008-12-08 20:43:30 +01:00
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
S="${WORKDIR}/${PN}"
|