summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-03-01 22:38:57 -0500
committerMatt Turner <mattst88@gentoo.org>2021-03-01 22:45:37 -0500
commit65bf1e26f664e977834c9df1d10663a26e275a5b (patch)
tree67c6f1bc433364ef3de2c7001eebcf651e9dd767 /app-portage
parentsys-cluster/ceph-14.2.16-r3: Revbump, force old pyjwt (bug #773619) (diff)
downloadgentoo-65bf1e26f664e977834c9df1d10663a26e275a5b.tar.gz
gentoo-65bf1e26f664e977834c9df1d10663a26e275a5b.tar.bz2
gentoo-65bf1e26f664e977834c9df1d10663a26e275a5b.zip
app-portage/gentoolkit: Remove messages about gentoolkit-dev
The last version of gentoolkit prior to the merge was removed two years ago. gentoolkit-dev was gone before that. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gentoolkit/gentoolkit-9999.ebuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild
index 53c6017a27bc..edd48dabb206 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
@@ -42,25 +42,11 @@ python_prepare_all() {
fi
}
-pkg_preinst() {
- if has_version "<${CATEGORY}/${PN}-0.4.0"; then
- SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1
- fi
-}
-
pkg_postinst() {
# Create cache directory for revdep-rebuild
mkdir -p -m 0755 "${EROOT}"/var/cache
mkdir -p -m 0700 "${EROOT}"/var/cache/revdep-rebuild
- if [[ ${SHOW_GENTOOKIT_DEV_DEPRECATED_MSG} ]]; then
- elog "Starting with version 0.4.0, ebump, ekeyword and imlate are now"
- elog "part of the gentoolkit package."
- elog "The gentoolkit-dev package is now deprecated in favor of a single"
- elog "gentoolkit package. The remaining tools from gentoolkit-dev"
- elog "are now obsolete/unused with the git based tree."
- fi
-
# Only show the elog information on a new install
if [[ ! ${REPLACING_VERSIONS} ]]; then
elog