public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Daniel Pielmeier" <billie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pfl/
Date: Fri,  8 Mar 2024 14:04:15 +0000 (UTC)	[thread overview]
Message-ID: <1709906631.c257fcccb4f94bc6af3b6f88503f401806b63396.billie@gentoo> (raw)

commit:     c257fcccb4f94bc6af3b6f88503f401806b63396
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 14:03:51 2024 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 14:03:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c257fccc

app-portage/pfl: add 3.5

Closes: https://bugs.gentoo.org/926417
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>

 app-portage/pfl/Manifest       |  1 +
 app-portage/pfl/pfl-3.5.ebuild | 49 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/app-portage/pfl/Manifest b/app-portage/pfl/Manifest
index ba8c9f3cfcab..c91b7f55f85f 100644
--- a/app-portage/pfl/Manifest
+++ b/app-portage/pfl/Manifest
@@ -1 +1,2 @@
 DIST pfl-3.4.tar.gz 18651 BLAKE2B 09793883a1ed6f70da2f01fb81cfafa407ed43584a826f2cd8fde6d75b544ed803a220fc517e649774100da32e64d01fad8ff0dcbaff9068f57cdf7bd4414169 SHA512 c21b43f234a778d74e05cd45b7ccb48b131d6998e632d044a4bccc2f772099d02d1c5e7ab75fc6f9deb14e2f1ed1f31bac51e917e628065b4a36d73b8d77336f
+DIST pfl-3.5.tar.gz 20882 BLAKE2B 695867e9f612d49aa0d54830733403fa3351f8545b530243ba00cb72e73e258a2a3da5d6a3a9f4674d542ea8bf4994c56056f21aa385c5dfc3bb2f233cf47a39 SHA512 4c058cf3530c584cad03f11e19d7e102429d4150958cd14275e884c0ea7e5c205ecf0604858ccd65bbc60d0df8e385a2496909b049b24e8cb52a3a685349c38e

