commit: 932557610a61940368c4443de4e643698bcde2b6 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Sun Jan 21 12:41:27 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 21 17:11:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93255761
media-gfx/gimp: -9999, remove "devel-docs/HACKING.md" from DOCS Closes: https://bugs.gentoo.org/922542 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/34940 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/gimp/gimp-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 182c61c4e356..63d81b476781 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,6 @@ inherit git-r3 lua-single meson python-single-r1 vala xdg DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="https://www.gimp.org/" EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gimp.git" -SRC_URI="" LICENSE="GPL-3+ LGPL-3+" SLOT="0/3" @@ -109,7 +108,7 @@ BDEPEND=" virtual/pkgconfig " -DOCS=( "AUTHORS" "devel-docs/HACKING.md" "NEWS" "README" "README.i18n" ) +DOCS=( "AUTHORS" "NEWS" "README" "README.i18n" ) pkg_setup() { use lua && lua-single_pkg_setup
