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/Crypt-RIPEMD160
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/Crypt-RIPEMD160')
-rw-r--r--dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0-r1.ebuild19
-rw-r--r--dev-perl/Crypt-RIPEMD160/Manifest1
-rw-r--r--dev-perl/Crypt-RIPEMD160/files/0.50.0-header.patch8
-rw-r--r--dev-perl/Crypt-RIPEMD160/metadata.xml10
4 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0-r1.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0-r1.ebuild
new file mode 100644
index 000000000000..330d2196a46d
--- /dev/null
+++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.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=TODDR
+MODULE_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Crypt::RIPEMD160 module for perl"
+
+SLOT="0"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+export OPTIMIZE="$CFLAGS"
+PATCHES=( "${FILESDIR}"/0.50.0-header.patch )
+SRC_TEST=do
diff --git a/dev-perl/Crypt-RIPEMD160/Manifest b/dev-perl/Crypt-RIPEMD160/Manifest
new file mode 100644
index 000000000000..6867e585248c
--- /dev/null
+++ b/dev-perl/Crypt-RIPEMD160/Manifest
@@ -0,0 +1 @@
+DIST Crypt-RIPEMD160-0.05.tar.gz 58960 SHA256 ec8987517d138ac8a4be3c72ba36d69e06f18378a284f6df03c4f954ceaedaa8 SHA512 75536a00adf47e91fbeef45919ae05ed8520e170c715a3df801a304d0e0de4d9360b561e0c2b952000281e76836bb1a9a87396cfeb032fa4b3e74f452c22316d WHIRLPOOL 8591dd3bf3267eefbb1942d635a8fa81b3a18c290a7a75007dc62268ca95ddc03b4a5b3fb72018c76ee9f678c4731907111e05ce54434329f409d232a01ec652
diff --git a/dev-perl/Crypt-RIPEMD160/files/0.50.0-header.patch b/dev-perl/Crypt-RIPEMD160/files/0.50.0-header.patch
new file mode 100644
index 000000000000..e2abeda10732
--- /dev/null
+++ b/dev-perl/Crypt-RIPEMD160/files/0.50.0-header.patch
@@ -0,0 +1,8 @@
+--- Crypt-RIPEMD160-0.05/wrap_160.c
++++ Crypt-RIPEMD160-0.05/wrap_160.c
+@@ -1,4 +1,5 @@
+ #include <string.h>
++#include <stdio.h>
+
+ #include "rmd160.h"
+ #include "wrap_160.h"
diff --git a/dev-perl/Crypt-RIPEMD160/metadata.xml b/dev-perl/Crypt-RIPEMD160/metadata.xml
new file mode 100644
index 000000000000..503b67846bce
--- /dev/null
+++ b/dev-perl/Crypt-RIPEMD160/metadata.xml
@@ -0,0 +1,10 @@
+<?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">Crypt-RIPEMD160</remote-id>
+ <remote-id type="cpan-module">Crypt::RIPEMD160</remote-id>
+ <remote-id type="cpan-module">Crypt::RIPEMD160::MAC</remote-id>
+ </upstream>
+</pkgmetadata>