diff options
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/Manifest.gz | bin | 13134 -> 13147 bytes | |||
-rw-r--r-- | www-apps/gitea/Manifest | 2 | ||||
-rw-r--r-- | www-apps/gitea/gitea-1.23.3.ebuild | 44 | ||||
-rw-r--r-- | www-apps/icingaweb2-module-director/Manifest | 4 | ||||
-rw-r--r-- | www-apps/icingaweb2-module-director/icingaweb2-module-director-1.11.1.ebuild | 30 | ||||
-rw-r--r-- | www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild | 30 | ||||
-rw-r--r-- | www-apps/nextcloud-notify_push/Manifest | 5 | ||||
-rw-r--r-- | www-apps/nextcloud-notify_push/nextcloud-notify_push-0.7.0-r1.ebuild | 26 | ||||
-rw-r--r-- | www-apps/nextcloud-notify_push/nextcloud-notify_push-1.0.0.ebuild | 61 |
9 files changed, 123 insertions, 79 deletions
diff --git a/www-apps/Manifest.gz b/www-apps/Manifest.gz Binary files differindex cb4873614f55..d45441f880d8 100644 --- a/www-apps/Manifest.gz +++ b/www-apps/Manifest.gz diff --git a/www-apps/gitea/Manifest b/www-apps/gitea/Manifest index 03eac9b40aa1..31880e6dc3b5 100644 --- a/www-apps/gitea/Manifest +++ b/www-apps/gitea/Manifest @@ -4,5 +4,5 @@ AUX gitea.service-r4 730 BLAKE2B 0a1f799bf341f1a067f417aa21c1ce5c3168fe523081ef1 DIST gitea-1.22.6.tar.gz 54465618 BLAKE2B 221d30c680eddd7e1aad0f906ffff5a7e564d153f8977a99a3a965d725cef0bf601a7b6c3bbd4fcc235f0a0f58ec1eb39635da3bc85d59e6856384123898a193 SHA512 a36522eeaa89dd1352ad2540966f7306416d8bb85a5e5ef8cbb52e489fd274c69b95e87e60a28aaed0adf7c12c07a66572b401f784edfd117f859bf4265961f7 DIST gitea-1.23.3.tar.gz 55414703 BLAKE2B 36f095e48488e937da4d96bec19c2a4082a8362896eaef4652b837991c7f9f41b9a9eddec89a3830d43f4ad5d275797cbb3f0657ae93cb2814f5707b8f8ceb58 SHA512 b83db3dc18c7e1ea475e7a0f06c9b71f7b553bf5da310c0cb55e4d6d14c61da9c61402e0aafadc9920f5962d9f5b3374698d92a0cd78d0456d5c5c7b7c046556 EBUILD gitea-1.22.6.ebuild 5358 BLAKE2B 8ff7153cf5a9d97364cb513378164aa62cb014e7787421f648634be32448b09a082303f7354745e7e462a1a9bec2486404401ecfcc516e9c6c67935f3574072a SHA512 6e21f3d4c00da82087621b5c06af6bc5ea510468f27b65e6fc1a4ba7ba4967d8c8638801b473db0b0c6feef9cc1f473202c780fee392508afd5d684dde834f07 -EBUILD gitea-1.23.3.ebuild 5385 BLAKE2B 4a2672d132b1d030d3a42039cd60026d30228689b90b3d344c30acfc39789e3eb66637e00fdff4bf749a6ad109cae91d8948e8f829b7a96e3348c2fd689744b3 SHA512 654bd28ef9ad149f97b58aae757093965f5e6f776c84f3b1db69270cf35c5443d5276faa75269812288187defc4bbebda751a8dd690ae51b35da1d6e9f533a76 +EBUILD gitea-1.23.3.ebuild 5291 BLAKE2B 2497bb51213c2d17a5b119a8a1d56cb1c237a28aac1624b8bb398137ba97b9ec8af4cdd48ea64cdbb24f7137bdd5c3e9ce6eab55f0c23efb23adf84eb5ea3ee9 SHA512 c76c2ad557a17a5931f3c4aab919da69479fd34710831488358f0febda47a27071ba77fc874b957be576debbea44d0ee5b70003db054470496dd80aad14a8c0f MISC metadata.xml 754 BLAKE2B 0880dba11ea8bd584aa4dbebd94fbb5073e2ece2694152d7c1c7b8eaf531fbc0d314d98405c050e31a025e7031fd2476129347fc4a3643ffd0cc38aeebbee676 SHA512 58f218fac259cf5d11f288f079786323f1e76cd5e5e7503b4efe68ae86fb9d8d76773b1a9eed4872dabb9cf20f337509fc52d20bba7c60d7fb83b04adffa0e30 diff --git a/www-apps/gitea/gitea-1.23.3.ebuild b/www-apps/gitea/gitea-1.23.3.ebuild index 119839659298..172ae86481aa 100644 --- a/www-apps/gitea/gitea-1.23.3.ebuild +++ b/www-apps/gitea/gitea-1.23.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit fcaps go-module tmpfiles systemd flag-o-matic user-info +inherit eapi9-ver fcaps go-module tmpfiles systemd flag-o-matic user-info DESCRIPTION="A painless self-hosted Git service" HOMEPAGE="https://gitea.com https://github.com/go-gitea/gitea" @@ -124,27 +124,25 @@ pkg_postinst() { eerror "to install it." fi - if [[ -n ${REPLACING_VERSIONS} ]]; then - if ver_test "${REPLACING_VERSIONS}" -lt 1.22; then - ewarn "Since version 1.22.0:" - ewarn " 1. Minimum database requirements updated to MySQL 8.0, PostgreSQL 12, and MSSQL 2012." - ewarn " 2. There are a lot of refactoring changes related to customizing templates." - ewarn " 3. The default duration of the 'Remember login' feature has been" - ewarn " changed from one week to one month." - ewarn " 4. Enhanced auth token/remember me, the obsolete setting" - ewarn " '[security].COOKIE_USERNAME' has been removed." - ewarn " 5. For MinIO storage, adds a prefix path for all MinIO storage" - ewarn " and override base path will override the path." - ewarn " 6. Now use a more restricted sanitizer for the repository description." - ewarn "For more details, see <https://github.com/go-gitea/gitea/releases/tag/v1.22.0>." - fi - if ver_test "${REPLACING_VERSIONS}" -lt 1.23; then - ewarn "Since version 1.23.0:" - ewarn " 1. The config option '[camo].Allways' has been renamed to '[camo].Always'." - ewarn " 2. The SHA1 for support for SSH RSA signing has been removed." - ewarn " 3. Use UTC as the default timezone when scheduling Actions cron tasks." - ewarn " 4. Make OIDC introspection authentication strictly require Client ID and secret." - ewarn "For other breaking changes, see <https://github.com/go-gitea/gitea/releases/tag/v1.23.0>." - fi + if ver_replacing -lt 1.22; then + ewarn "Since version 1.22.0:" + ewarn " 1. Minimum database requirements updated to MySQL 8.0, PostgreSQL 12, and MSSQL 2012." + ewarn " 2. There are a lot of refactoring changes related to customizing templates." + ewarn " 3. The default duration of the 'Remember login' feature has been" + ewarn " changed from one week to one month." + ewarn " 4. Enhanced auth token/remember me, the obsolete setting" + ewarn " '[security].COOKIE_USERNAME' has been removed." + ewarn " 5. For MinIO storage, adds a prefix path for all MinIO storage" + ewarn " and override base path will override the path." + ewarn " 6. Now use a more restricted sanitizer for the repository description." + ewarn "For more details, see <https://github.com/go-gitea/gitea/releases/tag/v1.22.0>." + fi + if ver_replacing -lt 1.23; then + ewarn "Since version 1.23.0:" + ewarn " 1. The config option '[camo].Allways' has been renamed to '[camo].Always'." + ewarn " 2. The SHA1 for support for SSH RSA signing has been removed." + ewarn " 3. Use UTC as the default timezone when scheduling Actions cron tasks." + ewarn " 4. Make OIDC introspection authentication strictly require Client ID and secret." + ewarn "For other breaking changes, see <https://github.com/go-gitea/gitea/releases/tag/v1.23.0>." fi } diff --git a/www-apps/icingaweb2-module-director/Manifest b/www-apps/icingaweb2-module-director/Manifest index b9026f12bf7f..4fe4ebc80e17 100644 --- a/www-apps/icingaweb2-module-director/Manifest +++ b/www-apps/icingaweb2-module-director/Manifest @@ -1,6 +1,6 @@ AUX director 513 BLAKE2B bca46ec58dd16706b1d1b405e7e9cfad2e6be7abf7209175defc6297822d5b3586082a063f8076d080dac9cfef3561e3a2f3abb1c48aad419ffd8abaeb41fcf6 SHA512 6ed9dac81ebedaf39c3875c1ba8afcce4d9563c4a521dd20cbc78ef4cfc96b7367510289dab643e6654b4875354c1532e142b4af8c67b7621c2d2149e241ff23 AUX icinga-director.sh 74 BLAKE2B 57c530ad6d4e8e8b5ff676925092207be60fb1defa222bd841ec2c3fda505d9646ef6aa1778d11a5b9608260b90f1cafeb9692bc890db85a143385c460240648 SHA512 6a263470dc4d5df69e8ea38fc947e5aa55986ca96cb9ed3f0a4aed756a40832488cbc60358ca722af9c76a61b71f86a6ca14ff1a4f846ed22d032e2f7dd250a3 DIST icingaweb2-module-director-1.11.1.tar.gz 3468031 BLAKE2B 9c532a1c940c18e3dfa6961aa0734256a71d5431e1439f0bb3e9099772c05896e387885164e77ad4710e1ebbebbef8c160b46448945312aa37dd72924b12c03e SHA512 8fe55c71518693cfc1f67cf5b9ef7396686cf94b6c7c8cc9efbc8dd855ba2f81d05611bc082acbbcac0046aab7bc94668442e5ee738f1b731958c9e5e44212e9 -EBUILD icingaweb2-module-director-1.11.1.ebuild 2413 BLAKE2B bd59ad488fbb1f4c9137895ea88a155ad3c87936a51b4dc9656f2f3229d4280f31e4ff3860a6a246ab3de861e10727cd3985d540bce9f5c4d71e9d25b2034f45 SHA512 0cfe9003c5bf813bf7cc330ef8539bcbc75c4cf9a2b497ce8d7e7ec88edfebf5867e9f4ff980524d171a568071d38ce6399a70072bf00b698a3a9c05ae468cd7 -EBUILD icingaweb2-module-director-9999.ebuild 2413 BLAKE2B bd59ad488fbb1f4c9137895ea88a155ad3c87936a51b4dc9656f2f3229d4280f31e4ff3860a6a246ab3de861e10727cd3985d540bce9f5c4d71e9d25b2034f45 SHA512 0cfe9003c5bf813bf7cc330ef8539bcbc75c4cf9a2b497ce8d7e7ec88edfebf5867e9f4ff980524d171a568071d38ce6399a70072bf00b698a3a9c05ae468cd7 +EBUILD icingaweb2-module-director-1.11.1.ebuild 2208 BLAKE2B bad820a3562f85df5224950a6332389b0a180784addc62833ec297c35f522c95912ee2ec06b167827ecdc2854ea790e7d20ef9933798e4bf70969c5b9caf3a8e SHA512 24194af9df5b91c59a03a7d7cb590665d73aa9c692fbcf17213be80004bea5fb620bb0ba00b8f03da9f24fe540de7d0be9ded5daf53320330862dfed13e9add4 +EBUILD icingaweb2-module-director-9999.ebuild 2208 BLAKE2B bad820a3562f85df5224950a6332389b0a180784addc62833ec297c35f522c95912ee2ec06b167827ecdc2854ea790e7d20ef9933798e4bf70969c5b9caf3a8e SHA512 24194af9df5b91c59a03a7d7cb590665d73aa9c692fbcf17213be80004bea5fb620bb0ba00b8f03da9f24fe540de7d0be9ded5daf53320330862dfed13e9add4 MISC metadata.xml 483 BLAKE2B 1e888efd6ff4c17c17efc75063ef7f5b56e6dd1051843e940a6478bdb5ba4160b7b2a84f52ded1d5abb0e4adb840b17608a8a377f23d6466f6de91a5720f14ea SHA512 d9d15413719c2ffca266ca84d20e856172590ad513eb8eb9e3d084978da718f0177c6928f4c495e55a0552a0c07eb1c5898c2cdef7b28caa552614ff31f9b1fa diff --git a/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.11.1.ebuild b/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.11.1.ebuild index 7e4d8a5a4368..9064fb55ced0 100644 --- a/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.11.1.ebuild +++ b/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.11.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit systemd +inherit eapi9-ver systemd DESCRIPTION="Icinga Web 2 plugin for configuration" HOMEPAGE="https://github.com/Icinga/icingaweb2-module-director/" @@ -59,20 +59,14 @@ src_install() { } pkg_postinst() { - # According to PMS this can be a space-separated list of version - # numbers, even though in practice it is typically just one. - local oldver - for oldver in ${REPLACING_VERSIONS}; do - if ver_test "${oldver}" -lt "1.11.0"; then - ewarn "You are upgrading from ${oldver} to ${PVR}" - ewarn "please read https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/05-Upgrading.md#upgrade-to-1.11.x" - ewarn "for breaking changes" - ewarn - ewarn "Also, don't forget to upgrade database schema." - ewarn "Otherwise icingaweb2-module-director will not work!" - ewarn "(Web GUI => Configuration => Modules => director => Configuration)" - ewarn - break - fi - done + if ver_replacing -lt "1.11.0"; then + ewarn "You are upgrading from ${oldver} to ${PVR}" + ewarn "please read https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/05-Upgrading.md#upgrade-to-1.11.x" + ewarn "for breaking changes" + ewarn + ewarn "Also, don't forget to upgrade database schema." + ewarn "Otherwise icingaweb2-module-director will not work!" + ewarn "(Web GUI => Configuration => Modules => director => Configuration)" + ewarn + fi } diff --git a/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild b/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild index 7e4d8a5a4368..9064fb55ced0 100644 --- a/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild +++ b/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit systemd +inherit eapi9-ver systemd DESCRIPTION="Icinga Web 2 plugin for configuration" HOMEPAGE="https://github.com/Icinga/icingaweb2-module-director/" @@ -59,20 +59,14 @@ src_install() { } pkg_postinst() { - # According to PMS this can be a space-separated list of version - # numbers, even though in practice it is typically just one. - local oldver - for oldver in ${REPLACING_VERSIONS}; do - if ver_test "${oldver}" -lt "1.11.0"; then - ewarn "You are upgrading from ${oldver} to ${PVR}" - ewarn "please read https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/05-Upgrading.md#upgrade-to-1.11.x" - ewarn "for breaking changes" - ewarn - ewarn "Also, don't forget to upgrade database schema." - ewarn "Otherwise icingaweb2-module-director will not work!" - ewarn "(Web GUI => Configuration => Modules => director => Configuration)" - ewarn - break - fi - done + if ver_replacing -lt "1.11.0"; then + ewarn "You are upgrading from ${oldver} to ${PVR}" + ewarn "please read https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/05-Upgrading.md#upgrade-to-1.11.x" + ewarn "for breaking changes" + ewarn + ewarn "Also, don't forget to upgrade database schema." + ewarn "Otherwise icingaweb2-module-director will not work!" + ewarn "(Web GUI => Configuration => Modules => director => Configuration)" + ewarn + fi } diff --git a/www-apps/nextcloud-notify_push/Manifest b/www-apps/nextcloud-notify_push/Manifest index f39fbb8a402c..30bf2aa9e2e9 100644 --- a/www-apps/nextcloud-notify_push/Manifest +++ b/www-apps/nextcloud-notify_push/Manifest @@ -147,8 +147,10 @@ DIST mio-1.0.1.crate 102654 BLAKE2B 85e2fccd36ad7b9a986d308a5911c7209246d7fe035d DIST multer-2.1.0.crate 23976 BLAKE2B 3124a7858a70ebd00cae02c5863ad631eeb4243e848001a097ac81166360d6eff64533ff109722eb6fa2fd2f4e9d3dfa677fa78e2990943932a1e58408411c8c SHA512 6824de499cc180dadf6e7535aef39e2b92921b6bac135b5849129e72ec1ed2a85bd56a08a849b7c3718f35365d3fc7489f579487cd4a141cf839e6491242b4e9 DIST nextcloud-config-parser-0.11.0.crate 23801 BLAKE2B 4f46bc85e03133d24355e0fa2f9dad2f1ff1603f7896b929775ce23932daff8fb576d24f590b00a5ba635e949d71c0f6d60e5cd9251702b5a4c9d1b02661569d SHA512 597bd657d7cf62d31f949258be40050713d236ec898df0883b8041c77b26f2cb5c888cc4478758d8df1824a459e5ab094802b942d8506a28377d29cf11acf5e9 DIST nextcloud-notify_push-0.7.0.tar.gz 131618 BLAKE2B 6b0caca464d9c2ea1ebe22eea7d123fbae6c49f355982bdd61a39f1e669c113afbf7ba4c9e963d562a0e43387d6f2edf290b1fd6a7490d901311165361cc5845 SHA512 71814339d75a35184a39769f2e5e1235c0eb65b85639d0384c040b2986887d21ae6f7c535a68764bb1e8794e25275d0b226ed875533aeaba7809d4741615b96d +DIST nextcloud-notify_push-1.0.0.tar.gz 128094 BLAKE2B 5f8cb3bff1bf70b0cdea869ff23d1fae2b4323005a9fc4145cca57b9b97f848ebc4543971c3bedf6b6d86dd049808b8e634560610b932b6faffcc24af102757d SHA512 04f6ac2067c5842549f4941085702f3748c39f1b0900096b22197521040704e0bfa936d904ff2b604fa6f4bfc24de96bacbb41adf7ea5d6c8c2863677e66883a DIST nextcloud_appinfo-0.6.0.crate 15344 BLAKE2B ce1b16bf6de31346f51a6e507a091689c410e118b5d44520ba184f998e38d217a93ffc27910db5de3bcbdf2a82c7929f17184fe4792a10bf454ddfff61109684 SHA512 36c28a0f2932d0abd6e7a4aed65943c09d2741bb315d3e0375f38918e5ef604cdaa17855026cf93e9cfb6cdf03018f75d363d58cb47e7189f309c45fb5140867 DIST nom-7.1.3.crate 117570 BLAKE2B 5643b67990b7305e101b16b8cd27c447e162a7adc6d0dfac00920b0cb50fea98c9d4edca63c34f6845cba05f8d0acb407cf3045cf64a4cb28e53c8b6bc9090cf SHA512 1ffce08dde299bc0e0367ad59c7b6a83e23decfa11115ee076ab91ec53cdd9ef37e4c2103c96eff23a7b6b8b5c3f67c83ce1917928c7d4c6462083bdfa0c9cad +DIST notify_push-v1.0.0-crates.tar.xz 28413540 BLAKE2B a2c4aa65540a37e96401c8f77ce7cb68a8757d3ca511bb8995fb5b27f2164cdac2664a48a8ea00b59f0e53db4acfc3a253fc0dfda368619d4aaac51db5cbcd11 SHA512 430cf7eb6e64e2970780b10550cd6bac300d206e4387a6ad42b319cfadbfd493f1f99f5ffa0655333fbb58ced799372a311f1039cc3f6dca594d3a1b39814517 DIST nu-ansi-term-0.50.1.crate 28536 BLAKE2B fc259654aca2119c1d913e101b0fe7a561b44ba4a6145d309bec23d82ba5e4db916852acafecb727efc92b5dea1641304b26c383ac07a8796e296bb179eaa669 SHA512 c29735a5e1562776251dbd7337a3e4b68eeb299e86c534feab6478512ca5e167b42ebd32c6c461b71187cd375b8a2f587feb962f1501a656543f1429731a95a2 DIST num-bigint-0.4.6.crate 102801 BLAKE2B 0460e7dfdbd44b6c68fc8ead6bff4353e549127158dab8bb5d217ee33104fe9ad5f58b63a01d56fffa8d7c4df1a87dcf5b536e436a0ef98dc4418a4690c4cc15 SHA512 19d14a7755de2b559026547d9e3e1775e636781bdfdd418f2e1d962c51411a0973a46d84d0356e30c0f708a7c7b2097926611960043f71391919cab1aeb6aa04 DIST num-bigint-dig-0.8.4.crate 123825 BLAKE2B 9710266116ea15d0e56792b7c8e217931765dcf2377bc05f23bd386625087eb6a7d7aca7b8f0beeb78ace9f280895565a6de3b14ffda7721e35c741ff64b71c0 SHA512 88ea682c5aabc61c0cab9234e31a2dccdb5458d3bc018e1f9ccbbf0a9f09ed0053341e93bc53f65b5bee55bafe71d50bbcd48fd085ac723ef4662e15664925b8 @@ -351,5 +353,6 @@ DIST xpath_reader-0.5.3.crate 10569 BLAKE2B d83d24939972128ae216566792cb56d2e955 DIST zerocopy-0.7.35.crate 152645 BLAKE2B 8f13123c9d9257ac5a5c6954d38c3510fa658624442f7e03cdcc6db5a0977d9f26bb4e277be172b7872ec365cf6e58ac742e5578636f7698f9f37093e9249d9a SHA512 17fcb31c029ae89c01e5bae5fb2bb46bd434120199a3dc2c7fe0012dbbcfe2a0bb38934c4a7d3a4920e3fe47c097403beee554fefa54b66cb390f8b1de638d3c DIST zerocopy-derive-0.7.35.crate 37829 BLAKE2B badeb7fa5e0bfe93a6788d93fd297604ed31de526b121549300ead3c49d450f49265f499e2e7ce606dcce2b59dd01f7fa817b8fbb3f237475185c5b42f5299c4 SHA512 dbe23573b62a6267d7bc8c744320b75b2fbda03b908c1d175211f7394374fe182bce58021e25485c10671d726b2007f250565dfe53134d51c89293bb607e9feb DIST zeroize-1.8.1.crate 20029 BLAKE2B 092eba034cd35ec47290020e0c2b213177ff5dbe14ab9e7f0b4ef3cb1ecbc42fbec2b951414e26ab00bc65aaddc2c93eddd5a1963b27c6cd613ac71c65d5cc24 SHA512 dd40ebe98b98fd742608d4066b5ab66caba94b2e679428fcaff9fe547d8cd6ff2360dc85d671ee9183e32fb79cb554d00d6aef9eb8f3d8ad0ec92d0435aa4ebe -EBUILD nextcloud-notify_push-0.7.0-r1.ebuild 8433 BLAKE2B 8de2cbde5415de44e1730fdd6f80dcd524231848544712ace20eb098b21fb5167c73dff9d593664185ca92dbb78c433f1382f0dd6e1e9f6511b4a72326fae8d4 SHA512 3da333a26e977a518fa8596ae2a871bd28f236d0342327bb5ec1a48b85891c4ab98e85d19b29b3fe3e590de2601bdd1b407dc85f90ea1abfcaebd6cfe9902f56 +EBUILD nextcloud-notify_push-0.7.0-r1.ebuild 8230 BLAKE2B eb1310d56d64ba573ee7152b77e7437591a5c36121b9023000efc97096b1a4655a88863a71688ff81790c6f94d7f5027526b112f7b9b00b6d42d7ef5ce1d95da SHA512 3f93571f0561d3f8e0e7ef591cab299aa599c343d343ebd7dd089da76f91536ffa8bb8c71c0eb101e5903f9e65c02773612304ae6860c00c0dd2bb98ab928bfe +EBUILD nextcloud-notify_push-1.0.0.ebuild 1862 BLAKE2B 1879918101791ce107f8aaa75d651e2270e8aece25ba82431b393960e63e290a66f9a278749cfaaa562aa0989c6f1060ccd1d6551d11c232090ff88ca9eb10bf SHA512 55b768d78c64a91accab88d94a4b99bee87ec83c065d6ad10914bb565780d9c5937eeae08dd11370629885dd2f84c4813123029020cc3fa0464225c8d7d3ffed MISC metadata.xml 641 BLAKE2B a5c74c9f0b4b86b2729feaf8cd103556e51e0d1ceb9a2c38b8a2076a8141e793b1703ef4f1781a27fd0672f0ee18aa2144ff786780371c5204a440cdc273e27c SHA512 91e0a78674500e7b1bbf7028ef8f36178f119493f443a92159a6dc6fb0fc254cda223251b204b6afa99ecc6e41b09d8c6e0d9ab8adb6719afd873042f147fc44 diff --git a/www-apps/nextcloud-notify_push/nextcloud-notify_push-0.7.0-r1.ebuild b/www-apps/nextcloud-notify_push/nextcloud-notify_push-0.7.0-r1.ebuild index d5f61873f5fb..49611c777024 100644 --- a/www-apps/nextcloud-notify_push/nextcloud-notify_push-0.7.0-r1.ebuild +++ b/www-apps/nextcloud-notify_push/nextcloud-notify_push-0.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Autogenerated by pycargoebuild 0.13.2 @@ -356,7 +356,7 @@ CRATES=" zeroize@1.8.1 " -inherit cargo systemd +inherit cargo eapi9-ver systemd DESCRIPTION="Push daemon for Nextcloud clients" HOMEPAGE="https://github.com/nextcloud/notify_push" @@ -392,18 +392,12 @@ src_install() { } pkg_postinst() { - # According to PMS this can be a space-separated list of version - # numbers, even though in practice it is typically just one. - local oldver - for oldver in ${REPLACING_VERSIONS}; do - if ver_test "${oldver}" -lt "0.6.6"; then - ewarn "You are upgrading from $oldver to ${PVR}" - ewarn "The systemd unit file for nextcloud-notify_push no longer sources ${EPREFIX}/etc/conf.d/nextcloud-notify_push ." - ewarn "Configuration is still done via ${EPREFIX}/etc/conf.d/nextcloud-notify_push for OpenRC systems" - ewarn "while for systemd systems, a systemd drop-in file located at" - ewarn "${EPREFIX}/etc/systemd/system/nextcloud-notify_push.d/00gentoo.conf" - ewarn "is used for configuration." - break - fi - done + if ver_replacing -lt "0.6.6"; then + ewarn "You are upgrading from $oldver to ${PVR}" + ewarn "The systemd unit file for nextcloud-notify_push no longer sources ${EPREFIX}/etc/conf.d/nextcloud-notify_push ." + ewarn "Configuration is still done via ${EPREFIX}/etc/conf.d/nextcloud-notify_push for OpenRC systems" + ewarn "while for systemd systems, a systemd drop-in file located at" + ewarn "${EPREFIX}/etc/systemd/system/nextcloud-notify_push.d/00gentoo.conf" + ewarn "is used for configuration." + fi } diff --git a/www-apps/nextcloud-notify_push/nextcloud-notify_push-1.0.0.ebuild b/www-apps/nextcloud-notify_push/nextcloud-notify_push-1.0.0.ebuild new file mode 100644 index 000000000000..dccd42451fb7 --- /dev/null +++ b/www-apps/nextcloud-notify_push/nextcloud-notify_push-1.0.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Autogenerated by pycargoebuild 0.13.2 + +EAPI=8 + +CRATES="" +inherit eapi9-ver cargo systemd + +DESCRIPTION="Push daemon for Nextcloud clients" +HOMEPAGE="https://github.com/nextcloud/notify_push" +SRC_URI="https://github.com/nextcloud/notify_push/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://github.com/gentoo-crate-dist/notify_push/releases/download/v${PV}/notify_push-v${PV}-crates.tar.xz" +S=${WORKDIR}/notify_push-${PV} + +LICENSE="AGPL-3" +# Dependent crate licenses +LICENSE+=" Apache-2.0 BSD GPL-3 ISC MIT MPL-2.0 Unicode-3.0 ZLIB" +# ring crate +LICENSE+=" openssl" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-db/sqlite:3" +RDEPEND="${DEPEND}" + +QA_FLAGS_IGNORED="usr/bin/${PN}" + +src_prepare() { + export LIBSQLITE3_SYS_USE_PKG_CONFIG=1 + default +} + +src_install() { + cargo_src_install + einstalldocs + + # default name is too generic + mv "${ED}/usr/bin/notify_push" "${ED}/usr/bin/${PN}" || die + + newconfd "${FILESDIR}/${PN}-r1.confd" "${PN}" + newinitd "${FILESDIR}/${PN}-r2.init" "${PN}" + systemd_newunit "${FILESDIR}/${PN}.service-r1" "${PN}.service" + systemd_install_serviced "${FILESDIR}/${PN}.service.conf" "${PN}" + + # restrict access because conf.d entry could contain + # database credentials + fperms 0640 "/etc/conf.d/${PN}" +} + +pkg_postinst() { + if ver_replacing -lt "0.6.6"; then + ewarn "You are upgrading to ${PVR}" + ewarn "The systemd unit file for nextcloud-notify_push no longer sources ${EPREFIX}/etc/conf.d/nextcloud-notify_push ." + ewarn "Configuration is still done via ${EPREFIX}/etc/conf.d/nextcloud-notify_push for OpenRC systems" + ewarn "while for systemd systems, a systemd drop-in file located at" + ewarn "${EPREFIX}/etc/systemd/system/nextcloud-notify_push.d/00gentoo.conf" + ewarn "is used for configuration." + fi +} |