summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-01-21 12:34:12 +1100
committerMichael Palimaka <kensington@gentoo.org>2018-01-21 12:34:49 +1100
commit162af3b83e553d363191455adf7d804d4dbf9fd4 (patch)
treef160a48370f0c431c73b5b266ea63c5b22cbaa93 /x11-misc
parentprofiles: drop mask for removed x11-misc/basqet (diff)
downloadgentoo-162af3b83e553d363191455adf7d804d4dbf9fd4.tar.gz
gentoo-162af3b83e553d363191455adf7d804d4dbf9fd4.tar.bz2
gentoo-162af3b83e553d363191455adf7d804d4dbf9fd4.zip
x11-misc/okindd: remove last rited package
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/okindd/Manifest1
-rw-r--r--x11-misc/okindd/files/okindd-0.6.1-gcc-4.7.patch10
-rw-r--r--x11-misc/okindd/metadata.xml8
-rw-r--r--x11-misc/okindd/okindd-0.6.1.ebuild44
4 files changed, 0 insertions, 63 deletions
diff --git a/x11-misc/okindd/Manifest b/x11-misc/okindd/Manifest
deleted file mode 100644
index a932d0c6632d..000000000000
--- a/x11-misc/okindd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST okindd-0.6.1-23-20120304.tar.bz2 14778 BLAKE2B 778ecb3f07e7c57b5c1d131872955759c3d1c9f7da4f33492c168f1c71fefe179b087295cd50a1b066e2a429ce204b39b752b6cfdf7b9b2853ca9155569e1a48 SHA512 107d59b96363faac0a9394ad217b3ace0ac7d6eb003c34ea7b96760cba7d8e9abb7ef4e22222ab260dfc425099c8b6733ebd002dea79857b9080a30e1bc2d682
diff --git a/x11-misc/okindd/files/okindd-0.6.1-gcc-4.7.patch b/x11-misc/okindd/files/okindd-0.6.1-gcc-4.7.patch
deleted file mode 100644
index 4cf7e4f20571..000000000000
--- a/x11-misc/okindd/files/okindd-0.6.1-gcc-4.7.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/okindd.h
-+++ src/okindd.h
-@@ -9,6 +9,7 @@
- #include "text.h"
- #include "menu.h"
- #include "global.h"
-+#include <unistd.h>
- #include <QApplication>
- #include <QLabel>
- #include <QtDBus>
diff --git a/x11-misc/okindd/metadata.xml b/x11-misc/okindd/metadata.xml
deleted file mode 100644
index 17237689dcfd..000000000000
--- a/x11-misc/okindd/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>
diff --git a/x11-misc/okindd/okindd-0.6.1.ebuild b/x11-misc/okindd/okindd-0.6.1.ebuild
deleted file mode 100644
index 43ae236466cc..000000000000
--- a/x11-misc/okindd/okindd-0.6.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit qt4-r2
-
-MY_P=${P}-23-20120304
-
-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/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="debug"
-
-DEPEND="
- dev-qt/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtgui:4
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-DOCS="changelog"
-PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" )
-
-src_install() {
- qt4-r2_src_install
-
- rm -rf "${ED}"usr/share/doc/${PN}
- docinto examples
- dodoc conf/okinddrc.{example,my} scripts/*
- docompress -x /usr/share/doc/${PF}/examples
-}
-
-pkg_postinst() {
- elog "You can find an example configuration file at"
- elog " ${EROOT}usr/share/doc/${PF}/examples/okinddrc.example"
- elog "It should be placed inside \${HOME}/.okindd/"
-}