aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-22 16:55:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-22 17:55:54 +0200
commit22ae4cb7609388617a20331e42d7a0833d23c69b (patch)
tree3b7d85c99ca447619cddf83560ea7d99eb93d5e9
parentsets: Drop slot 4 deps from KDE Applications live (diff)
downloadkde-22ae4cb7609388617a20331e42d7a0833d23c69b.tar.gz
kde-22ae4cb7609388617a20331e42d7a0833d23c69b.tar.bz2
kde-22ae4cb7609388617a20331e42d7a0833d23c69b.zip
kde-apps: Drop slot 4 live ebuilds
Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r--kde-apps/jovie/jovie-9999.ebuild17
-rw-r--r--kde-apps/juk/juk-9999.ebuild28
-rw-r--r--kde-apps/kaccessible/kaccessible-9999.ebuild20
-rw-r--r--kde-apps/kdewebdev-meta/kdewebdev-meta-9999.ebuild20
-rw-r--r--kde-apps/kfilereplace/kfilereplace-9999.ebuild12
-rw-r--r--kde-apps/kget/kget-9999.ebuild36
-rw-r--r--kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild12
-rw-r--r--kde-apps/klinkstatus/klinkstatus-9999.ebuild34
-rw-r--r--kde-apps/kmouth/kmouth-9999.ebuild12
-rw-r--r--kde-apps/kolf/kolf-9999.ebuild21
-rw-r--r--kde-apps/kopete/kopete-9999.ebuild165
-rw-r--r--kde-apps/kppp/kppp-9999.ebuild16
-rw-r--r--kde-apps/kremotecontrol/kremotecontrol-9999.ebuild17
-rw-r--r--kde-apps/ksaneplugin/ksaneplugin-9999.ebuild15
-rw-r--r--kde-apps/kscd/kscd-9999.ebuild17
-rw-r--r--kde-apps/ksirk/ksirk-9999.ebuild23
-rw-r--r--kde-apps/palapeli/palapeli-9999.ebuild15
-rw-r--r--kde-apps/sweeper/sweeper-9999.ebuild13
-rw-r--r--kde-apps/zeroconf-ioslave/zeroconf-ioslave-9999.ebuild10
19 files changed, 0 insertions, 503 deletions
diff --git a/kde-apps/jovie/jovie-9999.ebuild b/kde-apps/jovie/jovie-9999.ebuild
deleted file mode 100644
index f16e2ea1e7..0000000000
--- a/kde-apps/jovie/jovie-9999.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Text to speech application"
-HOMEPAGE="https://www.kde.org/applications/utilities/jovie/"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
- app-accessibility/speech-dispatcher
-"
-RDEPEND="${DEPEND}"
diff --git a/kde-apps/juk/juk-9999.ebuild b/kde-apps/juk/juk-9999.ebuild
deleted file mode 100644
index c73f04ff61..0000000000
--- a/kde-apps/juk/juk-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# QT3SUPPORT_REQUIRED
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Jukebox and music manager by KDE"
-HOMEPAGE="https://www.kde.org/applications/multimedia/juk/"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
- media-libs/phonon[qt4]
- >=media-libs/taglib-1.6
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- # bug 410551: for disabling deprecated TunePimp support
- local mycmakeargs=(
- -DWITH_TunePimp=OFF
- )
-
- kde4-base_src_configure
-}
diff --git a/kde-apps/kaccessible/kaccessible-9999.ebuild b/kde-apps/kaccessible/kaccessible-9999.ebuild
deleted file mode 100644
index 1245b31804..0000000000
--- a/kde-apps/kaccessible/kaccessible-9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="Provides accessibility services like focus tracking"
-KEYWORDS=""
-IUSE="debug +speechd"
-
-DEPEND="speechd? ( app-accessibility/speech-dispatcher )"
-RDEPEND=${DEPEND}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_Speechd=$(usex speechd)
- )
- kde4-base_src_configure
-}
diff --git a/kde-apps/kdewebdev-meta/kdewebdev-meta-9999.ebuild b/kde-apps/kdewebdev-meta/kdewebdev-meta-9999.ebuild
deleted file mode 100644
index c3241e72d1..0000000000
--- a/kde-apps/kdewebdev-meta/kdewebdev-meta-9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="KDE WebDev - merge this to pull in all kdewebdev-derived packages"
-KEYWORDS=""
-IUSE="nls"
-
-[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
-
-# FIXME: Add back when ported
-# $(add_kdeapps_dep klinkstatus)
-RDEPEND="
- $(add_kdeapps_dep kfilereplace)
- $(add_kdeapps_dep kimagemapeditor)
- nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) )
-"
diff --git a/kde-apps/kfilereplace/kfilereplace-9999.ebuild b/kde-apps/kfilereplace/kfilereplace-9999.ebuild
deleted file mode 100644
index dcbe4dde67..0000000000
--- a/kde-apps/kfilereplace/kfilereplace-9999.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Powerful tool to search and replace in multiple files"
-HOMEPAGE="https://www.kde.org/applications/utilities/kfilereplace/"
-KEYWORDS=""
-IUSE="debug"
diff --git a/kde-apps/kget/kget-9999.ebuild b/kde-apps/kget/kget-9999.ebuild
deleted file mode 100644
index ba329ed752..0000000000
--- a/kde-apps/kget/kget-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Advanced download manager by KDE"
-HOMEPAGE="https://www.kde.org/applications/internet/kget/"
-KEYWORDS=""
-IUSE="debug bittorrent mms sqlite"
-
-RDEPEND="
- app-crypt/qca:2[qt4]
- bittorrent? ( >=net-libs/libktorrent-1.0.3:4 )
- mms? ( media-libs/libmms )
- sqlite? ( dev-db/sqlite:3 )
-"
-DEPEND="${RDEPEND}
- dev-libs/boost
-"
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_KDE4Workspace=OFF
- -DWITH_NepomukCore=OFF
- -DWITH_NepomukWidgets=OFF
- -DWITH_QGpgme=OFF
- -DWITH_KTorrent=$(usex bittorrent)
- -DWITH_LibMms=$(usex mms)
- -DWITH_Sqlite=$(usex sqlite)
- )
-
- kde4-base_src_configure
-}
diff --git a/kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild b/kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild
deleted file mode 100644
index acfa34d714..0000000000
--- a/kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE web development - image map editor"
-HOMEPAGE="https://www.kde.org/applications/development/kimagemapeditor/"
-KEYWORDS=""
-IUSE="debug"
diff --git a/kde-apps/klinkstatus/klinkstatus-9999.ebuild b/kde-apps/klinkstatus/klinkstatus-9999.ebuild
deleted file mode 100644
index 519bb0023a..0000000000
--- a/kde-apps/klinkstatus/klinkstatus-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE web development - link validity checker"
-HOMEPAGE="https://www.kde.org/applications/development/klinkstatus/"
-KEYWORDS=""
-IUSE="debug tidy"
-
-DEPEND="
- $(add_kdeapps_dep kdepimlibs)
- tidy? ( app-text/htmltidy )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_LibTidy=$(usex tidy)
- )
-
- kde4-base_src_configure
-}
-
-pkg_postinst() {
- kde4-base_pkg_postinst
-
- if ! has_version dev-lang/ruby ; then
- elog "To use scripting in ${PN}, install dev-lang/ruby."
- fi
-}
diff --git a/kde-apps/kmouth/kmouth-9999.ebuild b/kde-apps/kmouth/kmouth-9999.ebuild
deleted file mode 100644
index 8a0816927f..0000000000
--- a/kde-apps/kmouth/kmouth-9999.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Text-to-speech synthesizer front end"
-HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/"
-KEYWORDS=""
-IUSE="debug"
diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild
deleted file mode 100644
index d8196df80b..0000000000
--- a/kde-apps/kolf/kolf-9999.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_SELINUX_MODULE="games"
-inherit kde4-base
-
-DESCRIPTION="Minigolf Game by KDE"
-HOMEPAGE="
- https://www.kde.org/applications/games/kolf/
- https://games.kde.org/game.php?game=kolf
-"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
- $(add_kdeapps_dep libkdegames)
-"
-RDEPEND="${DEPEND}"
diff --git a/kde-apps/kopete/kopete-9999.ebuild b/kde-apps/kopete/kopete-9999.ebuild
deleted file mode 100644
index 9786c7e276..0000000000
--- a/kde-apps/kopete/kopete-9999.ebuild
+++ /dev/null
@@ -1,165 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE multi-protocol IM client"
-HOMEPAGE="https://kopete.kde.org https://www.kde.org/applications/internet/kopete"
-KEYWORDS=""
-IUSE="debug ssl v4l"
-
-# tests hang, last checked for 4.2.96
-RESTRICT+=" test"
-
-# Available plugins
-#
-# addbookmarks: NO DEPS
-# alias: NO DEPS (disabled upstream)
-# autoreplace: NO DEPS
-# contactnotes: NO DEPS
-# cryptography: kde-apps/kdepim-common-libs:4 or kde-apps/libkleo:4
-# highlight: NO DEPS
-# history: NO DEPS
-# latex: virtual/latex as RDEPEND
-# nowlistening: NO DEPS
-# otr: libotr
-# pipes: NO DEPS
-# privacy: NO DEPS
-# statistics: dev-db/sqlite:3
-# texteffect: NO DEPS
-# translator: NO DEPS
-# urlpicpreview: NO DEPS
-# webpresence: libxml2 libxslt
-# NOTE: By default we enable all plugins that don't have any dependencies
-PLUGINS="+addbookmarks +autoreplace +contactnotes cryptography +highlight
-+history latex +nowlistening otr +pipes +privacy +statistics +texteffect
-+translator +urlpicpreview webpresence"
-
-# Available protocols
-#
-# gadu: net-libs/libgadu @since 4.3
-# groupwise: app-crypt/qca:2
-# irc: NO DEPS, probably will fail so inform user about it
-# xmpp: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK
-# jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM
-# meanwhile: net-libs/meanwhile
-# oscar: NO DEPS
-# telepathy: net-libs/decibel
-# testbed: NO DEPS
-# winpopup: NO DEPS (we're adding samba as RDEPEND so it works)
-# yahoo: media-libs/jasper
-# zeroconf (bonjour): NO DEPS
-PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
-testbed winpopup +xmpp yahoo zeroconf"
-
-# disabled protocols
-# telepathy: net-libs/decibel
-# irc: NO DEPS
-# msn: net-libs/libmsn
-# qq: NO DEPS
-
-IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"
-
-COMMONDEPEND="
- $(add_kdeapps_dep kdepimlibs '' 4.14.10_p20160611)
- dev-libs/libpcre
- >=dev-qt/qtgui-4.4.0:4[mng]
- kde-frameworks/kdelibs:4[zeroconf?]
- media-libs/phonon[qt4]
- media-libs/qimageblitz[-qt5(-)]
- !aqua? (
- x11-libs/libX11
- x11-libs/libXScrnSaver
- )
- cryptography? (
- || (
- $(add_kdeapps_dep kdepim-common-libs)
- $(add_kdeapps_dep libkleo '' 4.4.2016.01-r1)
- )
- )
- gadu? ( >=net-libs/libgadu-1.8.0[threads] )
- groupwise? ( app-crypt/qca:2[qt4(+)] )
- jingle? (
- dev-libs/expat
- dev-libs/openssl:0
- >=media-libs/mediastreamer-2.3.0
- net-libs/libsrtp:=
- net-libs/ortp:=
- )
- meanwhile? ( net-libs/meanwhile )
- otr? ( >=net-libs/libotr-4.0.0 )
- statistics? ( dev-db/sqlite:3 )
- v4l? ( media-libs/libv4l )
- webpresence? (
- dev-libs/libxml2
- dev-libs/libxslt
- )
- xmpp? (
- app-crypt/qca:2[qt4(+)]
- dev-libs/qjson
- net-dns/libidn
- sys-libs/zlib
- )
- yahoo? ( media-libs/jasper )
-"
-RDEPEND="${COMMONDEPEND}
- !=kde-apps/kdepimlibs-4.14.11_pre20160211*
- jingle? ( media-libs/speex )
- latex? (
- virtual/imagemagick-tools
- virtual/latex-base
- )
- ssl? ( app-crypt/qca:2[ssl] )
- winpopup? ( net-fs/samba )
-"
-DEPEND="${COMMONDEPEND}
- jingle? ( dev-libs/jsoncpp )
- !aqua? ( x11-proto/scrnsaverproto )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-17.04.0-kde4qgpgme.patch" )
-
-src_configure() {
- local x x2
- # Handle common stuff
- local mycmakeargs=(
- -DWITH_LiboRTP=$(usex jingle)
- -DWITH_Mediastreamer=$(usex jingle)
- -DDISABLE_VIDEOSUPPORT=$(usex !v4l)
- )
- # enable protocols
- for x in ${PROTOCOLS}; do
- case ${x/+/} in
- jingle) x2=libjingle ;;
- xmpp) x2=jabber ;;
- zeroconf) x2=bonjour ;;
- *) x2=${x/+/} ;;
- esac
- mycmakeargs+=( -DWITH_${x2}=$(usex ${x/+/}) )
- done
-
- mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF -DWITH_sms=OFF )
-
- # enable plugins
- for x in ${PLUGINS}; do
- mycmakeargs+=( -DWITH_${x/+/}=$(usex ${x/+/}) )
- done
-
- kde4-base_src_configure
-}
-
-pkg_postinst() {
- kde4-base_pkg_postinst
-
- if ! use ssl; then
- if use xmpp ; then # || use irc; then
- if ! has_version "app-crypt/qca:2[ssl]" ; then
- elog "In order to use ssl in xmpp you'll need to"
- elog "install app-crypt/qca package with USE=ssl."
- fi
- fi
- fi
-}
diff --git a/kde-apps/kppp/kppp-9999.ebuild b/kde-apps/kppp/kppp-9999.ebuild
deleted file mode 100644
index f8c83f04e5..0000000000
--- a/kde-apps/kppp/kppp-9999.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="A dialer and front-end to pppd"
-HOMEPAGE="https://www.kde.org/applications/internet/kppp"
-KEYWORDS=""
-IUSE="debug"
-
-RDEPEND="
- net-dialup/ppp
-"
diff --git a/kde-apps/kremotecontrol/kremotecontrol-9999.ebuild b/kde-apps/kremotecontrol/kremotecontrol-9999.ebuild
deleted file mode 100644
index 7dbe5d53cd..0000000000
--- a/kde-apps/kremotecontrol/kremotecontrol-9999.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE frontend for the Linux Infrared Remote Control system"
-HOMEPAGE="https://www.kde.org/applications/utilities/kremotecontrol
-https://utils.kde.org/projects/kremotecontrol"
-KEYWORDS=""
-IUSE="debug"
-
-RDEPEND="
- app-misc/lirc
-"
diff --git a/kde-apps/ksaneplugin/ksaneplugin-9999.ebuild b/kde-apps/ksaneplugin/ksaneplugin-9999.ebuild
deleted file mode 100644
index 50da50647e..0000000000
--- a/kde-apps/ksaneplugin/ksaneplugin-9999.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="SANE Plugin by KDE"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
- $(add_kdeapps_dep libksane)
-"
-RDEPEND="${DEPEND}"
diff --git a/kde-apps/kscd/kscd-9999.ebuild b/kde-apps/kscd/kscd-9999.ebuild
deleted file mode 100644
index 2a5efdaee7..0000000000
--- a/kde-apps/kscd/kscd-9999.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="KDE CD player"
-HOMEPAGE="https://www.kde.org/applications/multimedia/kscd/"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
- media-libs/musicbrainz:3
- media-libs/phonon[qt4]
-"
-RDEPEND="${DEPEND}"
diff --git a/kde-apps/ksirk/ksirk-9999.ebuild b/kde-apps/ksirk/ksirk-9999.ebuild
deleted file mode 100644
index 96e573da86..0000000000
--- a/kde-apps/ksirk/ksirk-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Port of the board game risk"
-HOMEPAGE="
- https://www.kde.org/applications/games/ksirk/
- https://games.kde.org/game.php?game=ksirk
-"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
- $(add_kdeapps_dep libkdegames)
- app-crypt/qca:2[qt4]
- media-libs/phonon[qt4]
- sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
diff --git a/kde-apps/palapeli/palapeli-9999.ebuild b/kde-apps/palapeli/palapeli-9999.ebuild
deleted file mode 100644
index 21583d1b27..0000000000
--- a/kde-apps/palapeli/palapeli-9999.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE jigsaw puzzle game"
-HOMEPAGE="https://www.kde.org/applications/games/palapeli/"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="$(add_kdeapps_dep libkdegames)"
-RDEPEND="${DEPEND}"
diff --git a/kde-apps/sweeper/sweeper-9999.ebuild b/kde-apps/sweeper/sweeper-9999.ebuild
deleted file mode 100644
index a05274d3d4..0000000000
--- a/kde-apps/sweeper/sweeper-9999.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE Privacy Settings Widget"
-HOMEPAGE="https://www.kde.org/applications/utilities/sweeper
-https://utils.kde.org/projects/sweeper"
-KEYWORDS=""
-IUSE="debug"
diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-9999.ebuild b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-9999.ebuild
deleted file mode 100644
index 89afa03a93..0000000000
--- a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-9999.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module"
-KEYWORDS=""
-IUSE="debug"