diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2024-03-10 13:11:32 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2024-03-10 13:16:26 +0100 |
commit | 1b70ef548ea6ffa84049bc2c948d2252e7ae35ca (patch) | |
tree | c030547de77474f9a475288c57d2b38b43fa8bc7 /sci-physics | |
parent | dev-libs/vc: stabilize 1.4.4 for amd64, arm64, x86 (diff) | |
download | gentoo-1b70ef548ea6ffa84049bc2c948d2252e7ae35ca.tar.gz gentoo-1b70ef548ea6ffa84049bc2c948d2252e7ae35ca.tar.bz2 gentoo-1b70ef548ea6ffa84049bc2c948d2252e7ae35ca.zip |
sci-physics/root: remove notice about FHS
Now all ebuilds follow the new installation scheme.
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.28.12-r1.ebuild | 7 | ||||
-rw-r--r-- | sci-physics/root/root-6.30.04-r1.ebuild | 7 | ||||
-rw-r--r-- | sci-physics/root/root-6.30.9999.ebuild | 7 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 7 |
4 files changed, 0 insertions, 28 deletions
diff --git a/sci-physics/root/root-6.28.12-r1.ebuild b/sci-physics/root/root-6.28.12-r1.ebuild index ee24e650fb28..cb1bd02dcaa9 100644 --- a/sci-physics/root/root-6.28.12-r1.ebuild +++ b/sci-physics/root/root-6.28.12-r1.ebuild @@ -341,10 +341,3 @@ src_install() { use python && python_optimize } - -pkg_postinst() { - einfo "Please note that from now on (specifically since sci-physics/root-6.28.00)," - einfo "ROOT is more closely following FHS (see https://bugs.gentoo.org/666222)." - einfo "Due to this, it will no longer be possible to install multiple concurrent" - einfo "versions of ROOT in Gentoo, since that would now cause file collisions." -} diff --git a/sci-physics/root/root-6.30.04-r1.ebuild b/sci-physics/root/root-6.30.04-r1.ebuild index ee24e650fb28..cb1bd02dcaa9 100644 --- a/sci-physics/root/root-6.30.04-r1.ebuild +++ b/sci-physics/root/root-6.30.04-r1.ebuild @@ -341,10 +341,3 @@ src_install() { use python && python_optimize } - -pkg_postinst() { - einfo "Please note that from now on (specifically since sci-physics/root-6.28.00)," - einfo "ROOT is more closely following FHS (see https://bugs.gentoo.org/666222)." - einfo "Due to this, it will no longer be possible to install multiple concurrent" - einfo "versions of ROOT in Gentoo, since that would now cause file collisions." -} diff --git a/sci-physics/root/root-6.30.9999.ebuild b/sci-physics/root/root-6.30.9999.ebuild index ee24e650fb28..cb1bd02dcaa9 100644 --- a/sci-physics/root/root-6.30.9999.ebuild +++ b/sci-physics/root/root-6.30.9999.ebuild @@ -341,10 +341,3 @@ src_install() { use python && python_optimize } - -pkg_postinst() { - einfo "Please note that from now on (specifically since sci-physics/root-6.28.00)," - einfo "ROOT is more closely following FHS (see https://bugs.gentoo.org/666222)." - einfo "Due to this, it will no longer be possible to install multiple concurrent" - einfo "versions of ROOT in Gentoo, since that would now cause file collisions." -} diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index ee24e650fb28..cb1bd02dcaa9 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -341,10 +341,3 @@ src_install() { use python && python_optimize } - -pkg_postinst() { - einfo "Please note that from now on (specifically since sci-physics/root-6.28.00)," - einfo "ROOT is more closely following FHS (see https://bugs.gentoo.org/666222)." - einfo "Due to this, it will no longer be possible to install multiple concurrent" - einfo "versions of ROOT in Gentoo, since that would now cause file collisions." -} |