public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/girara/
Date: Mon, 10 Mar 2025 02:54:27 +0000 (UTC)	[thread overview]
Message-ID: <1741575054.cd8b9e60d7ac154e90886d17191b86663d49911f.sam@gentoo> (raw)

commit:     cd8b9e60d7ac154e90886d17191b86663d49911f
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Mon Feb  3 15:08:16 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 02:50:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8b9e60

dev-libs/girara: drop 0.4.0-r1

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/girara/Manifest               |  1 -
 dev-libs/girara/girara-0.4.0-r1.ebuild | 62 ----------------------------------
 2 files changed, 63 deletions(-)

diff --git a/dev-libs/girara/Manifest b/dev-libs/girara/Manifest
index 54cd3034916a..40b1cff22443 100644
--- a/dev-libs/girara/Manifest
+++ b/dev-libs/girara/Manifest
@@ -1,3 +1,2 @@
-DIST girara-0.4.0.tar.xz 60804 BLAKE2B 4653986945b89c87c597f20425c0009473679578b9a92fd3f4480aa2decc5dcbb2c1a2b0db07bef67c818c2e2940b6c363da0020fa24e7001be13cb68e2ba945 SHA512 a8753231cb9de7d60ddaf6e7b19537f23ce447be5885725c982e395068466089fca46980d413cc4ea8e4a8059ccd4615366297600bcf7ef5bddf02d649703dec
 DIST girara-0.4.2.tar.xz 61468 BLAKE2B 7be287045c269c8a1f2b51b14f0b7f840d7d5929f81c27410a86653943f73b07a1ce16c5a5fe420e7df6f02d4f426b48a622d4cf483dc5065cd8551e273d8fcf SHA512 70dddf8998e37acce25325ddeb5a9b5c5844669b51320733d9d7a572831f28c72207aa6d608b7a856969d7fd0785cbab076596b814eb2e9ef37bf49bb5d476ae
 DIST girara-0.4.4.tar.gz 74211 BLAKE2B d73914011fb62e29ed9510f081cd6d85b5d0dfdf28b2b6ca9847f146ce5861836ace26043fcd54396c5b23509c14a943fc526ee11d3d91b8a13c559837e0a52f SHA512 4c106c2156ff397caad2c173cbfb5f2dc8f4574a59c70e7d04e941fd5273948c7e2cc4662b91a489dc689e6537b72bdb1771849cf7775d6afa167f2616a3d4c7

