Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kshutdown/
Date: Thu, 29 Dec 2016 17:54:46
Message-Id: 1483033999.0d24fbbf030d4e5821fb7e0893f2f2644ae49d08.johu@gentoo
1 commit: 0d24fbbf030d4e5821fb7e0893f2f2644ae49d08
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 17:53:19 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 17:53:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d24fbbf
7
8 kde-misc/kshutdown: Drop slot 4
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 kde-misc/kshutdown/Manifest | 1 -
13 kde-misc/kshutdown/kshutdown-3.2.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/kde-misc/kshutdown/Manifest b/kde-misc/kshutdown/Manifest
17 index ff05d36..c24f6b5 100644
18 --- a/kde-misc/kshutdown/Manifest
19 +++ b/kde-misc/kshutdown/Manifest
20 @@ -1,2 +1 @@
21 -DIST kshutdown-source-3.2.zip 435553 SHA256 8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f SHA512 2b4f946e6571a590532d9c9d604630c803df09ac673725de00aeb438fedf2e25cc579a13f988facd84ecffe1c80067e357322e2d135cce86a96001de567261bc WHIRLPOOL 95c6c28e8780bd531c087d6e21f8abb4dc89e035e19d6067edebc1890ca32b7d0393fef5c14da351de0a6f2011d46b679e2df6912c8125bb9b57cbe7e663850b
22 DIST kshutdown-source-4.0.zip 459493 SHA256 75733e5b55b36add775a2788365ee6f5fe8b3d21598e2a17e68b2f8dd62199fc SHA512 720ca297760bf0442fca10f64e966b16db32a0bdb5a6b456408a7245fba071b9bdb465bee312878b5cf82df0aa1e27566b06fc6fe5026edc3a84d2d8295ea6ee WHIRLPOOL 8b92e57d13aecc4a6caa2c420b40164a0ee6700a3eeb981ec3beef4e51bc40d2a1318d59157cbb5ef98b7ee429c275c265326f16a0207f1698f65ad631351293
23
24 diff --git a/kde-misc/kshutdown/kshutdown-3.2.ebuild b/kde-misc/kshutdown/kshutdown-3.2.ebuild
25 deleted file mode 100644
26 index 1d85216..00000000
27 --- a/kde-misc/kshutdown/kshutdown-3.2.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -KDE_MINIMAL="4.8"
37 -KDE_LINGUAS="ar bg cs da de el es fr hu it nb nl pl pt pt_BR ru sk sr
38 -sr@ijekavian sr@ijekavianlatin sr@latin sv tr zh_CN"
39 -inherit kde4-base
40 -
41 -MY_P=${PN}-source-${PV/_}
42 -
43 -DESCRIPTION="A shutdown manager for KDE"
44 -HOMEPAGE="http://kshutdown.sourceforge.net"
45 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="4"
49 -KEYWORDS="amd64 x86"
50 -IUSE="debug"
51 -
52 -DEPEND="app-arch/unzip"
53 -RDEPEND=""
54 -
55 -S=${WORKDIR}/${P/_}