summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-07 21:42:08 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-07 21:42:08 +0200
commit0275674e4607f9717a88015babf6fae692f2db14 (patch)
tree54f0d9dc0a8bdc472f203d219e1dea3a46c5f821 /x11-misc
parentpackage.mask: Last rite net-im/openfire (diff)
downloadgentoo-0275674e4607f9717a88015babf6fae692f2db14.tar.gz
gentoo-0275674e4607f9717a88015babf6fae692f2db14.tar.bz2
gentoo-0275674e4607f9717a88015babf6fae692f2db14.zip
x11-misc/lineak-xosdplugin: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r1.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r1.ebuild b/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r1.ebuild
deleted file mode 100644
index cb2170039631..000000000000
--- a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils multilib
-
-MY_P=${P/.0/}
-
-DESCRIPTION="Xosd plugin for LINEAK"
-HOMEPAGE="http://lineak.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug"
-
-DEPEND="=x11-misc/lineakd-${PV}*
- x11-libs/xosd"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc43.patch
-}
-
-src_compile() {
- econf $(use_enable debug) --with-x
- emake LDFLAGS="${LDFLAGS}" || die
-}
-
-src_install() {
- emake DESTDIR="${D}" \
- PLUGINDIR=/usr/$(get_libdir)/lineakd/plugins \
- install || die
- dodoc AUTHORS README || die
-}