diff --git a/dev-libs/girara/girara-0.4.0-r1.ebuild b/dev-libs/girara/girara-0.4.0-r1.ebuild
deleted file mode 100644
index cd469d5dc7e7..000000000000
--- a/dev-libs/girara/girara-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson virtualx
-
-DESCRIPTION="UI library that focuses on simplicity and minimalism"
-HOMEPAGE="https://pwmt.org/projects/girara/"
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
-	EGIT_BRANCH="develop"
-else
-	SRC_URI="https://pwmt.org/projects/girara/download/${P}.tar.xz"
-	KEYWORDS="amd64 arm ~riscv x86"
-fi
-
-LICENSE="ZLIB"
-SLOT="0"
-IUSE="doc libnotify test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	app-accessibility/at-spi2-core
-	dev-libs/glib:2
-	dev-libs/json-glib:=
-	media-libs/harfbuzz:=
-	x11-libs/cairo[glib]
-	x11-libs/gdk-pixbuf
-	>=x11-libs/gtk+-3.20:3
-	x11-libs/pango
-	libnotify? ( x11-libs/libnotify )
-"
-DEPEND="
-	${RDEPEND}
-	test? ( x11-base/xorg-proto )
-"
-# Tests are run under virtx
-BDEPEND="
-	virtual/pkgconfig
-	doc? ( app-text/doxygen )
-	test? (
-		dev-libs/check
-		x11-libs/gtk+:3[X]
-	)
-"
-
-src_configure() {
-	local -a emesonargs=(
-		-Djson=enabled
-		$(meson_feature doc docs)
-		$(meson_feature libnotify notify)
-	)
-	meson_src_configure
-}
-
-src_test() {
-	# TODO: run test on wayland
-	virtx meson_src_test
-}


             reply	other threads:[~2025-03-10  2:54 UTC|newest]

Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-10  2:54 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10  2:54 [gentoo-commits] repo/gentoo:master commit in: dev-libs/girara/ Sam James
2025-03-10  2:54 Sam James
2025-03-10  2:54 Sam James
2025-03-02  8:21 Sam James
2025-02-04 14:17 Sam James
2024-12-30 17:26 Sam James
2024-08-29 13:19 Joonas Niilola
2024-05-27 13:24 Joonas Niilola
2024-02-24  7:14 Joonas Niilola
2024-02-24  7:08 Sam James
2024-02-23 11:43 Sam James
2024-01-28 17:34 Matt Turner
2024-01-23  6:54 Joonas Niilola
2024-01-23  6:50 Joonas Niilola
2024-01-21  4:02 Sam James
2024-01-21  4:02 Sam James
2023-12-11  5:56 Joonas Niilola
2023-12-10  7:51 Joonas Niilola
2023-12-10  7:51 Joonas Niilola
2023-12-09 21:22 Sam James
2023-12-09 21:22 Sam James
2023-09-29  7:17 Arthur Zamarin
2023-09-29  7:17 Arthur Zamarin
2023-09-29  7:17 Arthur Zamarin
2023-09-29  7:17 Arthur Zamarin
2023-08-09 18:14 Piotr Karbowski
2023-05-02 17:35 Sam James
2023-05-02 17:29 Arthur Zamarin
2023-05-02 15:21 Arthur Zamarin
2023-03-19 22:57 Piotr Karbowski
2023-03-07 15:45 Sam James
2023-03-06 13:05 Arthur Zamarin
2023-03-05 16:35 Arthur Zamarin
2023-03-05 10:51 Piotr Karbowski
2023-01-30 21:53 Piotr Karbowski
2022-06-02 12:02 Jakov Smolić
2022-05-05  3:54 Sam James
2022-05-05  3:54 Sam James
2022-03-27 23:20 Piotr Karbowski
2021-12-06 15:23 Sam James
2021-12-05 18:32 Sam James
2021-12-05  4:17 Sam James
2021-10-16 20:54 Piotr Karbowski
2021-08-05 14:02 Yixun Lan
2021-01-10 13:16 Sam James
2021-01-09 16:22 Sam James
2021-01-04  3:31 Sam James
2021-01-04  1:44 Sam James
2020-09-18  8:26 Agostino Sarubbo
2020-09-18  7:45 Agostino Sarubbo
2020-09-18  7:29 Agostino Sarubbo
2020-09-16  1:23 Sam James
2020-08-24 11:58 Mikle Kolyada
2020-05-02 19:47 Thomas Deutschmann
2020-01-08 13:18 Mikle Kolyada
2020-01-08 13:17 Mikle Kolyada
2019-11-04  8:02 Mikle Kolyada
2019-10-27 18:09 Mikle Kolyada
2019-09-13 11:24 Mikle Kolyada
2019-09-13 11:09 Mikle Kolyada
2019-04-28 18:15 Mikle Kolyada
2019-02-08 14:50 Mikle Kolyada
2018-12-27 18:26 Mikle Kolyada
2018-12-23  9:24 Mikle Kolyada
2018-12-11  9:58 Mikle Kolyada
2018-12-09 23:51 Thomas Deutschmann
2018-11-25 12:14 Mikle Kolyada
2018-11-25 10:57 Mikle Kolyada
2018-11-17 14:02 Mikle Kolyada
2018-11-10 23:30 Mikle Kolyada
2018-10-08 19:03 Mikle Kolyada
2018-10-08 15:19 Mikle Kolyada
2018-10-08  9:01 Mikle Kolyada
2018-10-07 21:55 Mikle Kolyada
2018-10-07 21:51 Mikle Kolyada
2018-10-07 21:51 Mikle Kolyada
2018-07-22 16:28 Mikle Kolyada
2018-04-15 11:34 David Seifert
2018-04-14 17:24 Aaron Bauman
2018-04-12  0:54 Thomas Deutschmann
2018-01-28 16:19 Michael Weber
2018-01-28 16:19 Michael Weber
2017-08-20 19:16 Thomas Deutschmann
2017-07-15 15:17 Tobias Klausmann
2017-02-23 13:27 Michael Weber
2017-01-29 19:51 Michael Weber
2017-01-23  1:40 Michael Weber
2017-01-12 14:06 Patrice Clement
2016-07-31 16:58 Maxim Koltsov
2016-01-09  1:33 Michael Weber
2016-01-09  1:04 Michael Weber

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=1741575054.cd8b9e60d7ac154e90886d17191b86663d49911f.sam@gentoo \
    --to=sam@gentoo.org \
    --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