summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-02-20 01:21:44 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-02-20 01:22:19 +1100
commit6e684a3093af254c4c46588f2a3e76fd30539e52 (patch)
treec174d8b708f798dab847da3b19903cc7d5b4fd07 /x11-misc
parentx11-misc/kaqaz: whitespace (diff)
downloadgentoo-6e684a3093af254c4c46588f2a3e76fd30539e52.tar.gz
gentoo-6e684a3093af254c4c46588f2a3e76fd30539e52.tar.bz2
gentoo-6e684a3093af254c4c46588f2a3e76fd30539e52.zip
x11-misc/okindd: remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/okindd/Manifest1
-rw-r--r--x11-misc/okindd/okindd-0.6.0.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/x11-misc/okindd/Manifest b/x11-misc/okindd/Manifest
index 227b4d39f07e..6ad23b456c8e 100644
--- a/x11-misc/okindd/Manifest
+++ b/x11-misc/okindd/Manifest
@@ -1,2 +1 @@
-DIST okindd-0.6.0-49-20110113.tar.bz2 11557 SHA256 a2a98c1bbe2e64b22542d7a0f131a4373dcd075fb569841e045aa6cfb827a236 SHA512 219a8cfe516966066fd4da08e553df0e8f9e038bdc801e4bf5feeb634964ac96949e7bc8b800caa5ee63a1fd9d0bb31b8a96a46b35804981d9fe6b03d27426f1 WHIRLPOOL 02de3f2a93cc913f3b7b7414b747d8accdb9f234ad4f5ebfd86b350a55692872f71dc6b3e5d796f1852baa2fb49760e8aaf093d29cb4a3677b0e0793e6be08d9
DIST okindd-0.6.1-23-20120304.tar.bz2 14778 SHA256 f99e48b56f312d9aa7f0d612eb926ee3a11cec1bec50538e4c3efa5e7df6a985 SHA512 107d59b96363faac0a9394ad217b3ace0ac7d6eb003c34ea7b96760cba7d8e9abb7ef4e22222ab260dfc425099c8b6733ebd002dea79857b9080a30e1bc2d682 WHIRLPOOL 6c24fb40d11728969d81727d7398a062eb8a425a1370632de066746ce8fbae7d8cd5db1dbefee146f8f5ca8a7963522e090b249f8a4448033b4be45f1a0c4cff
diff --git a/x11-misc/okindd/okindd-0.6.0.ebuild b/x11-misc/okindd/okindd-0.6.0.ebuild
deleted file mode 100644
index 2dbefddf7d89..000000000000
--- a/x11-misc/okindd/okindd-0.6.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit qt4-r2
-
-MY_P="${P}-49-20110113"
-
-DESCRIPTION="On Screen Display (OSD) for KDE 4.x - works on any qt desktop"
-HOMEPAGE="http://sites.kochkin.org/okindd/Home"
-SRC_URI="http://sites.kochkin.org/okindd/Home/development/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="debug"
-
-DEPEND="dev-qt/qtgui:4
- dev-qt/qtdbus:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_configure() {
- eqmake4 okindd.pro
-}
-
-DOCS=( changelog )
-src_install() {
- qt4-r2_src_install
- docinto examples
- dodoc scripts/*
- dodoc conf/okinddrc.example
-
- elog "You can find an example configuration file at"
- elog " /usr/share/doc/okindd/examples/okinddrc.example"
- elog "It should be placed in \${HOME}/.okindd/"
-}