move app-text/blueprint-compiler dev-util/blueprint-compiler

* treeclean app-text/blueprint-compiler as its in ::gentoo

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-03-14 20:51:18 +02:00
parent 42e6b7633b
commit 8dcbedcd15
6 changed files with 3 additions and 60 deletions

View File

@ -75,7 +75,7 @@ RDEPEND="
"
BDEPEND="
${PYTHON_DEPS}
app-text/blueprint-compiler
dev-util/blueprint-compiler
dev-libs/glib:2
sys-devel/gettext
test? (

View File

@ -75,7 +75,7 @@ RDEPEND="
"
BDEPEND="
${PYTHON_DEPS}
app-text/blueprint-compiler
dev-util/blueprint-compiler
dev-libs/glib:2
sys-devel/gettext
test? (

View File

@ -1 +0,0 @@
DIST blueprint-compiler-0.6.0.tar.bz2 56896 BLAKE2B 318ffa52b2fbf3b07058e5b4d2f9bb0ef1f6614586b79968889921964b454e5c26d44e58a18185263797f7569135662d14471bafd8e501d7c6386e88972193d0 SHA512 458016f4eabef15026cb3ee675111984b19af8a9139bc412dfb48dfef56b0d0ff028316001d0ce04a90b50d6785c92d799f17ed42ca53fc7582345729ae02207

View File

@ -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
}

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>parona@protonmail.com</email>
<name>Alfred Wingate</name>
</maintainer>
<upstream>
<remote-id type="gnome-gitlab">jwestman/blueprint-compiler</remote-id>
</upstream>
</pkgmetadata>

1
profiles/updates/1Q-2023 Normal file
View File

@ -0,0 +1 @@
move app-text/blueprint-compiler dev-util/blueprint-compiler