summaryrefslogtreecommitdiff
path: root/plasma-active/bodega-client/bodega-client-0.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'plasma-active/bodega-client/bodega-client-0.1.ebuild')
-rw-r--r--plasma-active/bodega-client/bodega-client-0.1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/plasma-active/bodega-client/bodega-client-0.1.ebuild b/plasma-active/bodega-client/bodega-client-0.1.ebuild
deleted file mode 100644
index 232c8655f6d..00000000000
--- a/plasma-active/bodega-client/bodega-client-0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-DESCRIPTION="A content publishing and distribution platform for Plasma Active"
-HOMEPAGE="http://www.kde.org/"
-SRC_URI="mirror://kde/stable/active/3.0/src/${P}.tar.xz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="epub"
-
-DEPEND="
- dev-libs/qjson
- epub? ( dev-libs/soprano $(add_kdebase_dep nepomuk) )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-1.0-build.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package epub Soprano)
- $(cmake-utils_use_find_package epub Nepomuk)
- )
- kde4-base_src_configure
-}