diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-20 01:06:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-20 01:06:10 +0100 |
commit | 6f97f3b697516aeae25033ec37234739fff23fbc (patch) | |
tree | 06e8fc580948f1ebb56af172dd293763a2d6e478 /app-portage | |
parent | 60cdf17f0a24ced43a795eb9e096087f59c9d571 (diff) |
gentoo auto-resync : 20:07:2023 - 01:06:10
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/Manifest.gz | bin | 9762 -> 9767 bytes | |||
-rw-r--r-- | app-portage/pfl/Manifest | 4 | ||||
-rw-r--r-- | app-portage/pfl/metadata.xml | 1 | ||||
-rw-r--r-- | app-portage/pfl/pfl-3.2.1.ebuild | 50 |
4 files changed, 54 insertions, 1 deletions
diff --git a/app-portage/Manifest.gz b/app-portage/Manifest.gz Binary files differindex 6360b8d7565c..cb6f86684997 100644 --- a/app-portage/Manifest.gz +++ b/app-portage/Manifest.gz diff --git a/app-portage/pfl/Manifest b/app-portage/pfl/Manifest index 9ed8066945cc..049e2806b750 100644 --- a/app-portage/pfl/Manifest +++ b/app-portage/pfl/Manifest @@ -1,3 +1,5 @@ +DIST pfl-3.2.1.tar.gz 5655 BLAKE2B 1ebfccca48ac090c6467cfd7a63a488a72e723f8f31d9eb5e8494b74666e20f9e4372fed829e0114295210a76ec9debc9fdd5236340a7740eb1ccfbbc5aaa48b SHA512 967ebe2baed50cd1ed0549d000e2bb240e55c0988d74e492f114fe16b328978ad062606e568dcbe65bcb78738388b1447c823bd1fa31a979d10a4be7a5c7984a DIST pfl-3.2.tar.gz 5373 BLAKE2B 3fcb771a6d67ec7198b83eeeb161d7caea7ccbc3933ff3ef7a48b106e9c86c331f2ac1a4c589135a4f57f40bfcd668f075f17865ff58feb027cd02d90b52bc2a SHA512 e424b5a5c6dbb848057fe357ae98196f2c238351dfe7fd19a9b7f423c245b1372ec270c6b8d2e8265a05a442d7afc2c5feef6dbe5eed5e240e78c88a6748d1d5 EBUILD pfl-3.2-r2.ebuild 1268 BLAKE2B 7555ed2460f9f5264f777c4b5d68ba983403853699df3d4ecfe410c2cd5d23d3971b22190bfe517bdfcb1ee29cb0ff8641be3c0570276b1e6019c7621994efd2 SHA512 556034c22770b8064358ef97ffbe6a168a8b57937db9a6385a8767bccf2e112b661effdb3e4fd5d94f60811d58e7b275d0bbcdc77a7d87f35fd1b80ac9cf3b64 -MISC metadata.xml 520 BLAKE2B d00ce805891280e0f73e051f0083e511ec670101253995b437d3e352fa0e390b1bbe65de02d4b501a965f330f5c6b30b218af26b327bb31c9c1e50b7d65b86a5 SHA512 8d11818801dae3dcc52ab93ca33fce7842c2a9ba159fd85fce19c316781a4e611c166672e640ac56e34cea34a92500f958b06335e27e3804e5becc645ce11d42 +EBUILD pfl-3.2.1.ebuild 1275 BLAKE2B bfe297e3d6ea81db83fe3c407b6b7c7af9e6226b1e158fd388b37889e896878120eca0174a545e79968200d6caca9086892696408bd1fd38826840a1cbf2fe0f SHA512 95c57fca69d038bda704075d2d2166aa9f184112c5f540c232a6e7c7544c8469b53ab74c919020069aeef6922359054a3b484c02f06857184cd0e0844ac7f6d7 +MISC metadata.xml 582 BLAKE2B 903c5ab4d434b01fca030075ef20d84c86bcd002827efd3317a8f155457032d3369af4f5c4ab629fd76135c2723e9d61bd6a3f9aa5742530ae3d4cedef95fb7b SHA512 59524f5c05c7f5cc16ee9241e094bc1801ea043c34dacc57a031278d4275418e3c306d11e48d2ee97b11231d8e8036bf313d58359aa2d72f20594dff71cb9f9d diff --git a/app-portage/pfl/metadata.xml b/app-portage/pfl/metadata.xml index 7cd87dbe4cc5..92db54c26515 100644 --- a/app-portage/pfl/metadata.xml +++ b/app-portage/pfl/metadata.xml @@ -11,6 +11,7 @@ <email>bugs@portagefilelist.de</email> <name>Daniel Buschke</name> </maintainer> + <remote-id type="github">portagefilelist/client</remote-id> </upstream> <use> <flag name="network-cron">Adds a cron job which does a weekly submit of the package database</flag> diff --git a/app-portage/pfl/pfl-3.2.1.ebuild b/app-portage/pfl/pfl-3.2.1.ebuild new file mode 100644 index 000000000000..b7410688e9d6 --- /dev/null +++ b/app-portage/pfl/pfl-3.2.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_REQ_USE="xml(+)" + +inherit distutils-r1 systemd + +DESCRIPTION="Searchable online file/package database for Gentoo" +HOMEPAGE="http://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" + +DEPEND="" +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 +} |