diff options
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/socket-sentry/socket-sentry-9999.ebuild | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/kde-misc/socket-sentry/socket-sentry-9999.ebuild b/kde-misc/socket-sentry/socket-sentry-9999.ebuild index f530f16..ee474b1 100644 --- a/kde-misc/socket-sentry/socket-sentry-9999.ebuild +++ b/kde-misc/socket-sentry/socket-sentry-9999.ebuild @@ -1,22 +1,22 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=5 +EAPI=6 -inherit eutils user kde4-base git-r3 +inherit eutils user kde5 git-r3 -DESCRIPTION="Real-time network traffic monitor for KDE Plasma." -HOMEPAGE="http://kde-apps.org/content/show.php/Socket+Sentry?content=122348" -EGIT_REPO_URI="https://github.com/lmiphay/socket-sentry.git" +DESCRIPTION="Real-time network traffic monitor for KDE Plasma" +HOMEPAGE="https://github.com/rhasselbaum/socket-sentry" +EGIT_REPO_URI="https://github.com/rhasselbaum/socket-sentry.git" -LICENSE="GPL" +LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" DEPEND=" - $(add_kdebase_dep plasma-workspace) + $(add_plasma_dep plasma-workspace) net-libs/libpcap " RDEPEND="${DEPEND} @@ -25,8 +25,3 @@ RDEPEND="${DEPEND} pkg_setup() { enewgroup socketsentry } - -src_prepare() { - epatch "${FILESDIR}/CMakeLists.patch" - kde4-base_src_prepare -} |