Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: net-misc/kontrolpack/
Date: Fri, 28 Oct 2016 16:13:02
Message-Id: 1477671164.ed7443c8f6c100c163bf13fcdb6b385cedf650b3.kensington@gentoo
1 commit: ed7443c8f6c100c163bf13fcdb6b385cedf650b3
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 15:33:47 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 16:12:44 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ed7443c8
7
8 net-misc/kontrolpack: requires qt4, dead upstream
9
10 net-misc/kontrolpack/Manifest | 1 -
11 net-misc/kontrolpack/kontrolpack-3.0.0.ebuild | 44 ---------------------------
12 net-misc/kontrolpack/metadata.xml | 8 -----
13 3 files changed, 53 deletions(-)
14
15 diff --git a/net-misc/kontrolpack/Manifest b/net-misc/kontrolpack/Manifest
16 deleted file mode 100644
17 index d09cd7b..0000000
18 --- a/net-misc/kontrolpack/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST KontrolPack-3.0.0.tar.gz 410115 SHA256 fb497081d4ca441801a84255a5eb13fedbc3c41e9e26cb509a5465cd8e00bcd7 SHA512 3ad5c7aa14493b78c6ee6226b9928817b6da82b125b9ac73b7b862a556b2c666db75e6ba4d9a654194d8b27e9a23dd1cf0e240e4d295f443968750b647ddaa43 WHIRLPOOL 79c620ec39dd0d61e2cb1316a6779f57ec2327b68e1ee11a907b1ed2e453197c1e8c1967a838ceb6913402bc91baff391866f434d4f161012cb93afaacab4989
22
23 diff --git a/net-misc/kontrolpack/kontrolpack-3.0.0.ebuild b/net-misc/kontrolpack/kontrolpack-3.0.0.ebuild
24 deleted file mode 100644
25 index 50cb40a..0000000
26 --- a/net-misc/kontrolpack/kontrolpack-3.0.0.ebuild
27 +++ /dev/null
28 @@ -1,44 +0,0 @@
29 -# Copyright 1999-2016 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -# $Id$
32 -
33 -EAPI=5
34 -
35 -inherit eutils qmake-utils
36 -
37 -MY_PN="KontrolPack"
38 -MY_P="${MY_PN}-${PV}"
39 -
40 -DESCRIPTION="Remote shell command executor and LAN manager"
41 -HOMEPAGE="http://sourceforge.net/projects/kontrolpack/"
42 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
43 -KEYWORDS="~amd64 ~x86"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -IUSE="debug"
48 -
49 -DEPEND="dev-db/sqlite:3
50 - dev-libs/libxml2:2
51 - dev-libs/openssl:0
52 - dev-qt/qtcore:4
53 - dev-qt/qtgui:4"
54 -RDEPEND="${DEPEND}"
55 -
56 -S=${WORKDIR}/${MY_P}
57 -
58 -src_prepare() {
59 - sed -i -e "s/-lssl/-lcrypto/" libsecuretcp/libsecuretcp.pro || die
60 -}
61 -
62 -src_configure() {
63 - eqmake4
64 -}
65 -
66 -src_install() {
67 - dobin bin/${PN}
68 - dolib bin/*.so*
69 -
70 - doicon ${PN}/${PN}.png
71 - domenu ${PN}/${PN}.desktop
72 -}
73
74 diff --git a/net-misc/kontrolpack/metadata.xml b/net-misc/kontrolpack/metadata.xml
75 deleted file mode 100644
76 index 1723768..0000000
77 --- a/net-misc/kontrolpack/metadata.xml
78 +++ /dev/null
79 @@ -1,8 +0,0 @@
80 -<?xml version="1.0" encoding="UTF-8"?>
81 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 -<pkgmetadata>
83 - <maintainer type="project">
84 - <email>qt@g.o</email>
85 - <name>Gentoo Qt Project</name>
86 - </maintainer>
87 -</pkgmetadata>