diff options
author | Stepan Kulikov <stepan_kk@pm.me> | 2023-11-16 18:08:23 +0300 |
---|---|---|
committer | Stepan Kulikov <stepan_kk@pm.me> | 2023-11-16 18:08:23 +0300 |
commit | 916391661804dc0e254b3190e5cb0bb27e22b977 (patch) | |
tree | c8b95013085a53686e175924d3c787c8bd03ee14 /app-admin/gentoo_update | |
parent | gui-apps/xremap: fix QA_FLAGS_IGNORED & udev_reload (diff) | |
download | guru-916391661804dc0e254b3190e5cb0bb27e22b977.tar.gz guru-916391661804dc0e254b3190e5cb0bb27e22b977.tar.bz2 guru-916391661804dc0e254b3190e5cb0bb27e22b977.zip |
app-admin/gentoo_update: version bump -> 0.2.2
Bump version from 0.2.1 -> 0.2.2
Add messages to pkg_postinst to inform users about
breaking changes.
Signed-off-by: Stepan Kulikov <stepan_kk@pm.me>
Diffstat (limited to 'app-admin/gentoo_update')
-rw-r--r-- | app-admin/gentoo_update/Manifest | 2 | ||||
-rw-r--r-- | app-admin/gentoo_update/gentoo_update-0.2.2.ebuild (renamed from app-admin/gentoo_update/gentoo_update-0.2.1.ebuild) | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest index 4901035ba..bce690a9e 100644 --- a/app-admin/gentoo_update/Manifest +++ b/app-admin/gentoo_update/Manifest @@ -1 +1 @@ -DIST gentoo_update-0.2.1.gh.tar.gz 20719 BLAKE2B c69c1920b41c52b4e85a8669c18ad82e2c9e135ffb39cc4acfddc95659f4e2068e624d73734d31067524a12f485b79618cd2badfa2bb08089d4f133281e5b37c SHA512 6b599c1ad28d1dc0006d71ca05b06123bccb87dfc813c6e10aa5b093d2044b35e3d752d890e78a7c01be18f97f45d1ad9162b8cb49f0e25ce1e186c7a156ea72 +DIST gentoo_update-0.2.2.gh.tar.gz 24757 BLAKE2B f6c8b0732f08af8ebe32ffd44a0331b71f8150107f6a66918f09fdd4987a4ee4e687ab807b100df879395cee1de4e26c9c99f6a7622500118d128887379cb2d7 SHA512 e3cc34e668de955389ca0b0b39eee3db31715e0f65c445fac7ee355b82c0ed9ab224cb9cff60cc170aa1632426566f6202bcea7d4bf9078c3faf3229f21007b8 diff --git a/app-admin/gentoo_update/gentoo_update-0.2.1.ebuild b/app-admin/gentoo_update/gentoo_update-0.2.2.ebuild index 08a17b7e4..80fedbea4 100644 --- a/app-admin/gentoo_update/gentoo_update-0.2.1.ebuild +++ b/app-admin/gentoo_update/gentoo_update-0.2.2.ebuild @@ -24,4 +24,10 @@ python_test() { pkg_postinst() { optfeature "--clean support" app-portage/gentoolkit optfeature "--daemon-restart support" app-admin/needrestart + + elog "" + elog "Important Update: Version 0.2.2 introduces breaking changes." + elog "The CLI has been completely rewritten and now features a " + elog "subcommands structure. Please review the updated README " + elog "to understand the changes and ensure a smooth transition." } |