commit:     b94e698b33d30251c4be63d3b02ecc0891213f00
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 00:36:10 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 00:36:10 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b94e698b

kde-misc/kshutdown: Drop 0.8.2 and 1.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/kshutdown/files/CMakeLists.txt   | 25 -------------------------
 kde-misc/kshutdown/kshutdown-0.8.2.ebuild | 20 --------------------
 kde-misc/kshutdown/kshutdown-1.0.ebuild   | 21 ---------------------
 3 files changed, 66 deletions(-)

diff --git a/kde-misc/kshutdown/files/CMakeLists.txt 
b/kde-misc/kshutdown/files/CMakeLists.txt
deleted file mode 100644
index bc7e26ef..00000000
--- a/kde-misc/kshutdown/files/CMakeLists.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-###############################################################################
-# WE NEED GETTEXT
-##############################################################################
-MESSAGE ( STATUS "<Locating Gettext>" )
-FIND_PACKAGE ( Gettext REQUIRED )
-INCLUDE_DIRECTORIES ( ${GETTEXT_INCLUDE_DIR} )
-FILE ( GLOB _po_files *.po )
-SET ( _gmoFiles )
-###############################################################################
-# CREATE .MO FOR EACH .PO
-###############################################################################
-FOREACH ( _current_PO_FILE ${_po_files} )
-       GET_FILENAME_COMPONENT( _lang ${_current_PO_FILE} NAME_WE )
-       SET( _gmoFile ${CMAKE_BINARY_DIR}/po/${_lang}.mo )
-       add_custom_command( OUTPUT ${_gmoFile}
-               COMMAND ${GETTEXT_MSGFMT_EXECUTABLE} -o ${_gmoFile} 
${_current_PO_FILE}
-               WORKING_DIRECTORY "${CMAKE_BINARY_DIR}"
-               DEPENDS ${_current_PO_FILE}
-       )
-       INSTALL ( FILES ${CMAKE_BINARY_DIR}/po/${_lang}.mo
-               DESTINATION ${LOCALE_INSTALL_DIR}/${_lang}/LC_MESSAGES/ RENAME 
kshutdown.mo )
-       LIST(APPEND _gmoFiles ${_gmoFile})
-ENDFOREACH(_current_PO_FILE)
-ADD_CUSTOM_TARGET(pofiles ALL DEPENDS ${_gmoFiles})
-###############################################################################

diff --git a/kde-misc/kshutdown/kshutdown-0.8.2.ebuild 
b/kde-misc/kshutdown/kshutdown-0.8.2.ebuild
deleted file mode 100644
index 22cdb85c..00000000
--- a/kde-misc/kshutdown/kshutdown-0.8.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-0.8.2.ebuild,v 
1.4 2008/02/18 23:13:29 ingmar Exp $
-
-inherit kde
-
-DESCRIPTION="A shutdown manager for KDE"
-HOMEPAGE="http://kshutdown.sourceforge.net";
-SRC_URI="mirror://sourceforge/kshutdown/${P}.tar.bz2"
-LICENSE="GPL-2"
-
-IUSE=""
-KEYWORDS="amd64 ~ppc x86"
-SLOT="0"
-
-RDEPEND="=kde-apps/kdesu-3.5*
-       =kde-apps/kcontrol-3.5*
-       =kde-apps/kdialog-3.5*"
-
-need-kde 3.4

diff --git a/kde-misc/kshutdown/kshutdown-1.0.ebuild 
b/kde-misc/kshutdown/kshutdown-1.0.ebuild
deleted file mode 100644
index dcbbbebe..00000000
--- a/kde-misc/kshutdown/kshutdown-1.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-1.0.ebuild,v 
1.3 2009/06/01 16:31:31 nixnut Exp $
-
-inherit kde
-
-DESCRIPTION="A shutdown manager for KDE"
-HOMEPAGE="http://kshutdown.sourceforge.net";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-
-IUSE=""
-KEYWORDS="~amd64 ppc ~x86"
-SLOT="0"
-
-RDEPEND="
-       =kde-apps/kdesu-3.5*
-       =kde-apps/kcontrol-3.5*
-       =kde-apps/kdialog-3.5*"
-
-need-kde 3.4

Reply via email to