diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-25 23:27:51 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-25 23:33:41 +0100 |
commit | 521a298c07b277667895609a12800447d39c994e (patch) | |
tree | 3c9c7e0655bff9306f1259cf43c642af10182ad0 /media-gfx/kcoloredit | |
parent | sys-devel/llvm-roc: drop versions (diff) | |
download | gentoo-521a298c07b277667895609a12800447d39c994e.tar.gz gentoo-521a298c07b277667895609a12800447d39c994e.tar.bz2 gentoo-521a298c07b277667895609a12800447d39c994e.zip |
media-gfx/kcoloredit: update EAPI 7 -> 8, switch to KDE_ORG_COMMIT
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/kcoloredit')
-rw-r--r-- | media-gfx/kcoloredit/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121-r1.ebuild | 11 |
2 files changed, 5 insertions, 8 deletions
diff --git a/media-gfx/kcoloredit/Manifest b/media-gfx/kcoloredit/Manifest index 2b79a4acf672..0458083a4372 100644 --- a/media-gfx/kcoloredit/Manifest +++ b/media-gfx/kcoloredit/Manifest @@ -1 +1 @@ -DIST kcoloredit-2.0.0_p20171121.tar.gz 67173 BLAKE2B 2114da34e47768113bf643380efd29e59980f5bcfd544b183db7201b6d4707b81bbdc908476c6c5d36acf8b04e68c6ba1f85aab6f2e7594124f9ce4cbc496e54 SHA512 82dd71e45121357a7da45247862f4f9679fbd132e09e8fb85c0cbef6b73069443f84fe51ec642d30b0ff9b5db10aebf34978000636375afff6c91b49089a9554 +DIST kcoloredit-2.0.0_p20171121-50ac0509.tar.gz 67173 BLAKE2B 2114da34e47768113bf643380efd29e59980f5bcfd544b183db7201b6d4707b81bbdc908476c6c5d36acf8b04e68c6ba1f85aab6f2e7594124f9ce4cbc496e54 SHA512 82dd71e45121357a7da45247862f4f9679fbd132e09e8fb85c0cbef6b73069443f84fe51ec642d30b0ff9b5db10aebf34978000636375afff6c91b49089a9554 diff --git a/media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121-r1.ebuild b/media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121-r1.ebuild index bd4bb3311025..3d430cd3f019 100644 --- a/media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121-r1.ebuild +++ b/media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -COMMIT=50ac0509891343bc01a0aeffda5a44a1e65d9d04 -EGIT_BRANCH="frameworks" +KDE_ORG_CATEGORY=unmaintained +KDE_ORG_COMMIT=50ac0509891343bc01a0aeffda5a44a1e65d9d04 ECM_HANDBOOK="forceoptional" KFMIN=5.60.0 QTMIN=5.12.3 @@ -12,7 +12,6 @@ inherit ecm kde.org DESCRIPTION="Tool for editing color palettes" HOMEPAGE="https://userbase.kde.org/KColorEdit" -SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -38,5 +37,3 @@ DEPEND=" RDEPEND="${DEPEND} !media-gfx/kcoloredit:4 " - -S="${WORKDIR}/${PN}-${COMMIT}" |