public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/ananicy-cpp/
Date: Fri, 29 Apr 2022 03:16:02 +0000 (UTC)	[thread overview]
Message-ID: <1651202150.e71d520f0943cd1087fdeb7ee0fd9f5f39c00d14.Alessandro-Barbieri@gentoo> (raw)

commit:     e71d520f0943cd1087fdeb7ee0fd9f5f39c00d14
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Apr 29 02:58:22 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Apr 29 03:15:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e71d520f

app-admin/ananicy-cpp: add rules from ananicy

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 app-admin/ananicy-cpp/Manifest                                    | 1 +
 ...anicy-cpp-1.0.0_rc6.ebuild => ananicy-cpp-1.0.0_rc6-r1.ebuild} | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-admin/ananicy-cpp/Manifest b/app-admin/ananicy-cpp/Manifest
index 1a88d03ac..a6cc10462 100644
--- a/app-admin/ananicy-cpp/Manifest
+++ b/app-admin/ananicy-cpp/Manifest
@@ -1 +1,2 @@
 DIST ananicy-cpp-v1.0.0-rc6.tar.bz2 41819 BLAKE2B f2d051e12784a66a141c294dd38c84f3d7d392cad0b8e7c8e563b11990695493ceb326df30869ca3647ac19be5eeda1e360e5dd358e1ab7e6af32f58cb240fbf SHA512 8703fd4a12a7a81385f6289a3eb16f7f42f160eebfc3493b3f82eeb2b104539e1911dafcacfc772a2add71dec89bcf94e53958021868f999bdfd1bdf06edac32
+DIST minq-ananicy-9180bb4511e2de5229428303df1a4954b0c516d9.tar.gz 48127 BLAKE2B f8cd256b141df6cca7feba22595afa7f2d92284a86b9fc9794630faad339828b1343dae87537fd054b33a87d59278f56178fbcb5af545e710232e8c518ac9e66 SHA512 846849c4c0466166f09cf3da4ef1e5a339680bbe5b823838b4aa7f8b5b69871498c9387aff2eb01c09991cad894d145b3ae76bce4403f55bf14c78b42a81a1a5

diff --git a/app-admin/ananicy-cpp/ananicy-cpp-1.0.0_rc6.ebuild b/app-admin/ananicy-cpp/ananicy-cpp-1.0.0_rc6-r1.ebuild
similarity index 70%
rename from app-admin/ananicy-cpp/ananicy-cpp-1.0.0_rc6.ebuild
rename to app-admin/ananicy-cpp/ananicy-cpp-1.0.0_rc6-r1.ebuild
index adb59f5d1..bfe106080 100644
--- a/app-admin/ananicy-cpp/ananicy-cpp-1.0.0_rc6.ebuild
+++ b/app-admin/ananicy-cpp/ananicy-cpp-1.0.0_rc6-r1.ebuild
@@ -3,13 +3,17 @@
 
 EAPI=8
 
+ANANICY_COMMIT="9180bb4511e2de5229428303df1a4954b0c516d9" # for rules
 MYPV="${PV/_rc/-rc}"
 
 inherit cmake
 
 DESCRIPTION="Ananicy rewritten in C++ for much lower CPU and memory usage"
 HOMEPAGE="https://gitlab.com/ananicy-cpp/ananicy-cpp"
-SRC_URI="https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v${MYPV}/${PN}-v${MYPV}.tar.bz2"
+SRC_URI="
+	https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v${MYPV}/${PN}-v${MYPV}.tar.bz2
+	https://github.com/kuche1/minq-ananicy/archive/${ANANICY_COMMIT}.tar.gz -> minq-ananicy-${ANANICY_COMMIT}.tar.gz
+"
 S="${WORKDIR}/${PN}-v${MYPV}"
 
 LICENSE="GPL-3"
@@ -46,4 +50,6 @@ src_configure() {
 src_install() {
 	cmake_src_install
 	doinitd "${FILESDIR}/${PN}.initd"
+	insinto /etc
+	doins -r "${WORKDIR}/minq-ananicy-${ANANICY_COMMIT}/ananicy.d"
 }


             reply	other threads:[~2022-04-29  3:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-29  3:16 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-05 21:16 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/ananicy-cpp/ Alessandro Barbieri
2023-09-13  5:09 Remigiusz Micielski
2024-03-04  6:43 Alberto Gireud
2024-03-04  6:43 Alberto Gireud
2024-03-04  6:43 Alberto Gireud
2024-03-05  8:24 Alberto Gireud
2024-03-07  4:06 Alberto Gireud
2024-03-25 16:41 Julien Roy

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=1651202150.e71d520f0943cd1087fdeb7ee0fd9f5f39c00d14.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --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