diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-04-21 22:10:31 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-04-21 22:10:31 +0300 |
commit | 9a2973bcf4baaf0fa7848cd93e45ea1b7cd1a110 (patch) | |
tree | 69ad7ec0069a082d745ee74129910f8beb5bc6cc /app-admin/enman/enman-0.4.ebuild | |
parent | f1ee4a78c487b88ec73fd06c905665ffcb910657 (diff) |
[app-admin/enman] program util pentru schimburi de repositorii pe entropy. thanks mudler
Diffstat (limited to 'app-admin/enman/enman-0.4.ebuild')
-rw-r--r-- | app-admin/enman/enman-0.4.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-admin/enman/enman-0.4.ebuild b/app-admin/enman/enman-0.4.ebuild new file mode 100644 index 00000000..1ddda428 --- /dev/null +++ b/app-admin/enman/enman-0.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +SRC_URI="https://github.com/Spike-Pentesting/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/Spike-Pentesting/enman" +inherit perl-module + +DESCRIPTION="a layman equivalent for entropy repositories" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-perl/App-Cmd + dev-perl/LWP-Protocol-https + virtual/perl-Encode + dev-perl/libwww-perl + dev-perl/libintl-perl + virtual/perl-Term-ANSIColor +" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |