summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2018-12-05 10:37:07 +0100
committerJulien Dessaux2018-12-05 10:37:07 +0100
commit990bcf615c171c7ed0f51cc39ce7a79413d109c8 (patch)
tree17f40dac91a63293b51e4bf4f4955b0f0d4f3c70
downloadportage-990bcf615c171c7ed0f51cc39ce7a79413d109c8.tar.gz
portage-990bcf615c171c7ed0f51cc39ce7a79413d109c8.tar.bz2
portage-990bcf615c171c7ed0f51cc39ce7a79413d109c8.zip
Initial import with dev-perl/Math-Gradient
-rw-r--r--.gitignore1
-rw-r--r--dev-perl/Math-Gradient/Manifest2
-rw-r--r--dev-perl/Math-Gradient/Math-Gradient-0.04.ebuild19
-rw-r--r--metadata/layout.conf2
-rw-r--r--profiles/repo_name1
5 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..983bea5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.*.sw[mnop]
diff --git a/dev-perl/Math-Gradient/Manifest b/dev-perl/Math-Gradient/Manifest
new file mode 100644
index 0000000..23f0bd7
--- /dev/null
+++ b/dev-perl/Math-Gradient/Manifest
@@ -0,0 +1,2 @@
+DIST Math-Gradient-0.04.tgz 4068 BLAKE2B 0b5a0ff96b230f66778ca896237cff90128394ce3d60efc79d2d997633cbf20391e866d14820ce70713d897a5d36931b0d10e0414d6f569f58a6dc896c3d3877 SHA512 84443d50bbfc51fe8d2314a1cbac158643845b5f9c948f6d5c8d9930cb920b8403211b5152a2aff6e5eb8fe5331656b9eee1304ee53de622967b8042f6d75aec
+EBUILD Math-Gradient-0.04.ebuild 418 BLAKE2B 99a913034ec8254ec67176676c753ffba2cd5f87b0ac240cb224078c8229a1ed8b10994410a0de48e288ccc9ef92d520a64da22207d01d583fa286b246f4cbeb SHA512 477273eadf7045eb98b36cf1d928cd6be122e4242f4a39d05e561384e8fb1cedf2103e5e2d4d4865dfb723cbbce26738b8d2a27a31f28d2568f69f4659f689bf
diff --git a/dev-perl/Math-Gradient/Math-Gradient-0.04.ebuild b/dev-perl/Math-Gradient/Math-Gradient-0.04.ebuild
new file mode 100644
index 0000000..af8dff3
--- /dev/null
+++ b/dev-perl/Math-Gradient/Math-Gradient-0.04.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=CRAKRJACK
+DIST_VERSION=0.04
+DIST_A_EXT=tgz
+#SRC_URI="https://cpan.metacpan.org/authors/id/C/CR/CRAKRJACK/Math-Gradient-0.04.tgz"
+inherit perl-module
+
+DESCRIPTION="Useful math gradient functions for Perl"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+"
diff --git a/metadata/layout.conf b/metadata/layout.conf
new file mode 100644
index 0000000..c673a95
--- /dev/null
+++ b/metadata/layout.conf
@@ -0,0 +1,2 @@
+masters = gentoo
+auto-sync = false
diff --git a/profiles/repo_name b/profiles/repo_name
new file mode 100644
index 0000000..7ffb04d
--- /dev/null
+++ b/profiles/repo_name
@@ -0,0 +1 @@
+adyxax