public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
Date: Sun,  7 Jan 2024 20:18:49 +0000 (UTC)	[thread overview]
Message-ID: <1704658172.9fa8a1d3db50339e3c7a9045235b815c88fde615.cybertailor@gentoo> (raw)

commit:     9fa8a1d3db50339e3c7a9045235b815c88fde615
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jan  7 20:09:32 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jan  7 20:09:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fa8a1d3

x11-wm/phoc: drop 0.13.1

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

 x11-wm/phoc/Manifest           |  2 -
 x11-wm/phoc/phoc-0.13.1.ebuild | 83 ------------------------------------------
 2 files changed, 85 deletions(-)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index 04d7dbd67d..06e04b7557 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1,3 +1 @@
 DIST phoc-0.33.0.tar.xz 646148 BLAKE2B 74e6ac8eec5a37a9dd255d48b1bca65f992399eeb9dc19b22bb84e746f7cae95306c0a487aae828d939be2a0736408476aba6b947c1f44d825340bfcb1873d49 SHA512 7907c116b426383843b6782bafe5f416e7cb8b4039c9ee81ace35476df3b4d0ef92a968f57edef91094cd28387ceff03f1cdd802de65e0e9e3840eab03a78ac9
-DIST phoc-v0.13.1.tar.gz 166867 BLAKE2B 6606855efe7099d12c8be3ee16c401bbcc618aaed2f264abe982cc4a49ccbc0e65fac1b7d8da62de4261bdf3a322f4313a15723c7b7cb7a9ce279957dbf89c78 SHA512 0da68ac4d0601e91ed5f59eeb0beea64180b546f58b300631495084d366fe515c26fe9d58d0ca20687032f6824ae98dcc82edd8a6c80caa95178d24d27ee2650
-DIST wlroots-c9cd3502ba6113070020de50e41f0af72e0f5031.tar.gz 506612 BLAKE2B 70589e63cf223aa5b3634e057cc8c9d1f52d0f6c0fd3bbf66739bc1c934036bab0e8fc8337f51b1d4bb0d73c008b16421c354194cf215741e84ad88345465870 SHA512 af610233ec2343a3baefbb30db4b9a3f30dac4f8656293849be603fbcad0cdd65e91d80702c35e4aaf47437e8c301229c4933b7c8b5df3a7128979c94bcfcddc

diff --git a/x11-wm/phoc/phoc-0.13.1.ebuild b/x11-wm/phoc/phoc-0.13.1.ebuild
deleted file mode 100644
index 5186898e1f..0000000000
--- a/x11-wm/phoc/phoc-0.13.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg gnome2-utils
-
-MY_PV="v${PV}"
-MY_P="${PN}-${MY_PV}"
-
-WL_COMMIT="c9cd3502ba6113070020de50e41f0af72e0f5031"
-WL_P="wlroots-${WL_COMMIT}"
-
-DESCRIPTION="Wlroots based Phone compositor"
-HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
-
-SRC_URI="
-	https://gitlab.gnome.org/World/Phosh/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz
-	https://source.puri.sm/Librem5/wlroots/-/archive/${WL_COMMIT}/${WL_P}.tar.gz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="+introspection +systemd test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-libs/glib
-	dev-libs/gobject-introspection
-	dev-libs/libinput
-	dev-libs/wayland
-	dev-libs/wayland-protocols
-	gnome-base/gnome-desktop
-	systemd? (
-		!sys-apps/openrc
-		sys-apps/systemd
-	)
-	x11-libs/libdrm
-	x11-libs/pixman
-	x11-libs/xcb-util
-	x11-libs/xcb-util-wm
-	x11-wm/mutter
-	sys-auth/seatd
-	!gui-libs/wlroots
-"
-
-BDEPEND="
-	dev-util/ctags
-	dev-util/meson
-	virtual/pkgconfig
-	x11-base/xorg-server
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	default
-	rm -r "${S}"/subprojects/wlroots || die "Failed to remove bundled wlroots"
-	cp -r "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die "Failed to copy right version of wlroots"
-}
-
-src_configure() {
-	local emesonargs=(
-		-Ddefault_library=shared
-		-Dtests=false
-	)
-	meson_src_configure
-}
-
-src_install() {
-	DESTDIR="${D}" meson_src_install
-	dobin "${S}"/helpers/scale-to-fit
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-}


             reply	other threads:[~2024-01-07 20:18 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-07 20:18 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-04 19:22 [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/ Anna Vyalkova
2024-01-10 22:58 Anna Vyalkova
2024-01-09  9:06 Anna Vyalkova
2024-01-09  9:06 Anna Vyalkova
2024-01-07 20:18 Anna Vyalkova
2024-01-02  0:30 Anna Vyalkova
2022-04-04 12:34 Gerben Jan Dijkman
2022-01-04 14:25 Gerben Jan Dijkman
2022-01-04 14:25 Gerben Jan Dijkman
2021-12-15 11:23 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 11:23 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-10-30 21:21 Gerben Jan Dijkman
2021-10-30 21:14 Gerben Jan Dijkman
2021-10-30 21:00 Gerben Jan Dijkman
2021-08-24 19:23 Andrew Ammerlaan
2021-07-11 16:06 Marco Scardovi
2021-06-27  8:13 Marco Scardovi
2021-06-25 21:13 Marco Scardovi

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=1704658172.9fa8a1d3db50339e3c7a9045235b815c88fde615.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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