6de3d1c704
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1322 6952d904-891a-0410-993b-d76249ca496b
22 lines
593 B
Bash
22 lines
593 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
KDE_MINIMAL="4.1"
|
|
KMNAME="playground/pim/kblogger"
|
|
inherit kde4-base subversion
|
|
ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/playground/pim/${PN}/@{${PV/1.0_pre/}}"
|
|
|
|
DESCRIPTION="KBlogger is a simple to use blogging application for the K Destkop Environment."
|
|
HOMEPAGE="http://kblogger.pwsp.net/"
|
|
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~x86 ~amd64"
|
|
SLOT="1"
|
|
IUSE=""
|
|
|
|
DEPEND=">=kde-base/kdelibs-${KDE_MINIMAL}
|
|
>=kde-base/kdepimlibs-${KDE_MINIMAL}"
|
|
RDEPEND="${DEPEND}"
|