diff --git a/app-emulation/bottles/bottles-51.5.ebuild b/app-emulation/bottles/bottles-51.5.ebuild index 9365c7e..4e08857 100644 --- a/app-emulation/bottles/bottles-51.5.ebuild +++ b/app-emulation/bottles/bottles-51.5.ebuild @@ -75,7 +75,7 @@ RDEPEND=" " BDEPEND=" ${PYTHON_DEPS} - app-text/blueprint-compiler + dev-util/blueprint-compiler dev-libs/glib:2 sys-devel/gettext test? ( diff --git a/app-emulation/bottles/bottles-9999.ebuild b/app-emulation/bottles/bottles-9999.ebuild index 9365c7e..4e08857 100644 --- a/app-emulation/bottles/bottles-9999.ebuild +++ b/app-emulation/bottles/bottles-9999.ebuild @@ -75,7 +75,7 @@ RDEPEND=" " BDEPEND=" ${PYTHON_DEPS} - app-text/blueprint-compiler + dev-util/blueprint-compiler dev-libs/glib:2 sys-devel/gettext test? ( diff --git a/app-text/blueprint-compiler/Manifest b/app-text/blueprint-compiler/Manifest deleted file mode 100644 index 1c2dd87..0000000 --- a/app-text/blueprint-compiler/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST blueprint-compiler-0.6.0.tar.bz2 56896 BLAKE2B 318ffa52b2fbf3b07058e5b4d2f9bb0ef1f6614586b79968889921964b454e5c26d44e58a18185263797f7569135662d14471bafd8e501d7c6386e88972193d0 SHA512 458016f4eabef15026cb3ee675111984b19af8a9139bc412dfb48dfef56b0d0ff028316001d0ce04a90b50d6785c92d799f17ed42ca53fc7582345729ae02207 diff --git a/app-text/blueprint-compiler/blueprint-compiler-0.6.0.ebuild b/app-text/blueprint-compiler/blueprint-compiler-0.6.0.ebuild deleted file mode 100644 index dcd87ae..0000000 --- a/app-text/blueprint-compiler/blueprint-compiler-0.6.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -inherit meson python-single-r1 - -DESCRIPTION="A markup language for GTK user interface files." -HOMEPAGE="https://gitlab.gnome.org/jwestman/blueprint-compiler" -SRC_URI="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v${PV}/blueprint-compiler-v${PV}.tar.bz2 -> ${P}.tar.bz2" -S="${WORKDIR}/${PN}-v${PV}" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="doc test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -RDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pygobject[${PYTHON_USEDEP}] - ') -" -BDEPEND=" - doc? ( dev-python/sphinx ) - test? ( - ${RDEPEND} - gui-libs/gtk:4 - ) -" - -src_configure() { - local emesonargs=( - $(meson_use doc docs) - ) - meson_src_configure -} - -src_install() { - meson_src_install - python_optimize -} diff --git a/app-text/blueprint-compiler/metadata.xml b/app-text/blueprint-compiler/metadata.xml deleted file mode 100644 index dca67d8..0000000 --- a/app-text/blueprint-compiler/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - parona@protonmail.com - Alfred Wingate - - - jwestman/blueprint-compiler - - diff --git a/profiles/updates/1Q-2023 b/profiles/updates/1Q-2023 new file mode 100644 index 0000000..d520b18 --- /dev/null +++ b/profiles/updates/1Q-2023 @@ -0,0 +1 @@ +move app-text/blueprint-compiler dev-util/blueprint-compiler