x11-misc/qxneur: update live ebuild, bump EAPI, set new repo URL
This commit is contained in:
parent
1aeee20798
commit
8deef5828d
@ -1,19 +1,17 @@
|
|||||||
# Copyright 1999-2012 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=4
|
EAPI=6
|
||||||
|
|
||||||
inherit cmake-utils git-2
|
inherit cmake-utils git-r3
|
||||||
|
|
||||||
DESCRIPTION="Qt4 frontend for X Neural switcher"
|
DESCRIPTION="Qt4 frontend for X Neural switcher"
|
||||||
HOMEPAGE="https://gitorious.org/qxneur/qxneur"
|
HOMEPAGE="https://github.com/KsenZ/qxneur.git"
|
||||||
EGIT_PROJECT="qxneur"
|
EGIT_REPO_URI="https://github.com/KsenZ/qxneur.git"
|
||||||
EGIT_REPO_URI="git://gitorious.org/qxneur/qxneur.git"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
KEYWORDS=""
|
|
||||||
IUSE=""
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
KEYWORDS=""
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cd "${CMAKE_BUILD_DIR}"
|
cd "${CMAKE_BUILD_DIR}"
|
||||||
|
Loading…
Reference in New Issue
Block a user