public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/bonzomatic/
Date: Sun, 13 Jun 2021 08:49:07 +0000 (UTC)	[thread overview]
Message-ID: <1623424991.ccde6e304101ceb0084f644eb21b1cb34ec86f99.lanodan@gentoo> (raw)

commit:     ccde6e304101ceb0084f644eb21b1cb34ec86f99
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jun  6 02:38:22 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jun 11 15:23:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccde6e30

media-gfx/bonzomatic: drop unmaintained live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 media-gfx/bonzomatic/bonzomatic-9999.ebuild | 72 -----------------------------
 1 file changed, 72 deletions(-)

diff --git a/media-gfx/bonzomatic/bonzomatic-9999.ebuild b/media-gfx/bonzomatic/bonzomatic-9999.ebuild
deleted file mode 100644
index ee701bf37..000000000
--- a/media-gfx/bonzomatic/bonzomatic-9999.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Live shader coding tool and Shader Showdown workhorse"
-HOMEPAGE="https://github.com/Gargaj/Bonzomatic"
-if [[ "${PV}" == "9999" ]]
-then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/Gargaj/Bonzomatic"
-else
-	MY_PV="$(ver_rs 1- -)"
-	SRC_URI="https://github.com/Gargaj/Bonzomatic/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/Bonzomatic-${MY_PV}"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="Unlicense"
-SLOT="0"
-IUSE="system-glfw system-glew system-stb system-kissfft wayland"
-
-# TODO: system-miniaudio, system-jsonxx/json++, system-scintilla
-# !system-glfw copied from media-libs/glfw-3.3.3::gentoo
-# !system-glew copied from media-libs/glew-2.2.0::gentoo
-DEPEND="
-	system-glfw? ( media-libs/glfw )
-	!system-glfw? (
-		wayland? (
-			dev-libs/wayland
-			media-libs/mesa[egl,wayland]
-			dev-libs/wayland-protocols
-		)
-		!wayland? (
-			x11-libs/libX11
-			x11-libs/libXcursor
-			x11-libs/libXinerama
-			x11-libs/libXrandr
-			x11-libs/libXxf86vm
-			x11-libs/libXi
-		)
-	)
-	system-glew? ( media-libs/glew:= )
-	!system-glew? (
-		>=x11-libs/libX11-1.6.2
-		>=x11-libs/libXext-1.3.2
-		>=x11-libs/libXi-1.7.2
-		>=x11-libs/libXmu-1.1.1-r1
-	)
-	system-stb? ( dev-libs/stb )
-	system-kissfft? ( sci-libs/kissfft )
-	virtual/opengl
-	virtual/glu
-	media-libs/alsa-lib
-	media-libs/fontconfig
-"
-RDEPEND="${DEPEND}"
-BDEPEND="!system-glfw? ( wayland? ( dev-libs/wayland-protocols ) )"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBONZOMATIC_USE_SYSTEM_GLFW=$(usex system-glfw)
-		-DGLFW_USE_WAYLAND="$(usex wayland)"
-		-DBONZOMATIC_USE_SYSTEM_GLEW=$(usex system-glew)
-		-DBONZOMATIC_USE_SYSTEM_STB=$(usex system-stb)
-		-DBONZOMATIC_USE_SYSTEM_KISSFFT=$(usex system-kissfft)
-	)
-
-	cmake_src_configure
-}


             reply	other threads:[~2021-06-13  8:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-13  8:49 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-09 10:05 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/bonzomatic/ Viorel Munteanu
2023-04-09 10:05 Viorel Munteanu
2023-04-09 10:05 Viorel Munteanu
2023-04-09 10:05 Viorel Munteanu
2022-07-03 12:17 Andrew Ammerlaan
2022-05-24 14:51 Florian Schmaus
2022-05-24 14:51 Florian Schmaus
2022-04-12 19:35 Ronny Gutbrod
2021-05-08  6:14 [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier
2021-05-08  6:16 ` [gentoo-commits] repo/proj/guru:master " Haelwenn Monnier
2021-04-20 18:55 Andrew Ammerlaan
2021-04-18  8:59 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-18  9:10 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-15 12:51 Andrew Ammerlaan
2021-04-06  9:03 Andrew Ammerlaan

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=1623424991.ccde6e304101ceb0084f644eb21b1cb34ec86f99.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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