diff options
author | Karel Kočí <cynerd@email.cz> | 2019-05-01 13:08:36 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-05-01 13:08:36 +0200 |
commit | 348a5e7d5e1f442e93a50244113b8857b97d62a4 (patch) | |
tree | ecf85a69d6abb7471d60c63d18095f7e08653e5b /dev-util/uroot/uroot-0.2.ebuild | |
parent | c9afd93ce8853dcb9bfff5c7b88c69623e4c78b4 (diff) | |
download | gentoo-personal-overlay-348a5e7d5e1f442e93a50244113b8857b97d62a4.tar.gz gentoo-personal-overlay-348a5e7d5e1f442e93a50244113b8857b97d62a4.tar.bz2 gentoo-personal-overlay-348a5e7d5e1f442e93a50244113b8857b97d62a4.zip |
dev-utils/uroot: version 0.2.1
Diffstat (limited to 'dev-util/uroot/uroot-0.2.ebuild')
-rw-r--r-- | dev-util/uroot/uroot-0.2.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-util/uroot/uroot-0.2.ebuild b/dev-util/uroot/uroot-0.2.ebuild deleted file mode 100644 index ced8ef0..0000000 --- a/dev-util/uroot/uroot-0.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -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 -} |