summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-24 02:36:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-24 02:36:10 +0200
commitb94e698b33d30251c4be63d3b02ecc0891213f00 (patch)
tree76728b50581ca60274f51144f798157b4622432f /kde-misc
parentx11-themes/qtcurve: Drop 0.69.1 (diff)
downloadkde-sunset-b94e698b33d30251c4be63d3b02ecc0891213f00.tar.gz
kde-sunset-b94e698b33d30251c4be63d3b02ecc0891213f00.tar.bz2
kde-sunset-b94e698b33d30251c4be63d3b02ecc0891213f00.zip
kde-misc/kshutdown: Drop 0.8.2 and 1.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kshutdown/Manifest2
-rw-r--r--kde-misc/kshutdown/files/CMakeLists.txt25
-rw-r--r--kde-misc/kshutdown/kshutdown-0.8.2.ebuild20
-rw-r--r--kde-misc/kshutdown/kshutdown-1.0.ebuild21
4 files changed, 0 insertions, 68 deletions
diff --git a/kde-misc/kshutdown/Manifest b/kde-misc/kshutdown/Manifest
index 26f39d93..e584df57 100644
--- a/kde-misc/kshutdown/Manifest
+++ b/kde-misc/kshutdown/Manifest
@@ -1,4 +1,2 @@
-DIST kshutdown-0.8.2.tar.bz2 646911 BLAKE2B 49d679a5afc0d54ee23d71df564ad4e306e58f1d8dc4492f7016406da98388d00ee00e851af1da93343c313bb39124b41f2d3e51e3df0c774a1e2964cd5ef23c SHA512 30d62d6e0278f5b5aaac6a22f5c57bb33ad95500c03aa677c6453b2e163c43217e90855f859b7303e8d99dd13f41450a6c122e7f3183f8290add59d63b6322f0
DIST kshutdown-1.0.4.tar.bz2 657371 BLAKE2B 89153a9152dea870741681724515d4af81fe424326a3cf3368547ea5866839d44f70216b3c04aebfe428173b30c0335a589995f6052bfa802c55b62a3a082bc8 SHA512 10392ce3213aa3bb480177b846eac8a71cbfec4d895db1a407dbe9be61c231312ebba9b7bf6e37770f64e4b64a36cdf66145f288649a06a6802d5942fdc3774b
-DIST kshutdown-1.0.tar.bz2 644359 BLAKE2B 2c1c80534cba788e557aea07e2a7847ae40897d32add8392efbc59c025ed723dc8ef06c885587ea924ae4e2c5a3cde449ec7f591f3bfb3483183152f9f1d4ff1 SHA512 3fc1e46af894166276fe96962b9e659b01908d737624b1408119909bd753f683df7f68ff8fd16341e4781d85e536811b723624dc2c6202b70facfa9066d9d9c1
DIST kshutdown-source-3.2.zip 435553 BLAKE2B 73b720d4656911ebeb0fb8d80ff3ff71c992fe64aa1f45dd65e398fa56deb3a610b916007cd8adaa9aff6f07e43dfcdf59c6be8236525ab5e37ace29ba4eb5f9 SHA512 2b4f946e6571a590532d9c9d604630c803df09ac673725de00aeb438fedf2e25cc579a13f988facd84ecffe1c80067e357322e2d135cce86a96001de567261bc
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