public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yuan Liao" <liaoyuan@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/blueprint-compiler/
Date: Tue, 29 Nov 2022 22:12:01 +0000 (UTC)	[thread overview]
Message-ID: <1669758935.fe67eb92e4c9b39d271da72619b6381562f2443c.liaoyuan@gentoo> (raw)

commit:     fe67eb92e4c9b39d271da72619b6381562f2443c
Author:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Tue Nov 29 21:55:35 2022 +0000
Commit:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
CommitDate: Tue Nov 29 21:55:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe67eb92

dev-util/blueprint-compiler: Drop 0.2.0

Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>

 dev-util/blueprint-compiler/Manifest               |  1 -
 .../blueprint-compiler-0.2.0.ebuild                | 61 ----------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-util/blueprint-compiler/Manifest b/dev-util/blueprint-compiler/Manifest
index 00f72b978..1e308fba2 100644
--- a/dev-util/blueprint-compiler/Manifest
+++ b/dev-util/blueprint-compiler/Manifest
@@ -1,3 +1,2 @@
-DIST blueprint-compiler-v0.2.0.tar.bz2 45480 BLAKE2B 64c477070ea684002dc1e38eac8d22633ae7b46efb9887733118838c04d2c4e386d3825b3e07dcba1adada83afad439025d082d3bd74d2d737c1f5552085a716 SHA512 dfb16354a13a18c0e6db52dc0b88ab7339fbf3eb56541d0a273551c009c7f05c651d41814397986ef2cebdefb6d4e57d0eb3690dd2a7a9eebfb0cfb23e96e3e6
 DIST blueprint-compiler-v0.4.0.tar.bz2 50396 BLAKE2B eb51af35030fbaa583b809de0449e7e54143a7b5e582b9be24a0345ca704fb1b1d2778d96ebfb02cc66e4c4acdc97a0356e03624f33be1ea28316ed815c0e334 SHA512 9eb3b17e8b44ecd400c1ec683bf1edee54877a0f16e545ba2f9f9cb683163983fd096ff9403ab36658f92678036f4b6b43e1343cf2bc4793332ef4b2972408ac
 DIST blueprint-compiler-v0.6.0.tar.bz2 56896 BLAKE2B 318ffa52b2fbf3b07058e5b4d2f9bb0ef1f6614586b79968889921964b454e5c26d44e58a18185263797f7569135662d14471bafd8e501d7c6386e88972193d0 SHA512 458016f4eabef15026cb3ee675111984b19af8a9139bc412dfb48dfef56b0d0ff028316001d0ce04a90b50d6785c92d799f17ed42ca53fc7582345729ae02207

diff --git a/dev-util/blueprint-compiler/blueprint-compiler-0.2.0.ebuild b/dev-util/blueprint-compiler/blueprint-compiler-0.2.0.ebuild
deleted file mode 100644
index b55e91db8..000000000
--- a/dev-util/blueprint-compiler/blueprint-compiler-0.2.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit meson python-single-r1
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.gnome.org/jwestman/blueprint-compiler.git"
-else
-	SRC_URI="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v${PV}/blueprint-compiler-v${PV}.tar.bz2"
-	S="${WORKDIR}/${PN}-v${PV}"
-	KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Compiler for Blueprint, a markup language for GTK user interfaces"
-HOMEPAGE="https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-IUSE="doc test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	${PYTHON_DEPS}
-	doc? (
-		$(python_gen_cond_dep '
-			dev-python/sphinx[${PYTHON_USEDEP}]
-			dev-python/furo[${PYTHON_USEDEP}]
-		')
-	)
-"
-
-DEPEND="
-	test? (
-		gui-libs/gtk:4[introspection]
-	)
-"
-
-RDEPEND="
-	${PYTHON_DEPS}
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use doc docs)
-	)
-	meson_src_configure
-}
-
-src_install() {
-	use doc && HTML_DOCS=( "${BUILD_DIR}/docs"/* )
-	meson_src_install
-	python_optimize "${D}/usr/share/${PN}"
-	python_fix_shebang "${D}/usr/bin/${PN}"
-}


             reply	other threads:[~2022-11-29 22:12 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-29 22:12 Yuan Liao [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-14 16:07 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/blueprint-compiler/ Yuan Liao
2023-01-25 22:33 Yuan Liao
2023-01-25 22:33 Yuan Liao
2023-01-20  0:05 Yuan Liao
2022-12-05 21:42 Yuan Liao
2022-11-29 22:12 Yuan Liao
2022-11-29 22:12 Yuan Liao
2022-11-29 22:12 Yuan Liao
2022-09-16 17:16 Yuan Liao
2022-09-16 17:16 Yuan Liao
2022-07-30 15:49 Yuan Liao
2022-07-07  0:41 Anna Vyalkova
2022-06-11 15:27 Yuan Liao
2022-06-11 15:27 Yuan Liao
2022-06-11 15:27 Yuan Liao
2022-04-20 18:51 Yuan Liao
2022-04-20 18:51 Yuan Liao
2022-03-21  6:28 Yuan Liao
2022-02-21 14:22 Yuan Liao
2022-02-19 23:58 Yuan Liao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1669758935.fe67eb92e4c9b39d271da72619b6381562f2443c.liaoyuan@gentoo \
    --to=liaoyuan@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox