summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-20 17:59:16 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-20 18:02:01 +0100
commit5e0dc47ed32d61203ee59869a9f62beda2596bf3 (patch)
tree8f45af1717fa7c932393347c28d3cd083a485867 /kde-misc/wicd-client-kde/wicd-client-kde-0.3.1-r1.ebuild
parentkde-misc/synaptiks: Remove last-rited pkg (diff)
downloadgentoo-5e0dc47ed32d61203ee59869a9f62beda2596bf3.tar.gz
gentoo-5e0dc47ed32d61203ee59869a9f62beda2596bf3.tar.bz2
gentoo-5e0dc47ed32d61203ee59869a9f62beda2596bf3.zip
kde-misc/wicd-client-kde: Remove last-rited pkg
Diffstat (limited to 'kde-misc/wicd-client-kde/wicd-client-kde-0.3.1-r1.ebuild')
-rw-r--r--kde-misc/wicd-client-kde/wicd-client-kde-0.3.1-r1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/kde-misc/wicd-client-kde/wicd-client-kde-0.3.1-r1.ebuild b/kde-misc/wicd-client-kde/wicd-client-kde-0.3.1-r1.ebuild
deleted file mode 100644
index bb8a0eb5bd34..000000000000
--- a/kde-misc/wicd-client-kde/wicd-client-kde-0.3.1-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# Incompatible linguas handling
-# KDE_LINGUAS="cs da de el en_GB es et fr hu it lt nb nds nl pa pl pt pt_BR ru sv
-# uk zh_CN zh_TW"
-EGIT_REPONAME="wicd-kde"
-MY_P=${P/-client/}
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 kde4-base
-
-DESCRIPTION="Wicd client built on the KDE Development Platform"
-HOMEPAGE="http://kde-apps.org/content/show.php/Wicd+Client+KDE?content=132366"
-[[ ${PV} == *9999 ]] || \
- SRC_URI="http://kde-apps.org/CONTENT/content-files/132366-${MY_P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- net-misc/wicd"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN/-client/}
-
-pkg_setup() {
- python-single-r1_pkg_setup
- kde4-base_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- -DPYTHONBIN=/usr/bin/python2
- )
-
- kde4-base_src_configure
-}