summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin41177 -> 41185 bytes
-rw-r--r--eclass/freedict.eclass18
-rw-r--r--eclass/kde4-base.eclass2
-rw-r--r--eclass/kde4-functions.eclass2
4 files changed, 14 insertions, 8 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index cb04227b679b..a0e526c81d66 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
diff --git a/eclass/freedict.eclass b/eclass/freedict.eclass
index 06419626d348..b795f53f9541 100644
--- a/eclass/freedict.eclass
+++ b/eclass/freedict.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: freedict.eclass
@@ -21,21 +21,23 @@
# @DESCRIPTION:
# Please see above for a description.
-inherit eutils multilib
-
-IUSE=""
+case ${EAPI:-0} in
+ 6) ;;
+ *) die "${ECLASS}.eclass is banned in EAPI=${EAPI}" ;;
+esac
MY_P=${PN/freedict-/}
-S="${WORKDIR}"
DESCRIPTION="Freedict for language translation from ${FORLANG} to ${TOLANG}"
-HOMEPAGE="http://www.freedict.de"
+HOMEPAGE="http://freedict.sourceforge.net/"
SRC_URI="http://freedict.sourceforge.net/download/linux/${MY_P}.tar.gz"
+LICENSE="GPL-2+"
SLOT="0"
-LICENSE="GPL-2"
-DEPEND="app-text/dictd"
+RDEPEND="app-text/dictd"
+
+S="${WORKDIR}"
# @FUNCTION: freedict_src_install
# @DESCRIPTION:
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index a3cc79b7ac93..8abade2677d4 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -1,6 +1,8 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# @DEAD
+# Removal on 2018-05-03.
# @ECLASS: kde4-base.eclass
# @MAINTAINER:
# kde@gentoo.org
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 4fdd299948d2..98f972c3acae 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -1,6 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# @DEAD
+# Removal on 2018-05-03.
# @ECLASS: kde4-functions.eclass
# @MAINTAINER:
# kde@gentoo.org