diff options
author | Karel Kočí <cynerd@email.cz> | 2019-04-28 18:28:56 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-04-28 18:28:56 +0200 |
commit | d9063f7f0923c5e2e5335e085fcaefa6ce94c45d (patch) | |
tree | d5cf24d906be34e30d311608bad02bc3096cd58d /dev-util/uroot | |
parent | 0a49e61110a00424f51be9018691ad2f8ae60a44 (diff) | |
download | gentoo-personal-overlay-d9063f7f0923c5e2e5335e085fcaefa6ce94c45d.tar.gz gentoo-personal-overlay-d9063f7f0923c5e2e5335e085fcaefa6ce94c45d.tar.bz2 gentoo-personal-overlay-d9063f7f0923c5e2e5335e085fcaefa6ce94c45d.zip |
Replace linux-ns-tools with uroot
Diffstat (limited to 'dev-util/uroot')
-rw-r--r-- | dev-util/uroot/Manifest | 1 | ||||
-rw-r--r-- | dev-util/uroot/uroot-0.2.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/uroot/Manifest b/dev-util/uroot/Manifest new file mode 100644 index 0000000..5531f75 --- /dev/null +++ b/dev-util/uroot/Manifest @@ -0,0 +1 @@ +DIST uroot-0.2.tar.gz 5053 BLAKE2B 8dfe2567b986b0bb8c04f438ceff26aa482d27dbd00caf77ddfa8183f7cddbd3aa8a924f4046e8d1fc7b2d98790a12fe16e894c307f30a9c38973e5b96ce2120 SHA512 4dd550db776f940044e1af0ad7bf6b80626a133da1e75f4d26dd18966d32d7b2e4d4ce860fca3b756d7d7737befc952960605439e469e894902d89c5d1fbdb12 diff --git a/dev-util/uroot/uroot-0.2.ebuild b/dev-util/uroot/uroot-0.2.ebuild new file mode 100644 index 0000000..ced8ef0 --- /dev/null +++ b/dev-util/uroot/uroot-0.2.ebuild @@ -0,0 +1,19 @@ +EAPI=6 + +inherit autotools + +DESCRIPTION="User's root" +HOMEPAGE="https://git.cynerd.cz/uroot/" +SRC_URI="https://git.cynerd.cz/uroot/snapshot/${P}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPLv2" +SLOT="0" +KEYWORDS="amd64 ~x86" +IUSE="" + +RDEPEND=">sys-apps/shadow-4.2" + +src_prepare() { + eapply_user + ./bootstrap +} |