summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Sys-MemInfo
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
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
Diffstat (limited to 'dev-perl/Sys-MemInfo')
-rw-r--r--dev-perl/Sys-MemInfo/Manifest2
-rw-r--r--dev-perl/Sys-MemInfo/Sys-MemInfo-0.910.0-r1.ebuild19
-rw-r--r--dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild16
-rw-r--r--dev-perl/Sys-MemInfo/metadata.xml9
4 files changed, 46 insertions, 0 deletions
diff --git a/dev-perl/Sys-MemInfo/Manifest b/dev-perl/Sys-MemInfo/Manifest
new file mode 100644
index 000000000000..6ed82bc5f251
--- /dev/null
+++ b/dev-perl/Sys-MemInfo/Manifest
@@ -0,0 +1,2 @@
+DIST Sys-MemInfo-0.91.tar.gz 6802 SHA256 c15af4b9db68f86b182504823e4c9a36ee977d9142a2306f089b4dc1cd26c143 SHA512 f34f6383b28f15dbfee80ff96b7b0a6102d3f187443b4697d4e1e58bc2ca1fdd7e4352907539648df0aaa1041d5278a7f31d03adfe5349889f426b5a941d5877 WHIRLPOOL 06a2e949f0f9fb43970b8f1eeff0a52fc1029067316fe723019ac8607fb996df954b8fab230900b32f56c348773a2a086ee37d51eb504b45468435b23adf8107
+DIST Sys-MemInfo-0.98.tar.gz 13213 SHA256 0862e94166e69c45ed6dcfd3b3a03610df1980fa3ec7a63c75c2aa67a8a32d5f SHA512 06f3d5d5678832c688dae6b50392cfe549a105359be5d868d020bbb34839216ded7138cac1788d398330deaf260789e91a7a2c3f4998af1ddedf33006c31e1d4 WHIRLPOOL bfc0711c1c63eb5f6f063e3b46a38ddf449ba92489ee6b4e108b68948d4e863fa87e385c571000b8fa7beaec9e61c821073a065db8316aa0e850c0302e78b500
diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.910.0-r1.ebuild b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.910.0-r1.ebuild
new file mode 100644
index 000000000000..bb2f6c444085
--- /dev/null
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.910.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=SCRESTO
+MODULE_VERSION=0.91
+inherit perl-module
+
+DESCRIPTION="Memory informations"
+
+# sources specify LGPL-2.1, README "same terms as Perl itself"
+LICENSE="LGPL-2.1 ${LICENSE}"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
+IUSE=""
+
+S=${WORKDIR}/${PN}
diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
new file mode 100644
index 000000000000..31d81bfccd22
--- /dev/null
+++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=SCRESTO
+MODULE_VERSION=0.98
+inherit perl-module
+
+DESCRIPTION="Memory informations"
+
+LICENSE="LGPL-2.1 ${LICENSE}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
diff --git a/dev-perl/Sys-MemInfo/metadata.xml b/dev-perl/Sys-MemInfo/metadata.xml
new file mode 100644
index 000000000000..94c4a6d2a788
--- /dev/null
+++ b/dev-perl/Sys-MemInfo/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">Sys-MemInfo</remote-id>
+ <remote-id type="cpan-module">Sys::MemInfo</remote-id>
+ </upstream>
+</pkgmetadata>