public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/
Date: Sun, 11 Feb 2024 17:50:36 +0000 (UTC)	[thread overview]
Message-ID: <1707669334.83bbdd8a332fdd6a86fd18a54acdfdc4ef22d740.davidroman@gentoo> (raw)

commit:     83bbdd8a332fdd6a86fd18a54acdfdc4ef22d740
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 11 10:44:40 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb 11 16:35:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83bbdd8a

gui-wm/phoc: drop 0.35.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 gui-wm/phoc/Manifest           |  1 -
 gui-wm/phoc/phoc-0.35.0.ebuild | 85 ------------------------------------------
 2 files changed, 86 deletions(-)

diff --git a/gui-wm/phoc/Manifest b/gui-wm/phoc/Manifest
index 7710ab46ea..25e6bfe1a1 100644
--- a/gui-wm/phoc/Manifest
+++ b/gui-wm/phoc/Manifest
@@ -1,3 +1,2 @@
-DIST phoc-0.35.0.tar.xz 677432 BLAKE2B 722a3669b1d76015612b5f4020d0e21c47faa8f6fb19887b2b79d4f6b79e30f45e0332ae2e2771fb9169214002508bdcff61ee0e7f874930e03a7cf952c44e7c SHA512 ec4b382ef11b257afe3b13ebf1e588353c785279afde4b1a8ee80790cb6a299fd94098a5170b30a2114061d86bdf388bb1c99f8ce1bd5173deb886d11015681e
 DIST phoc-0.36.0.tar.xz 681384 BLAKE2B 6c27c785dd01f9e44cb0940c5a4f73d5ce75cad85808d0b6c801360401ff001cca839abd27bc8442702c5241bac043c6d7015e6f1c5a5ec30cfcb6779adf973b SHA512 a47851a3e222958ad55c05ed86a068b30f6e00ed5d7e957aab99e7f4103b95fee4db6b177f2de8d0c9ce11306c68ef74d78e38ea0bdb6c47e66f9ef9bf0e9f66
 DIST phoc-0.36.0.tar.xz.asc 833 BLAKE2B 0562c02dcb5d1618b3a316c4c36e4757f4729adf99b8ac748ed52c1bdcad6b65bc9fdb98462375e80f6898d699c6e237e4aa5057631434235166ca616de7d2e6 SHA512 2108eed0a0723c743d86eee9f517a9c8505faf8f55a32eb60ee9da04ae53221b00520ca9e422397617d1bde6f1047ba2ebdf6d45211df052b9b2cfa2d3ea12fe

diff --git a/gui-wm/phoc/phoc-0.35.0.ebuild b/gui-wm/phoc/phoc-0.35.0.ebuild
deleted file mode 100644
index 6b3b29f93f..0000000000
--- a/gui-wm/phoc/phoc-0.35.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson virtualx xdg
-
-DESCRIPTION="Wayland compositor for mobile phones"
-HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
-SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz"
-
-LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="+X gtk-doc man test"
-REQUIRED_USE="test? ( X )"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	>=dev-libs/glib-2.74:2
-	dev-libs/json-glib
-	dev-libs/libinput:=
-	dev-libs/wayland
-	>=gnome-base/gnome-desktop-3.26:3
-	gnome-base/gsettings-desktop-schemas
-	>=gui-libs/wlroots-0.17.1:=[X?]
-	<gui-libs/wlroots-0.18.0
-	media-libs/libglvnd
-	x11-libs/libdrm
-	x11-libs/pixman
-	x11-libs/libxkbcommon[X?,wayland]
-	test? (
-		gui-libs/wlroots[x11-backend]
-		x11-wm/mutter
-	)
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	dev-libs/glib:2
-	dev-libs/wayland-protocols
-	dev-util/wayland-scanner
-	sys-devel/gettext
-	gtk-doc? ( dev-util/gi-docgen )
-	man? ( dev-python/docutils )
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_feature X xwayland)
-		$(meson_use gtk-doc gtk_doc)
-		$(meson_use man)
-		$(meson_use test tests)
-		-Dembed-wlroots=disabled
-	)
-	meson_src_configure
-}
-
-src_test() {
-	local -x LC_ALL="C.UTF-8"
-	local -x WLR_RENDERER="pixman"
-
-	virtx meson_src_test
-}
-
-src_install() {
-	meson_src_install
-
-	if use gtk-doc; then
-		mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die
-		mv "${ED}"/usr/share/doc/${PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die
-	fi
-
-	newbin helpers/auto-maximize phoc-auto-maximize
-	newbin helpers/scale-to-fit phoc-scale-to-fit
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_schemas_update
-}


             reply	other threads:[~2024-02-11 17:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-11 17:50 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-30 15:26 [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/ David Roman
2025-01-02 19:26 David Roman
2025-01-02 19:26 David Roman
2024-11-17  3:36 Julien Roy
2024-10-22 15:55 David Roman
2024-10-21  9:51 David Roman
2024-09-19 12:13 David Roman
2024-08-20 20:46 David Roman
2024-04-09 23:09 Julien Roy
2024-04-09 11:25 Julien Roy
2024-02-11 17:50 David Roman
2024-02-05 11:57 David Roman

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=1707669334.83bbdd8a332fdd6a86fd18a54acdfdc4ef22d740.davidroman@gentoo \
    --to=davidroman96@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