diff --git a/app-portage/pfl/pfl-3.5.ebuild b/app-portage/pfl/pfl-3.5.ebuild
new file mode 100644
index 000000000000..08f27aa7c608
--- /dev/null
+++ b/app-portage/pfl/pfl-3.5.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1 systemd
+
+DESCRIPTION="Searchable online file/package database for Gentoo"
+HOMEPAGE="https://www.portagefilelist.de https://github.com/portagefilelist/client"
+SRC_URI="https://github.com/portagefilelist/client/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="+network-cron"
+
+RDEPEND="
+	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/termcolor[${PYTHON_USEDEP}]
+	sys-apps/portage[${PYTHON_USEDEP}]
+	network-cron? ( sys-apps/util-linux[caps] )
+"
+
+S="${WORKDIR}/client-${PV}"
+
+python_install_all() {
+	if use network-cron ; then
+		exeinto /etc/cron.weekly
+		doexe cron/pfl
+	fi
+
+	systemd_dounit systemd/pfl.{service,timer}
+
+	keepdir /var/lib/${PN}
+
+	distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+	if [[ ! -e "${EROOT}/var/lib/${PN}/pfl.info" ]]; then
+		touch "${EROOT}/var/lib/${PN}/pfl.info" || die
+	fi
+	chown -R portage:portage "${EROOT}/var/lib/${PN}" || die
+	chmod 775 "${EROOT}/var/lib/${PN}" || die
+}


             reply	other threads:[~2024-03-08 14:04 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08 14:04 Daniel Pielmeier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05 11:12 [gentoo-commits] repo/gentoo:master commit in: app-portage/pfl/ Sam James
2024-05-19 14:01 Daniel Pielmeier
2024-05-01 12:24 Daniel Pielmeier
2024-04-13 13:59 Sam James
2024-04-13  9:19 Daniel Pielmeier
2024-04-01 13:58 Daniel Pielmeier
2024-03-09 11:55 Daniel Pielmeier
2024-03-09 11:55 Daniel Pielmeier
2024-02-18  9:53 Daniel Pielmeier
2024-02-11 15:13 Sam James
2024-01-27  9:13 Daniel Pielmeier
2024-01-11 18:54 Daniel Pielmeier
2023-12-18 20:29 Daniel Pielmeier
2023-12-07  6:18 Arthur Zamarin
2023-08-12 12:26 Daniel Pielmeier
2023-08-03 23:07 Sam James
2023-07-21 13:47 Daniel Pielmeier
2023-07-19 18:19 Daniel Pielmeier
2023-05-03 16:48 WANG Xuerui
2022-09-15 19:11 Daniel Pielmeier
2022-09-15 18:07 Daniel Pielmeier
2022-05-10 20:59 Andreas K. Hüttel
2022-04-09 21:24 Jakov Smolić
2022-04-09 10:24 Daniel Pielmeier
2022-02-02 17:13 Daniel Pielmeier
2022-02-02 17:11 Daniel Pielmeier
2022-01-22  9:29 Daniel Pielmeier
2021-10-19  2:35 Sam James
2021-10-07 20:19 Daniel Pielmeier
2021-03-11 17:00 Daniel Pielmeier
2020-12-13  7:42 Sam James
2020-11-19  6:42 Daniel Pielmeier
2020-11-18 22:01 Sergei Trofimovich
2020-11-17 19:10 Agostino Sarubbo
2020-11-15  8:44 Sam James
2020-11-12 13:41 Sam James
2020-11-12  0:35 Thomas Deutschmann
2020-09-25 12:52 Daniel Pielmeier
2020-09-21 18:53 Sergei Trofimovich
2020-06-09 11:34 Daniel Pielmeier
2020-05-18 13:02 Agostino Sarubbo
2020-05-18 13:01 Agostino Sarubbo
2020-05-18 13:00 Agostino Sarubbo
2020-05-18 12:58 Agostino Sarubbo
2020-05-18 12:55 Agostino Sarubbo
2020-05-18 12:38 Agostino Sarubbo
2020-05-16 10:28 Daniel Pielmeier
2020-04-19 14:27 Daniel Pielmeier
2020-04-12 17:14 Daniel Pielmeier
2020-02-15 19:30 Sergei Trofimovich
2020-02-12  7:51 Agostino Sarubbo
2020-02-11 19:51 Agostino Sarubbo
2020-02-11 16:01 Agostino Sarubbo
2019-11-13 19:43 Daniel Pielmeier
2019-09-05 17:25 Daniel Pielmeier
2019-08-13 17:59 Daniel Pielmeier
2019-07-21 20:59 Thomas Deutschmann
2019-07-20 14:50 Daniel Pielmeier
2019-07-06  9:37 Daniel Pielmeier
2019-05-18 10:02 Michał Górny
2019-02-10 17:55 Mikle Kolyada
2019-02-07  7:39 Mikle Kolyada
2019-01-24 22:22 Thomas Deutschmann
2019-01-24 21:43 Sergei Trofimovich
2019-01-23 21:12 Sergei Trofimovich
2019-01-23 21:01 Sergei Trofimovich
2019-01-23 19:29 Sergei Trofimovich
2019-01-20 12:20 Daniel Pielmeier
2018-10-07 15:19 Daniel Pielmeier
2018-05-17 18:33 Daniel Pielmeier
2018-05-17 18:15 Daniel Pielmeier
2018-04-26 17:09 Daniel Pielmeier
2018-04-23 18:51 Daniel Pielmeier
2018-04-06 11:05 Fabian Groffen
2018-03-21 18:12 Michał Górny
2016-05-09 17:57 Daniel Pielmeier
2016-04-17 22:12 Patrice Clement

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=1709906631.c257fcccb4f94bc6af3b6f88503f401806b63396.billie@gentoo \
    --to=billie@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