summaryrefslogtreecommitdiff
path: root/www-apps/gitea
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-16 00:13:18 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-16 00:13:18 +0000
commitf2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (patch)
treedd0f7da0455831dffb2cb662e7dae760f92e68ad /www-apps/gitea
parent770d63f36dbe1722e0ff9ab55eeca49986f01527 (diff)
gentoo auto-resync : 16:02:2025 - 00:13:18
Diffstat (limited to 'www-apps/gitea')
-rw-r--r--www-apps/gitea/Manifest2
-rw-r--r--www-apps/gitea/gitea-1.23.3.ebuild44
2 files changed, 22 insertions, 24 deletions
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
}