From 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Mar 2021 14:27:17 +0000 Subject: gentoo resync : 20.03.2021 --- x11-misc/lineak-defaultplugin/Manifest | 3 +- .../lineak-defaultplugin-0.9.0-r1.ebuild | 46 ---------------------- .../lineak-defaultplugin-0.9.0-r2.ebuild | 19 ++++----- 3 files changed, 9 insertions(+), 59 deletions(-) delete mode 100644 x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild (limited to 'x11-misc/lineak-defaultplugin') diff --git a/x11-misc/lineak-defaultplugin/Manifest b/x11-misc/lineak-defaultplugin/Manifest index d99ee10db282..85e6d2fd8e07 100644 --- a/x11-misc/lineak-defaultplugin/Manifest +++ b/x11-misc/lineak-defaultplugin/Manifest @@ -1,6 +1,5 @@ AUX lineak-defaultplugin-0.9.0-gcc43.patch 242 BLAKE2B f630601afabd50b5d2da06660bae845835d4ffe4ffd2fcc2e51d95b4d36f41779eabf875c72abff4c036da241b3441d635ef6dbefda4652f195f68821938487e SHA512 897f29bfe02405f7881d6dfd4b4d91448943f917c3afee43b50b36449c0d84e0a76bc8b7867649c7728f0c22e58b6a9f951b81a1f05cb4df36fc51524affa5a4 AUX lineak-defaultplugin-0.9.0-gcc47.patch 274 BLAKE2B d3446b668eed70721e87b43c0b10217e4d2520ae8b910df0086c93b5d8020fecc76d79164ec9567a61ae1e76362213aedcd6ca2069c5dfd1c5bb449a7f095d66 SHA512 1644ec0fe4c3546f427381359d65f25e1e6ad036b99d6909ac4cde11e95d4c97ded30109c751a652905e2f7299605ddcff29779e22f8b2b541fde1d7f9688cc0 DIST lineak-defaultplugin-0.9.tar.gz 840704 BLAKE2B 37b060ea5b026b1a06992b7986a56a942d1d468d85e82444a4bb1a273e656ff80fddfbf4d53c6d3eddde9bf268f413dc0ce3eaa7a44a62534f533a286e67cf22 SHA512 f110eb42f8711b9fbd38652462d9b44f6f6851c4dc5cdb466b63bd09b8d3320e35d7de82626f2c9409bbf0f96d4f1e4ab2e9a82932452e50b403d343fca1ce4b -EBUILD lineak-defaultplugin-0.9.0-r1.ebuild 854 BLAKE2B b22ef55d67d0a96d306b47ccdd324db2e6c0c2680d6e216e453f604a8d5512d8e95bc7d67d12f19273fe0cd4e35c4d64ee3f8c4314ec34899f6a85bd271f7ed3 SHA512 2427e1ecd75011f2c3a408f5f19eac5f928c3c031a2d431a407841fd4ddd91889eed891e914f8a048d6dc430f03bbb6dcda08c2926590ab3e83f75d7d919278e -EBUILD lineak-defaultplugin-0.9.0-r2.ebuild 823 BLAKE2B d82c8f8893d9c850e68e15e222a0b2c8a39d4916b9ad0c16a1dfd88cf55742a02d79092493670b83662bd5119abf8f64d69577377a3451c2a25f032b095a9e1c SHA512 878083cbbe9e615284cea70146fe948bb412cbadbbe99d2cdfd1335b8db364b5de861d281deda7fa13434df46d36a6c63b4a80e9fded218525651f8abd5f9b45 +EBUILD lineak-defaultplugin-0.9.0-r2.ebuild 805 BLAKE2B 5aea99fbbb9daf25ca683db85f3246d7d26ab7caecfb7862cc2570733a155639fd0688ae0c6f541d84499cf638e9657f1edb807fa79874655cfa16cd1e326159 SHA512 10d3475a7ca40e5558da0b75acd35416f61da1a59870cd171e1b544f5919f1a8a6a2e6c295a8346d6e7931dd323a865cbf76928bafe3ec27e50781e8693b5518 MISC metadata.xml 362 BLAKE2B 44ba7b6226e667f7980e291c2d547eecafa1cb02386e46980327c416c6b1139619bbb7dfeda83b2cc7761022ccf0b1fdd55cb75aa9ec5db614267c1b99d826db SHA512 a33c009438013270e90019cafb29f493fc54c64afe810c873f6c1767b543f08cc741a3d6ed83833ead57d8dbb2ea8b78188c4f5d0962709b8625bb053c19be82 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 -} diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild index 16aac45e5d34..823e10812860 100644 --- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild +++ b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild @@ -1,31 +1,28 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit 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" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="debug" -RDEPEND=" - =x11-misc/lineakd-${PV}* -" +RDEPEND="=x11-misc/lineakd-${PV}*" DEPEND=" ${RDEPEND} x11-base/xorg-proto " -S=${WORKDIR}/${MY_P} -DOCS=( - AUTHORS README -) + +DOCS=( AUTHORS README ) + PATCHES=( "${FILESDIR}"/${P}-gcc43.patch "${FILESDIR}"/${P}-gcc47.patch @@ -40,6 +37,6 @@ src_prepare() { src_configure() { econf \ $(use_enable debug) \ - --with-lineak-plugindir="${EROOT}/usr/$(get_libdir)/lineakd" \ + --with-lineak-plugindir="${EPREFIX}/usr/$(get_libdir)/lineakd" \ USER_LDFLAGS="${LDFLAGS}" } -- cgit v1.2.3