From d5397685b0a567c49f129ebabf25c4aaa0762906 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:29:04 +0000 Subject: net-wireless/bluemoon : EAPI bump --- net-wireless/bluemoon/bluemoon-9999.ebuild | 36 ---------------------------- net-wireless/bluemoon/bluemoon-99999.ebuild | 37 +++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 36 deletions(-) delete mode 100644 net-wireless/bluemoon/bluemoon-9999.ebuild create mode 100644 net-wireless/bluemoon/bluemoon-99999.ebuild (limited to 'net-wireless') diff --git a/net-wireless/bluemoon/bluemoon-9999.ebuild b/net-wireless/bluemoon/bluemoon-9999.ebuild deleted file mode 100644 index b2d766bd..00000000 --- a/net-wireless/bluemoon/bluemoon-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit qmake-utils git-r3 - -DESCRIPTION="Bluetooth Manager for qt5" -HOMEPAGE="https://github.com/sklins/BlueMoon.git" -EGIT_REPO_URI="https://github.com/sklins/BlueMoon.git" -KEYWORDS="~amd64" -LICENSE="GPL-2 LGPL-2.1+" -SLOT="0" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtbluetooth:5 -" -RDEPEND="${DEPEND}" - -S=${S}/BlueMoon -src_configure() { - mv ../icons/scalable_bluemoon.svg blue_moon.svg - epatch ${FILESDIR}/icon.patch - eqmake5 -} - -src_install() { - exeinto /usr/bin - doexe blue_moon - - insinto /usr/share/pixmaps - doins blue_moon.svg - -} diff --git a/net-wireless/bluemoon/bluemoon-99999.ebuild b/net-wireless/bluemoon/bluemoon-99999.ebuild new file mode 100644 index 00000000..071db042 --- /dev/null +++ b/net-wireless/bluemoon/bluemoon-99999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit qmake-utils git-r3 + +DESCRIPTION="Bluetooth Manager for qt5" +HOMEPAGE="https://github.com/sklins/BlueMoon.git" +EGIT_REPO_URI="https://github.com/sklins/BlueMoon.git" +KEYWORDS="~amd64" +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtbluetooth:5 +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}"/icon.patch ) + +S=${S}/BlueMoon +src_configure() { + mv ../icons/scalable_bluemoon.svg blue_moon.svg + eqmake5 +} + +src_install() { + exeinto /usr/bin + doexe blue_moon + + insinto /usr/share/pixmaps + doins blue_moon.svg + +} -- cgit v1.2.3