summaryrefslogtreecommitdiff
path: root/app-admin
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-04-21 22:10:31 +0300
committerBlackNoxis <steven.darklight@gmail.com>2015-04-21 22:10:31 +0300
commit9a2973bcf4baaf0fa7848cd93e45ea1b7cd1a110 (patch)
tree69ad7ec0069a082d745ee74129910f8beb5bc6cc /app-admin
parentf1ee4a78c487b88ec73fd06c905665ffcb910657 (diff)
[app-admin/enman] program util pentru schimburi de repositorii pe entropy. thanks mudler
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/enman/Manifest4
-rw-r--r--app-admin/enman/enman-0.1.ebuild26
-rw-r--r--app-admin/enman/enman-0.2.ebuild27
-rw-r--r--app-admin/enman/enman-0.3.ebuild27
-rw-r--r--app-admin/enman/enman-0.4.ebuild27
5 files changed, 111 insertions, 0 deletions
diff --git a/app-admin/enman/Manifest b/app-admin/enman/Manifest
new file mode 100644
index 00000000..196ef163
--- /dev/null
+++ b/app-admin/enman/Manifest
@@ -0,0 +1,4 @@
+DIST enman-0.1.tar.gz 10416 SHA256 491117d8646f5918513a778076231d7aa37eb37694333df50dcfc8159fa6a8fb SHA512 aafe5dbff4ce3a0bb52059bc7f99d85dc1876d1d926583fcfe11a0dd5ad724e4df5eb3cb9e078f5bd7494c769bf591d15fd628eac75d4d06a4e193134bd3e244 WHIRLPOOL 678de035808756ac1f614c30afa6268b931a5eced719bb45a7820369aa502ffc66b5da58f0d5c54c53dd71df0dfba8948132c6822c24d8d108409e933379085b
+DIST enman-0.2.tar.gz 5042 SHA256 49d265d71d465feed154cec65f8ab3439744e8288d41e33848f4b2cabaeed80b SHA512 3dd49d344051b4195b055f2954600bf3b10384eeadefa45358f698ab46d13aeebd47399f84d67884275e8772fdc15846a9d225eaec9d21231b999d848de4d351 WHIRLPOOL 3c4277b56de5b21eee36b719ef27e5e9d09caf2851c0d97a9910b4cd2c4a9a703a26d9ce2134c21cbb66a51e2888c2ca836affe92805cd65e2f46d68986a5368
+DIST enman-0.3.tar.gz 6623 SHA256 7891cbe42824b8d1d8ac94c65ba313834d115b221ec065d4a5f3a0ea2ce49996 SHA512 f0ed05470d842932cab58357323c0f5d4e21e6e46d647a2b8e6c80d8bfe5baea35f267271cb41adbf155e34e7f10de0d3b3d7eb5804b581ca1132e0d545a5ce2 WHIRLPOOL d79c960470b0362c1616d92f39058037026ac70b417ad82d8441c6961541ee0b1a706779af523d41142b34579c5957294834dd7503e66e991d0688ea10b49999
+DIST enman-0.4.tar.gz 6647 SHA256 5bf805bd1755fcd068686138ce9140345c1b721ecd6b10f30e3f59a771976d72 SHA512 9be3c8320209d22dd78d9a5b009a3abffecc1b2bf737149b7506d2ed83281924ffddde7f92ee120ed2383086b61404811b4749365889d949be574df5ae6aada1 WHIRLPOOL 3d7291815633470b1ce13cdc8449361c197695d568b5cad9ae08d3b93d8e94a4a91e60880f5b541d276a675c5f08e43406cf99d5fe1c091f250377fe6d72172c
diff --git a/app-admin/enman/enman-0.1.ebuild b/app-admin/enman/enman-0.1.ebuild
new file mode 100644
index 00000000..fc848459
--- /dev/null
+++ b/app-admin/enman/enman-0.1.ebuild
@@ -0,0 +1,26 @@
+# 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
+ virtual/perl-Term-ANSIColor
+"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"
diff --git a/app-admin/enman/enman-0.2.ebuild b/app-admin/enman/enman-0.2.ebuild
new file mode 100644
index 00000000..1ddda428
--- /dev/null
+++ b/app-admin/enman/enman-0.2.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"
diff --git a/app-admin/enman/enman-0.3.ebuild b/app-admin/enman/enman-0.3.ebuild
new file mode 100644
index 00000000..1ddda428
--- /dev/null
+++ b/app-admin/enman/enman-0.3.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"
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"