* [gentoo-commits] repo/proj/guru:master commit in: profiles/, gui-libs/aquamarine/
@ 2024-07-25 10:10 David Roman
0 siblings, 0 replies; only message in thread
From: David Roman @ 2024-07-25 10:10 UTC (permalink / raw
To: gentoo-commits
commit: a9a17a263e464ef6feade038ab4617890f04fa4a
Author: John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Thu Jul 25 03:09:57 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jul 25 03:10:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9a17a26
gui-libs/aquamarine: treeclean (moved to ::gentoo)
Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me>
gui-libs/aquamarine/Manifest | 1 -
gui-libs/aquamarine/aquamarine-0.1.1.ebuild | 51 -----------------------------
gui-libs/aquamarine/aquamarine-9999.ebuild | 51 -----------------------------
gui-libs/aquamarine/metadata.xml | 13 --------
profiles/package.mask | 5 ---
5 files changed, 121 deletions(-)
diff --git a/gui-libs/aquamarine/Manifest b/gui-libs/aquamarine/Manifest
deleted file mode 100644
index f3b2ca57f..000000000
--- a/gui-libs/aquamarine/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aquamarine-0.1.1.tar.gz 70241 BLAKE2B 511e03fed61f970b6309f4cc630e6cfee9eabb4b2d95da27699aa9b38e8e20922847272c9bb4467fb59f428b7137196be2e31cf4e34ac0bb61df5e1520c6f27a SHA512 5e51db094d8a30b53f6bd0e8895039adb354f04428c49e6d1b6fdbbc13d9e8ee02d42da1f9d78bb495a0cd8e286888323a5dbdf663ae6df7495072ed6ab4abc2
diff --git a/gui-libs/aquamarine/aquamarine-0.1.1.ebuild b/gui-libs/aquamarine/aquamarine-0.1.1.ebuild
deleted file mode 100644
index 80acaec62..000000000
--- a/gui-libs/aquamarine/aquamarine-0.1.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Aquamarine is a very light linux rendering backend library"
-HOMEPAGE="https://github.com/hyprwm/aquamarine"
-
-if [[ "${PV}" = *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
-else
- SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="
- dev-libs/wayland
- media-libs/mesa[opengl]
- media-libs/libdisplay-info
- >=dev-libs/libinput-1.26.1
- >=dev-util/hyprwayland-scanner-0.4.0
- >=gui-libs/hyprutils-0.1.5
- gui-libs/egl-gbm
- x11-libs/cairo
- x11-libs/libxkbcommon
- x11-libs/libdrm
- x11-libs/pango
- x11-libs/pixman
- virtual/libudev
- sys-apps/hwdata
-"
-DEPEND="
- ${RDEPEND}
- dev-libs/wayland-protocols
-"
-
-BDEPEND="
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
-
-src_prepare() {
- sed -i "/add_compile_options(-O3)/d" "${S}/CMakeLists.txt" || die
- cmake_src_prepare
-}
diff --git a/gui-libs/aquamarine/aquamarine-9999.ebuild b/gui-libs/aquamarine/aquamarine-9999.ebuild
deleted file mode 100644
index 80acaec62..000000000
--- a/gui-libs/aquamarine/aquamarine-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Aquamarine is a very light linux rendering backend library"
-HOMEPAGE="https://github.com/hyprwm/aquamarine"
-
-if [[ "${PV}" = *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
-else
- SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="
- dev-libs/wayland
- media-libs/mesa[opengl]
- media-libs/libdisplay-info
- >=dev-libs/libinput-1.26.1
- >=dev-util/hyprwayland-scanner-0.4.0
- >=gui-libs/hyprutils-0.1.5
- gui-libs/egl-gbm
- x11-libs/cairo
- x11-libs/libxkbcommon
- x11-libs/libdrm
- x11-libs/pango
- x11-libs/pixman
- virtual/libudev
- sys-apps/hwdata
-"
-DEPEND="
- ${RDEPEND}
- dev-libs/wayland-protocols
-"
-
-BDEPEND="
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
-
-src_prepare() {
- sed -i "/add_compile_options(-O3)/d" "${S}/CMakeLists.txt" || die
- cmake_src_prepare
-}
diff --git a/gui-libs/aquamarine/metadata.xml b/gui-libs/aquamarine/metadata.xml
deleted file mode 100644
index 14f100295..000000000
--- a/gui-libs/aquamarine/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>johnmh@johnmh.me</email>
- <name>John M. Harris, Jr.</name>
- </maintainer>
- <upstream>
- <changelog>https://github.com/hyprwm/aquamarine/releases</changelog>
- <bugs-to>https://github.com/hyprwm/aquamarine/issues</bugs-to>
- <remote-id type="github">hyprwm/aquamarine</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 4b79217c9..04802800e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -18,11 +18,6 @@
# New entries go on top.
-# Lucio Sauer <watermanpaint@posteo.net> (2024-07-23)
-# Dependency >=dev-util/hyprwayland-scanner-0.4.0 not yet in ::gentoo
-# https://github.com/gentoo/gentoo/pull/37676
-gui-libs/aquamarine
-
# Michael Mair-Keimberger <mmk@levelnine.at> (2024-07-20)
# Decided to move my personal wiki to dokuwiki. If someone wants to
# keep it, feel free to take over it.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-07-25 10:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25 10:10 [gentoo-commits] repo/proj/guru:master commit in: profiles/, gui-libs/aquamarine/ David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox