commit: 4ca583d9b0758c81d389d806f7b8db747d62f1ee Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Aug 24 20:36:21 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Nov 30 00:51:52 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4ca583d9
kde-plasma/kscreen: 1.0.71_p20170916 snapshot bump from GitHub Replaces 1.0.71_p20150824 with non-existent tarball. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> ...1.0.71_p20150824.ebuild => kscreen-1.0.71_p20170916.ebuild} | 10 +++++++--- net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/kde-plasma/kscreen/kscreen-1.0.71_p20150824.ebuild b/kde-plasma/kscreen/kscreen-1.0.71_p20170916.ebuild similarity index 83% rename from kde-plasma/kscreen/kscreen-1.0.71_p20150824.ebuild rename to kde-plasma/kscreen/kscreen-1.0.71_p20170916.ebuild index 85fb8949..cb6ba20c 100644 --- a/kde-plasma/kscreen/kscreen-1.0.71_p20150824.ebuild +++ b/kde-plasma/kscreen/kscreen-1.0.71_p20170916.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 +COMMIT=2269c30f4e75c4490af8cd91e512e7ffbb4c8729 VIRTUALX_REQUIRED="test" DECLARATIVE_REQUIRED="always" KDE_LINGUAS="ast bg bs ca ca@valencia cs da de el en_GB es et fi fr ga gl hu it @@ -10,8 +11,8 @@ ja ko lt mr nb nds nl nn pa pl pt pt_BR ro ru sk sl sv tr ug uk zh_CN zh_TW" inherit kde4-base DESCRIPTION="Plasma screen management" -HOMEPAGE="https://projects.kde.org/projects/extragear/base/kscreen" -SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.xz" +HOMEPAGE="https://invent.kde.org/plasma/kscreen" +SRC_URI="https://github.com/KDE/kscreen/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="4" @@ -26,6 +27,9 @@ DEPEND="${RDEPEND} sys-devel/gettext" DISPLAY_MESSAGE=false + +S="${WORKDIR}/${PN}-${COMMIT}" + pkg_preinst() { if ! has_version ${CATEGORY}/${PN} ; then DISPLAY_MESSAGE=true diff --git a/net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild b/net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild index f24d01e1..42898d72 100644 --- a/net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild +++ b/net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild @@ -7,7 +7,7 @@ KDE_REQUIRED="never" inherit kde4-base if [[ ${KDE_BUILD_TYPE} != live ]]; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" SRC_URI="mirror://kde/unstable/networkmanager-qt/${PV}/src/networkmanager-qt-${PV}.tar.xz -> ${P}.tar.xz" fi
