commit: cc30574c4d286271aa8fa24710e838ff322e2406 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 25 19:54:06 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 25 23:40:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc30574c
media-gfx/icc_examin: pkgmove to media-gfx/icc-examin Closes: https://bugs.gentoo.org/634260 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-gfx/{icc_examin => icc-examin}/Manifest | 0 .../files/icc-examin-0.56-fltk.patch | 0 .../icc-examin-0.56_p20171007.ebuild} | 10 ++++------ .../icc-examin-9999.ebuild} | 8 ++++---- media-gfx/{icc_examin => icc-examin}/metadata.xml | 0 profiles/updates/4Q-2018 | 1 + 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/media-gfx/icc_examin/Manifest b/media-gfx/icc-examin/Manifest similarity index 100% rename from media-gfx/icc_examin/Manifest rename to media-gfx/icc-examin/Manifest diff --git a/media-gfx/icc_examin/files/icc-examin-0.56-fltk.patch b/media-gfx/icc-examin/files/icc-examin-0.56-fltk.patch similarity index 100% rename from media-gfx/icc_examin/files/icc-examin-0.56-fltk.patch rename to media-gfx/icc-examin/files/icc-examin-0.56-fltk.patch diff --git a/media-gfx/icc_examin/icc_examin-0.56_p20171007.ebuild b/media-gfx/icc-examin/icc-examin-0.56_p20171007.ebuild similarity index 77% rename from media-gfx/icc_examin/icc_examin-0.56_p20171007.ebuild rename to media-gfx/icc-examin/icc-examin-0.56_p20171007.ebuild index fd9e3b7ee0e..065e372da87 100644 --- a/media-gfx/icc_examin/icc_examin-0.56_p20171007.ebuild +++ b/media-gfx/icc-examin/icc-examin-0.56_p20171007.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,8 +7,8 @@ COMMIT=ee9e8cd013766b0df2c5e3b4416f985322b22966 inherit cmake-utils flag-o-matic vcs-snapshot xdg-utils DESCRIPTION="Viewer for ICC and CGATS, argyll gamut vrml visualisations and GPU gamma tables" -HOMEPAGE="http://www.oyranos.org/icc-examin/" -SRC_URI="https://github.com/oyranos-cms/${PN/_/-}/tarball/${COMMIT} -> ${P/_/-}.tar.gz" +HOMEPAGE="https://www.oyranos.org/icc-examin/" +SRC_URI="https://github.com/oyranos-cms/${PN}/tarball/${COMMIT} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -37,9 +37,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -PATCHES=( "${FILESDIR}/${PN/_/-}-0.56-fltk.patch" ) - -S="${WORKDIR}/${P/_/-}" +PATCHES=( "${FILESDIR}/${PN}-0.56-fltk.patch" ) src_configure() { append-cxxflags -fpermissive diff --git a/media-gfx/icc_examin/icc_examin-9999.ebuild b/media-gfx/icc-examin/icc-examin-9999.ebuild similarity index 80% rename from media-gfx/icc_examin/icc_examin-9999.ebuild rename to media-gfx/icc-examin/icc-examin-9999.ebuild index ceb2821c90c..4201a5e2c0e 100644 --- a/media-gfx/icc_examin/icc_examin-9999.ebuild +++ b/media-gfx/icc-examin/icc-examin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit cmake-utils flag-o-matic git-r3 xdg-utils DESCRIPTION="Viewer for ICC and CGATS, argyll gamut vrml visualisations and GPU gamma tables" -HOMEPAGE="http://www.oyranos.org/icc-examin/" -EGIT_REPO_URI="https://github.com/oyranos-cms/${PN/_/-}.git" +HOMEPAGE="https://www.oyranos.org/icc-examin/" +EGIT_REPO_URI="https://github.com/oyranos-cms/${PN}.git" LICENSE="GPL-2" SLOT="0" @@ -36,7 +36,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -PATCHES=( "${FILESDIR}/${PN/_/-}-0.56-fltk.patch" ) +PATCHES=( "${FILESDIR}/${PN}-0.56-fltk.patch" ) src_configure() { append-cxxflags -fpermissive diff --git a/media-gfx/icc_examin/metadata.xml b/media-gfx/icc-examin/metadata.xml similarity index 100% rename from media-gfx/icc_examin/metadata.xml rename to media-gfx/icc-examin/metadata.xml diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018 index 20199b3e162..22893db01ab 100644 --- a/profiles/updates/4Q-2018 +++ b/profiles/updates/4Q-2018 @@ -4,3 +4,4 @@ move dev-libs/mini-xml dev-libs/mxml move x11-misc/xembedsniproxy kde-plasma/xembed-sni-proxy move x11-apps/intel-gpu-tools x11-apps/igt-gpu-tools move games-board/knights kde-apps/knights +move media-gfx/icc_examin media-gfx/icc-examin
