x11-misc/qtdiscs: drop old Qt4 version, update live ebuild
This commit is contained in:
parent
94813f98cc
commit
8419e7f8ea
@ -1 +0,0 @@
|
||||
DIST qtdiscs-0.6.tar.gz 52415 SHA256 5ce93e2cdfb9d1ae4a0ca1efdb951b7d54335aed38670ba8d4cec11372aa0af5 SHA512 b79f1f588f2f2435ff173a2d771c4bbf8ac1594ad5792a875acce367a9359d444b3f61a92ef514407b98cbc3f015b29e983a97b08f4fcf8b7f1c0c61d2ab5dae WHIRLPOOL 54114311c5273507998d5d8369aca98f6bef8ef11ee002c5d4edd76138950d660cec6a1861a8852798a312f23a6b1b322d389a5580107be41523c790ad1fa87b
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<maintainer type="person">
|
||||
<email>admin@pinkbyte.ru</email>
|
||||
<name>Sergey Popov</name>
|
||||
</maintainer>
|
||||
|
@ -1,25 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils qt4-r2 vcs-snapshot
|
||||
|
||||
DESCRIPTION="QtDiscs is a little program to show information about CD and DVD discs collection"
|
||||
HOMEPAGE="http://github.com/Pinkbyte/qtdiscs"
|
||||
SRC_URI="https://github.com/Pinkbyte/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:4
|
||||
dev-qt/qtgui:4
|
||||
dev-qt/qtsql:4
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
DOCS=( README )
|
@ -1,14 +1,13 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
EGIT_REPO_URI="git://github.com/Pinkbyte/qtdiscs.git"
|
||||
inherit eutils qt4-r2 git-2
|
||||
EGIT_REPO_URI="https://gitlab.com/Pinkbyte/qtdiscs.git"
|
||||
inherit qmake-utils git-r3
|
||||
|
||||
DESCRIPTION="QtDiscs is a little program to show information about CD and DVD discs collection"
|
||||
HOMEPAGE="http://github.com/Pinkbyte/qtdiscs"
|
||||
HOMEPAGE="http://gitlab.com/Pinkbyte/qtdiscs"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="GPL-2"
|
||||
@ -16,11 +15,16 @@ SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:4
|
||||
dev-qt/qtgui:4
|
||||
dev-qt/qtsql:4
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtsql:5
|
||||
dev-qt/qtwidgets:5
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
DOCS=( README )
|
||||
|
||||
src_configure() {
|
||||
eqmake5
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user