summaryrefslogtreecommitdiff
path: root/dev-util/linux-ns-tools/linux-ns-tools-0.1.1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-04-28 18:28:56 +0200
committerKarel Kočí <cynerd@email.cz>2019-04-28 18:28:56 +0200
commitd9063f7f0923c5e2e5335e085fcaefa6ce94c45d (patch)
treed5cf24d906be34e30d311608bad02bc3096cd58d /dev-util/linux-ns-tools/linux-ns-tools-0.1.1.ebuild
parent0a49e61110a00424f51be9018691ad2f8ae60a44 (diff)
downloadgentoo-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/linux-ns-tools/linux-ns-tools-0.1.1.ebuild')
-rw-r--r--dev-util/linux-ns-tools/linux-ns-tools-0.1.1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-util/linux-ns-tools/linux-ns-tools-0.1.1.ebuild b/dev-util/linux-ns-tools/linux-ns-tools-0.1.1.ebuild
deleted file mode 100644
index 163385c..0000000
--- a/dev-util/linux-ns-tools/linux-ns-tools-0.1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Linux namespaces tools"
-HOMEPAGE="https://git.cynerd.cz/linux-ns-tools/"
-SRC_URI="https://git.cynerd.cz/linux-ns-tools/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
-}