kde-misc/kcm-ufw: Remove last-rited pkg
authorJohannes Huber <johu@gentoo.org>
Mon, 20 Feb 2017 16:57:07 +0000 (17:57 +0100)
committerJohannes Huber <johu@gentoo.org>
Mon, 20 Feb 2017 17:01:53 +0000 (18:01 +0100)
kde-misc/kcm-ufw/Manifest [deleted file]
kde-misc/kcm-ufw/files/kcm-ufw-0.4.3-linguas.patch [deleted file]
kde-misc/kcm-ufw/kcm-ufw-0.4.3-r1.ebuild [deleted file]
kde-misc/kcm-ufw/metadata.xml [deleted file]

diff --git a/kde-misc/kcm-ufw/Manifest b/kde-misc/kcm-ufw/Manifest
deleted file mode 100644 (file)
index ff2ce95..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcm_ufw-0.4.3.tar.bz2 766909 SHA256 b38ff531284904d4e5d54c7f63a0bb2a5c254f04551f67f844db65ff6ab54a10 SHA512 d2e638940a493eb31f9ba3fd1e9546caaa041d539da0bd16f9c6602ed5ea73edb852944e397749df4b843ec9c27ed3a8e6312aefd4693ceda42bccfd5a2804ba WHIRLPOOL c9e952057b4946f8852998249eb8dc8865aa559303a3c1d1154920d9ff0077d3be38373cd80b1861e26738d7033105d7cd4d90b20829af5bc3f22c6fb587cb7f
diff --git a/kde-misc/kcm-ufw/files/kcm-ufw-0.4.3-linguas.patch b/kde-misc/kcm-ufw/files/kcm-ufw-0.4.3-linguas.patch
deleted file mode 100644 (file)
index 6fc3c90..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Comply with standard KDE conventions so that linguas may be handled by the eclass,
-instead of implementing package-specific hacks.
-
---- po/CMakeLists.txt
-+++ po/CMakeLists.txt
-@@ -8,19 +8,7 @@
-     set(catalogname kcm_ufw)
-     add_custom_target(translations ALL)
-     
--    if (UFW_ES_TRANSLATION)
--        LIST(APPEND PO_FILES "${CMAKE_CURRENT_SOURCE_DIR}/es.po")
--    endif (UFW_ES_TRANSLATION)
--
--    if (UFW_FR_TRANSLATION)
--        LIST(APPEND PO_FILES "${CMAKE_CURRENT_SOURCE_DIR}/fr.po")
--    endif (UFW_FR_TRANSLATION)
--
--    if (UFW_LT_TRANSLATION)
--        LIST(APPEND PO_FILES "${CMAKE_CURRENT_SOURCE_DIR}/lt.po")
--    endif (UFW_LT_TRANSLATION)
--
--    # file(GLOB PO_FILES *.po)
-+    file(GLOB PO_FILES *.po)
-     foreach(_poFile ${PO_FILES})
-         get_filename_component(_poFileName ${_poFile} NAME)
-         string(REGEX REPLACE "^${catalogname}_?" "" _langCode ${_poFileName} )
diff --git a/kde-misc/kcm-ufw/kcm-ufw-0.4.3-r1.ebuild b/kde-misc/kcm-ufw/kcm-ufw-0.4.3-r1.ebuild
deleted file mode 100644 (file)
index e155f5a..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_DOC_DIRS="docs/%lingua"
-KDE_HANDBOOK="optional"
-KDE_LINGUAS="es fr lt"
-PYTHON_COMPAT=( python2_7 )
-inherit python-r1 kde4-base multilib
-
-MY_P="${P/-/_}"
-
-DESCRIPTION="KCM module to control the Uncomplicated Firewall"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=137789"
-SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-       ${PYTHON_DEPS}
-       >=net-firewall/ufw-0.31
-       sys-auth/polkit-kde-agent
-"
-RDEPEND="${DEPEND}
-       $(add_kdeapps_dep kcmshell)
-"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${P}-linguas.patch" )
-
-src_install() {
-       kde4-base_src_install
-       python_replicate_script "${D}"/usr/$(get_libdir)/kde4/libexec/kcm_ufw_helper.py
-}
diff --git a/kde-misc/kcm-ufw/metadata.xml b/kde-misc/kcm-ufw/metadata.xml
deleted file mode 100644 (file)
index e7594be..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>thev00d00@gentoo.org</email>
-               <name>Ian Whyman</name>
-       </maintainer>
-<maintainer type="project">
-               <email>kde@gentoo.org</email>
-               <name>Gentoo KDE Project</name>
-       </maintainer>
-</pkgmetadata>