diff options
author | Johannes Huber <johu@gentoo.org> | 2016-08-06 12:39:22 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-08-06 12:51:38 +0200 |
commit | c9589182c111f3550c30c9682f8c367408c2b0d8 (patch) | |
tree | 2ddd8fdae8ce5cef20a2255fa7783bbcdb5765bc /kde-base | |
parent | kde-apps/kdebindings-meta: Remove last-rited pkg (diff) | |
download | gentoo-c9589182c111f3550c30c9682f8c367408c2b0d8.tar.gz gentoo-c9589182c111f3550c30c9682f8c367408c2b0d8.tar.bz2 gentoo-c9589182c111f3550c30c9682f8c367408c2b0d8.zip |
kde-base/kimono: Remove last-rited pkg
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kimono/Manifest | 1 | ||||
-rw-r--r-- | kde-base/kimono/kimono-4.14.3.ebuild | 42 | ||||
-rw-r--r-- | kde-base/kimono/metadata.xml | 12 |
3 files changed, 0 insertions, 55 deletions
diff --git a/kde-base/kimono/Manifest b/kde-base/kimono/Manifest deleted file mode 100644 index 7c2b9ee1a4c7..000000000000 --- a/kde-base/kimono/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kimono-4.14.3.tar.xz 932672 SHA256 4e9e322a82d26fa9860dde38d9cc1a3e618aeced8762731d178ce1694cb7c19e SHA512 9705a660b7642feac358966aa3d05769de1d75c67a64c095c846c8151cb4af3a7b65b4e881716edae4b47262c454be7358b757c7539d72c5f0b92d685637e415 WHIRLPOOL 0b1a487315e1793d79759c3c2f873f4ec86ba18e49e050afa1304da5b232c3c99907bf4954f97d634f302b066c45f1d92e24575f7df4a2cabeac3c58717567f3 diff --git a/kde-base/kimono/kimono-4.14.3.ebuild b/kde-base/kimono/kimono-4.14.3.ebuild deleted file mode 100644 index 8d7a4fe453d0..000000000000 --- a/kde-base/kimono/kimono-4.14.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit mono-env kde4-base - -DESCRIPTION="C# bindings for KDE" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="akonadi debug plasma" - -DEPEND=" - dev-lang/mono - $(add_kdebase_dep qyoto 'webkit') - $(add_kdebase_dep smokeqt) - $(add_kdebase_dep smokekde) - plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) -" -RDEPEND="${DEPEND}" - -pkg_setup() { - mono-env_pkg_setup - kde4-base_pkg_setup -} - -src_prepare() { - kde4-base_src_prepare - - sed -i "/add_subdirectory( examples )/ s:^:#:" plasma/CMakeLists.txt -} - -src_configure() { - local mycmakeargs=( - -DWITH_Soprano=OFF - -DWITH_Nepomuk=OFF - $(cmake-utils_use_with akonadi) - $(cmake-utils_use_with akonadi KdepimLibs) - $(cmake-utils_use_disable plasma) - ) - kde4-base_src_configure -} diff --git a/kde-base/kimono/metadata.xml b/kde-base/kimono/metadata.xml deleted file mode 100644 index 064ee8acccd1..000000000000 --- a/kde-base/kimono/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <use> - <flag name="akonadi">Compile bindings for Akonadi</flag> - <flag name="plasma">Compile bindings for KDE's Plasma</flag> - </use> -</pkgmetadata> |