summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-16 16:50:02 +0000
committerSam James <sam@gentoo.org>2021-03-16 19:22:01 +0000
commitdbc4522fa4678ad0f7840303bd7e601e99d5c8e2 (patch)
tree849904d65753c37d94d9689bfc96ff7024f7d4bc /x11-misc/lineak-defaultplugin
parentx11-misc/kapow: drop 1.5.9 (diff)
downloadgentoo-dbc4522fa4678ad0f7840303bd7e601e99d5c8e2.tar.gz
gentoo-dbc4522fa4678ad0f7840303bd7e601e99d5c8e2.tar.bz2
gentoo-dbc4522fa4678ad0f7840303bd7e601e99d5c8e2.zip
x11-misc/lineak-defaultplugin: drop 0.9.0-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/lineak-defaultplugin')
-rw-r--r--x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild
deleted file mode 100644
index 454c50ad61e5..000000000000
--- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib
-
-MY_P=${P/.0/}
-
-DESCRIPTION="Mute/unmute and other macros 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"
-
-RDEPEND="
- =x11-misc/lineakd-${PV}*
-"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-gcc43.patch \
- "${FILESDIR}"/${P}-gcc47.patch
-
- sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' default_plugin/Makefile.in || die
-}
-
-src_configure() {
- econf USER_LDFLAGS="${LDFLAGS}" $(use_enable debug)
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- PLUGINDIR=/usr/$(get_libdir)/lineakd/plugins \
- install
- dodoc AUTHORS README
-}