summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-04 19:30:13 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-04 19:30:38 +0100
commit769e420c537c7c513d70249f655f3127f143a197 (patch)
tree393a1e394fdf0e391bc35d231716ef22d49f5527 /kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild
parentkde-misc/kolor-manager: Version bump 1.1.0 (diff)
downloadgentoo-769e420c537c7c513d70249f655f3127f143a197.tar.gz
gentoo-769e420c537c7c513d70249f655f3127f143a197.tar.bz2
gentoo-769e420c537c7c513d70249f655f3127f143a197.zip
kde-misc/kolor-manager: Drop slot 4
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild')
-rw-r--r--kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild b/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild
deleted file mode 100644
index d98ccf5de60c..000000000000
--- a/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="KControl module for Oyranos CMS cross desktop settings"
-HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=Kolor-manager"
-SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
-
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=media-libs/oyranos-0.9.5
- media-libs/libXcm
- x11-libs/libX11
- x11-libs/libXrandr
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-cmake-3.patch" )