From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001
From: "Robin H. Johnson" <robbat2@gentoo.org>
Date: Sat, 8 Aug 2015 13:49:04 -0700
Subject: proj/gentoo: Initial commit
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.

This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.

Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
---
 dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0-r1.ebuild | 17 +++++++++++++++++
 dev-perl/ExtUtils-F77/ExtUtils-F77-1.180.0.ebuild    | 19 +++++++++++++++++++
 dev-perl/ExtUtils-F77/Manifest                       |  2 ++
 dev-perl/ExtUtils-F77/metadata.xml                   |  9 +++++++++
 4 files changed, 47 insertions(+)
 create mode 100644 dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0-r1.ebuild
 create mode 100644 dev-perl/ExtUtils-F77/ExtUtils-F77-1.180.0.ebuild
 create mode 100644 dev-perl/ExtUtils-F77/Manifest
 create mode 100644 dev-perl/ExtUtils-F77/metadata.xml

(limited to 'dev-perl/ExtUtils-F77')

diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0-r1.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0-r1.ebuild
new file mode 100644
index 000000000000..6f933c488d77
--- /dev/null
+++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=KGB
+MODULE_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc s390 sh sparc x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+SRC_TEST="do"
diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.180.0.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.180.0.ebuild
new file mode 100644
index 000000000000..988ac3720b80
--- /dev/null
+++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.180.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=CHM
+MODULE_VERSION=1.18
+inherit perl-module
+
+DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="virtual/perl-ExtUtils-MakeMaker"
+
+SRC_TEST="do parallel"
diff --git a/dev-perl/ExtUtils-F77/Manifest b/dev-perl/ExtUtils-F77/Manifest
new file mode 100644
index 000000000000..bb269799fbd9
--- /dev/null
+++ b/dev-perl/ExtUtils-F77/Manifest
@@ -0,0 +1,2 @@
+DIST ExtUtils-F77-1.17.tar.gz 11225 SHA256 b3919200443174ff348ed5567d461335e289fba047cb17432f31dea5a26cad3f SHA512 25f9046fa39aca3e6ecebccf78e2bd8a116e5db815f086431ee5600068f34a08a7658697b9d5e6d530837f0f98d6a143295a76ae78044e4628d57896f65cb550 WHIRLPOOL 037b9189364c115c83acc92575b0028c62ccf3931988144c69790db513008eebc58deceb765aae819ffbaa3bf22d3caadc0adcdace521a43d783e3c37d15fd0f
+DIST ExtUtils-F77-1.18.tar.gz 11614 SHA256 6b1fbeb38f092b399f46d58f8699917f71c098dff131a3c7b72ccccadbc953b4 SHA512 dba56108f2b59582780c03d1cf965d276d73cee1452f9f563b6b513ac4fab24007003b45b86d2c11c05b5d55ac9d1837a76ed14bdbd4738db5ec3a6632f7edcc WHIRLPOOL 993d14bbf0fd7fbbe22cdee27e73b0b25f0038092de74496190838aadee6db6c9b723c3045956ccb28f21f35c31e9e7b6a5548e556eb27de3745b5b1ab3ed977
diff --git a/dev-perl/ExtUtils-F77/metadata.xml b/dev-perl/ExtUtils-F77/metadata.xml
new file mode 100644
index 000000000000..e715bbe1c8fa
--- /dev/null
+++ b/dev-perl/ExtUtils-F77/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>perl</herd>
+  <upstream>
+    <remote-id type="cpan">ExtUtils-F77</remote-id>
+    <remote-id type="cpan-module">ExtUtils::F77</remote-id>
+  </upstream>
+</pkgmetadata>
-- 
cgit v1.2.3-65-gdbad