commit: ebf7ec6eb3a9e90f242d3c465b87f7fdac8b5262
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 03:14:54 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 03:42:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf7ec6e
dev-cpp/pangomm: Rename IUSE=doc → IUSE=gtk-doc
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
.../{pangomm-2.46.2.ebuild => pangomm-2.46.2-r1.ebuild} | 12 ++++++------
.../{pangomm-2.50.0.ebuild => pangomm-2.50.0-r1.ebuild} | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/dev-cpp/pangomm/pangomm-2.46.2.ebuild
b/dev-cpp/pangomm/pangomm-2.46.2-r1.ebuild
similarity index 74%
rename from dev-cpp/pangomm/pangomm-2.46.2.ebuild
rename to dev-cpp/pangomm/pangomm-2.46.2-r1.ebuild
index 8ca64e0c2bd3..7c0fce129665 100644
--- a/dev-cpp/pangomm/pangomm-2.46.2.ebuild
+++ b/dev-cpp/pangomm/pangomm-2.46.2-r1.ebuild
@@ -12,18 +12,18 @@ HOMEPAGE="https://www.gtkmm.org"
LICENSE="LGPL-2.1+"
SLOT="1.4"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE="doc"
+IUSE="gtk-doc"
DEPEND="
- >=dev-cpp/cairomm-1.2.2:0[doc?,${MULTILIB_USEDEP}]
- >=dev-cpp/glibmm-2.48.0:2[doc?,${MULTILIB_USEDEP}]
- dev-libs/libsigc++:2[doc?,${MULTILIB_USEDEP}]
+ >=dev-cpp/cairomm-1.2.2:0[gtk-doc?,${MULTILIB_USEDEP}]
+ >=dev-cpp/glibmm-2.48.0:2[gtk-doc?,${MULTILIB_USEDEP}]
+ dev-libs/libsigc++:2[gtk-doc?,${MULTILIB_USEDEP}]
>=x11-libs/pango-1.45.1[${MULTILIB_USEDEP}]
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
- doc? (
+ gtk-doc? (
app-doc/doxygen[dot]
dev-lang/perl
dev-libs/libxslt
@@ -34,7 +34,7 @@ BDEPEND="
multilib_src_configure() {
local emesonargs=(
-Dmaintainer-mode=false
- $(meson_native_use_bool doc build-documentation)
+ $(meson_native_use_bool gtk-doc build-documentation)
)
meson_src_configure
}
diff --git a/dev-cpp/pangomm/pangomm-2.50.0.ebuild
b/dev-cpp/pangomm/pangomm-2.50.0-r1.ebuild
similarity index 73%
rename from dev-cpp/pangomm/pangomm-2.50.0.ebuild
rename to dev-cpp/pangomm/pangomm-2.50.0-r1.ebuild
index 759433faaf69..f2daed7fcb79 100644
--- a/dev-cpp/pangomm/pangomm-2.50.0.ebuild
+++ b/dev-cpp/pangomm/pangomm-2.50.0-r1.ebuild
@@ -12,18 +12,18 @@ HOMEPAGE="https://www.gtkmm.org"
LICENSE="LGPL-2.1+"
SLOT="2.48"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE="doc"
+IUSE="gtk-doc"
DEPEND="
- >=dev-cpp/cairomm-1.16.0:1.16[doc?,${MULTILIB_USEDEP}]
- >=dev-cpp/glibmm-2.68.0:2.68[doc?,${MULTILIB_USEDEP}]
- >=dev-libs/libsigc++-3:3[doc?,${MULTILIB_USEDEP}]
+ >=dev-cpp/cairomm-1.16.0:1.16[gtk-doc?,${MULTILIB_USEDEP}]
+ >=dev-cpp/glibmm-2.68.0:2.68[gtk-doc?,${MULTILIB_USEDEP}]
+ >=dev-libs/libsigc++-3:3[gtk-doc?,${MULTILIB_USEDEP}]
>=x11-libs/pango-1.49.4[${MULTILIB_USEDEP}]
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
- doc? (
+ gtk-doc? (
app-doc/doxygen[dot]
dev-lang/perl
dev-libs/libxslt
@@ -34,7 +34,7 @@ BDEPEND="
multilib_src_configure() {
local emesonargs=(
-Dmaintainer-mode=false
- $(meson_native_use_bool doc build-documentation)
+ $(meson_native_use_bool gtk-doc build-documentation)
)
meson_src_configure
}