public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/tangram/files/, www-client/tangram/
Date: Thu, 18 May 2023 14:41:51 +0000 (UTC)	[thread overview]
Message-ID: <1684420754.8c6ce06ceceac55dc5bfa845747f0141d53e97ae.mattst88@gentoo> (raw)

commit:     8c6ce06ceceac55dc5bfa845747f0141d53e97ae
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 14:39:14 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu May 18 14:39:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6ce06c

www-client/tangram: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 www-client/tangram/Manifest                        |  1 -
 .../tangram-2.0-meson-blueprint-compiler.patch     | 11 -----
 www-client/tangram/tangram-2.0.ebuild              | 51 ----------------------
 3 files changed, 63 deletions(-)

diff --git a/www-client/tangram/Manifest b/www-client/tangram/Manifest
index fbece4354f79..7bce789b6181 100644
--- a/www-client/tangram/Manifest
+++ b/www-client/tangram/Manifest
@@ -1,2 +1 @@
-DIST tangram-2.0.tar.xz 991180 BLAKE2B 1f51b8218a2d7bec9581335319448548765c26f6057ce2be0c5862324fe6659637040f8c878829505550c9c49707987c3f12b707b549f087805bb1adae12ae3d SHA512 e851153f1621e7e14dd4c5445de108126adbb0f56396331b8c2d3354ba49c1ea77b5053e5557d02f1ba817d04c2553f68ab18a9afbc4842a258e0bf9e6a798d6
 DIST tangram-3.0.tar.xz 1379104 BLAKE2B 8a067daf3df328d98af70e66c270ea4e03a5dc6e0e1693d05439feac8cb34bc0816890164fa83f37a1de409a926d8556a192f980586cb71f15bcecb134b89526 SHA512 68914f9f0c08ab272635ae71f796df1e4c66c919a7718e90714978dc16e434681aa8fb475d33bfaaeba31cdb690975457fa9e97f6d866c323e8585149cee7c7b

diff --git a/www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch b/www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch
deleted file mode 100644
index 1ea82d214aee..000000000000
--- a/www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/meson.build
-+++ b/src/meson.build
-@@ -5,7 +5,7 @@ blueprint_compiler = find_program(
-   # Flatpak
-   '/app/bin/blueprint-compiler',
-   # host
--  '../blueprint-compiler/blueprint-compiler.py'
-+  'blueprint-compiler'
- )
- 
- gjspack = find_program('../troll/gjspack/bin/gjspack')

diff --git a/www-client/tangram/tangram-2.0.ebuild b/www-client/tangram/tangram-2.0.ebuild
deleted file mode 100644
index a598bc3ef0b4..000000000000
--- a/www-client/tangram/tangram-2.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson xdg
-
-DESCRIPTION="Web browser designed to organize and run Web applications"
-HOMEPAGE="https://apps.gnome.org/app/re.sonny.Tangram/
-	https://github.com/sonnyp/Tangram/"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/sonnyp/${PN^}.git"
-else
-	SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
-	KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-	dev-libs/gjs
-	gui-libs/gtk:4
-	gui-libs/libadwaita:1
-	net-libs/webkit-gtk:5
-"
-BDEPEND="
-	${RDEPEND}
-	dev-libs/appstream-glib
-	dev-util/blueprint-compiler
-	dev-util/desktop-file-utils
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.0-dont-validate-appstream.patch
-	"${FILESDIR}"/${PN}-2.0-meson-blueprint-compiler.patch
-)
-
-DOCS=( README.md TODO.md )
-
-pkg_postinst() {
-	gnome2_schemas_update
-	xdg_pkg_postinst
-}
-
-pkg_postrm() {
-	gnome2_schemas_update
-	xdg_pkg_postrm
-}


             reply	other threads:[~2023-05-18 14:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-18 14:41 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-13 21:43 [gentoo-commits] repo/gentoo:master commit in: www-client/tangram/files/, www-client/tangram/ Maciej Barć

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=1684420754.8c6ce06ceceac55dc5bfa845747f0141d53e97ae.mattst88@gentoo \
    --to=mattst88@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