aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-10-29 02:33:47 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-10-29 03:12:44 +1100
commited7443c8f6c100c163bf13fcdb6b385cedf650b3 (patch)
tree0e6bbfd49699c81e04b58f835a4c778918d1aeb0
parentnet-misc/mediadownloader: requires qt4, dead upstream (diff)
downloadqt-ed7443c8.tar.gz
qt-ed7443c8.tar.bz2
qt-ed7443c8.zip
net-misc/kontrolpack: requires qt4, dead upstream
-rw-r--r--net-misc/kontrolpack/Manifest1
-rw-r--r--net-misc/kontrolpack/kontrolpack-3.0.0.ebuild44
-rw-r--r--net-misc/kontrolpack/metadata.xml8
3 files changed, 0 insertions, 53 deletions
diff --git a/net-misc/kontrolpack/Manifest b/net-misc/kontrolpack/Manifest
deleted file mode 100644
index d09cd7b5..00000000
--- a/net-misc/kontrolpack/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST KontrolPack-3.0.0.tar.gz 410115 SHA256 fb497081d4ca441801a84255a5eb13fedbc3c41e9e26cb509a5465cd8e00bcd7 SHA512 3ad5c7aa14493b78c6ee6226b9928817b6da82b125b9ac73b7b862a556b2c666db75e6ba4d9a654194d8b27e9a23dd1cf0e240e4d295f443968750b647ddaa43 WHIRLPOOL 79c620ec39dd0d61e2cb1316a6779f57ec2327b68e1ee11a907b1ed2e453197c1e8c1967a838ceb6913402bc91baff391866f434d4f161012cb93afaacab4989
diff --git a/net-misc/kontrolpack/kontrolpack-3.0.0.ebuild b/net-misc/kontrolpack/kontrolpack-3.0.0.ebuild
deleted file mode 100644
index 50cb40a6..00000000
--- a/net-misc/kontrolpack/kontrolpack-3.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils qmake-utils
-
-MY_PN="KontrolPack"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Remote shell command executor and LAN manager"
-HOMEPAGE="http://sourceforge.net/projects/kontrolpack/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
-
-DEPEND="dev-db/sqlite:3
- dev-libs/libxml2:2
- dev-libs/openssl:0
- dev-qt/qtcore:4
- dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- sed -i -e "s/-lssl/-lcrypto/" libsecuretcp/libsecuretcp.pro || die
-}
-
-src_configure() {
- eqmake4
-}
-
-src_install() {
- dobin bin/${PN}
- dolib bin/*.so*
-
- doicon ${PN}/${PN}.png
- domenu ${PN}/${PN}.desktop
-}
diff --git a/net-misc/kontrolpack/metadata.xml b/net-misc/kontrolpack/metadata.xml
deleted file mode 100644
index 17237689..00000000
--- a/net-misc/kontrolpack/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>qt@gentoo.org</email>
- <name>Gentoo Qt Project</name>
- </maintainer>
-</pkgmetadata>