commit:     7efe843d59eb204aa79e147fd84b8719807598a3
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Mar 25 16:40:55 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Mar 25 16:40:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7efe843d

app-admin/ananicy-cpp: drop 1.1.1, 1.1.1-r2

Revert changes from a6b3f15b1a76a2b066f9ff763fab5588bab902c6

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 app-admin/ananicy-cpp/ananicy-cpp-1.1.1-r2.ebuild | 50 -----------------------
 app-admin/ananicy-cpp/ananicy-cpp-1.1.1.ebuild    | 49 ----------------------
 2 files changed, 99 deletions(-)

diff --git a/app-admin/ananicy-cpp/ananicy-cpp-1.1.1-r2.ebuild 
b/app-admin/ananicy-cpp/ananicy-cpp-1.1.1-r2.ebuild
deleted file mode 100644
index e97720ff94..0000000000
--- a/app-admin/ananicy-cpp/ananicy-cpp-1.1.1-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Ananicy rewritten in C++ for much lower CPU and memory usage"
-HOMEPAGE="https://gitlab.com/ananicy-cpp/ananicy-cpp";
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="systemd"
-
-SRC_URI="https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
-S="${WORKDIR}/${PN}-v${PV}"
-
-DEPEND="
-       !app-admin/ananicy
-       >=dev-cpp/nlohmann_json-3.9
-       >=dev-libs/libfmt-8
-       >=dev-libs/spdlog-1.9
-       systemd? ( sys-apps/systemd )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${P}-remove-debug-flags.patch"
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_SYSTEMD=$(usex systemd)
-               -DUSE_EXTERNAL_FMTLIB=ON
-               -DUSE_EXTERNAL_JSON=ON
-               -DUSE_EXTERNAL_SPDLOG=ON
-               -DVERSION=${PV}
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-
-       if ! use systemd ; then
-               doinitd "${FILESDIR}/${PN}.initd"
-       fi
-
-       keepdir /etc/ananicy.d
-}

diff --git a/app-admin/ananicy-cpp/ananicy-cpp-1.1.1.ebuild 
b/app-admin/ananicy-cpp/ananicy-cpp-1.1.1.ebuild
deleted file mode 100644
index 9ccfb2cf21..0000000000
--- a/app-admin/ananicy-cpp/ananicy-cpp-1.1.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Ananicy rewritten in C++ for much lower CPU and memory usage"
-HOMEPAGE="https://gitlab.com/ananicy-cpp/ananicy-cpp";
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+regex systemd +threads"
-
-SRC_URI="https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
-S="${WORKDIR}/${PN}-v${PV}"
-
-DEPEND="
-       !app-admin/ananicy
-       >=dev-cpp/nlohmann_json-3.9
-       >=dev-libs/libfmt-8
-       >=dev-libs/spdlog-1.9
-       regex? ( >=dev-libs/libpcre2-8 )
-       systemd? ( sys-apps/systemd )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_REGEX_SUPPORT=$(usex regex)
-               -DENABLE_SYSTEMD=$(usex systemd)
-               -DENABLE_THREADS=$(usex threads)
-               -DUSE_EXTERNAL_FMTLIB=ON
-               -DUSE_EXTERNAL_JSON=ON
-               -DUSE_EXTERNAL_SPDLOG=ON
-               -DVERSION=${PV}
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-
-       if ! use systemd ; then
-               doinitd "${FILESDIR}/${PN}.initd"
-       fi
-
-       keepdir /etc/ananicy.d
-}

Reply via email to