diff options
author | Paul Healy <lmiphay@gmail.com> | 2016-06-10 22:07:46 +0100 |
---|---|---|
committer | Paul Healy <lmiphay@gmail.com> | 2016-06-10 22:07:46 +0100 |
commit | 36ee9199d73242940128960aef70ceb5fa1294a4 (patch) | |
tree | 6779af4d02fe35f974f54fa14e91da6d00b0920b /kde-misc | |
parent | only amd64 for now (diff) | |
download | lmiphay-36ee9199d73242940128960aef70ceb5fa1294a4.tar.gz lmiphay-36ee9199d73242940128960aef70ceb5fa1294a4.tar.bz2 lmiphay-36ee9199d73242940128960aef70ceb5fa1294a4.zip |
placeholder update
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 -} |