add all my local ebuilds

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@602 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2008-12-08 19:43:30 +00:00
parent f4ff06f869
commit 6f340e9462
236 changed files with 5536 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
NEED_KDE="4.2"
inherit kde4overlay-base
# 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=""
SLOT="4.2"
IUSE=""
DEPEND=">=kde-base/kdelibs-4.0.0:${SLOT}
>=kde-base/kdepimlibs-4.0.0:${SLOT}"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"