summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/ksoprano/ksoprano-0.2-r1.ebuild')
-rw-r--r--kde-misc/ksoprano/ksoprano-0.2-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-misc/ksoprano/ksoprano-0.2-r1.ebuild b/kde-misc/ksoprano/ksoprano-0.2-r1.ebuild
deleted file mode 100644
index d88da639d013..000000000000
--- a/kde-misc/ksoprano/ksoprano-0.2-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_MINIMAL="4.13.1"
-inherit kde4-base
-
-DESCRIPTION="A GUI for querying and manipulating RDF data"
-HOMEPAGE="http://www.kde-apps.org/content/show.php?content=116756"
-SRC_URI="http://kde-apps.org/CONTENT/content-files/116756-${PN}.tgz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- $(add_kdebase_dep kdelibs 'nepomuk')
-"
-RDEPEND="${DEPEND}
- $(add_kdeapps_dep nepomuk)
-"
-
-S="${WORKDIR}/${PN}"