diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Unicode-LineBreak | |
download | gentoo-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/Unicode-LineBreak')
5 files changed, 83 insertions, 0 deletions
diff --git a/dev-perl/Unicode-LineBreak/Manifest b/dev-perl/Unicode-LineBreak/Manifest new file mode 100644 index 000000000000..007e30bd75aa --- /dev/null +++ b/dev-perl/Unicode-LineBreak/Manifest @@ -0,0 +1,3 @@ +DIST Unicode-LineBreak-2013.11.tar.gz 289906 SHA256 8946b883ae687ff652e93d6185e23a936c7f337f2e115851fdfed72e1f73c7f9 SHA512 2b24ec1ab32127d2860d3e6bc060af95e0d3079191e17f00afed143cda0b8d8af5f0516180299ffa9cc8c2e1f047f022b64c39a308a8ac785362fac5aa166e86 WHIRLPOOL 928ff680803e888c68bc027c511ecc6611d09ac94466bbf6a1fc2da188180adedb757b64645e438a97c73b0f17e894d0d5f4bca15129e48dc27a854210fd6781 +DIST Unicode-LineBreak-2014.06.tar.gz 299755 SHA256 5c06dfb5036bbcc1043b366df48fd3a993a6cfaa1c2c5b4efd2b0d87fec54f8d SHA512 35c0ff92b02a152142d66bf47d976e616f24e9cc08d5ec101fb881a87d951e71b45674082b73677391180c20d4a8ad56acbb523b25c53726f2d0d80c619d75a3 WHIRLPOOL e651349974ba1c7525604c2a6a5068b46f6526ffb1501a255ca620cd2addb59aee42d9ca3330078558776b407ae46f1691df3a25c5e27557ee6d566b83ac7933 +DIST Unicode-LineBreak-2015.06.tar.gz 243243 SHA256 4ecea8c87f35dff9e0281c846e3d5140d5323b64b5dc2c8f0d36020354e03881 SHA512 0bbe6b6a0c79ac5c6efac97bae2cda6a1c29997599a270966cfa7af006e7a08a240f9fc3f5bf68a26adc4398ca4219525c023127041917a0daf31641a94bb886 WHIRLPOOL 489acf0d8b8fbae613d598d3158e2d029aaaeff420a0b29d870854d63206e98f5d5eb0632b62945c722cfd9b57a1b96246ed53bcd20577c236d6aabeec5bc34f diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2013.11.ebuild b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2013.11.ebuild new file mode 100644 index 000000000000..9d463a0806f8 --- /dev/null +++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2013.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR="NEZUMI" + +inherit perl-module + +DESCRIPTION=" UAX #14 Unicode Line Breaking Algorithm" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-perl/MIME-Charset + virtual/perl-Encode" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2014.60.0.ebuild b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2014.60.0.ebuild new file mode 100644 index 000000000000..b23280bcd916 --- /dev/null +++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2014.60.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR="NEZUMI" +MODULE_VERSION="2014.06" + +inherit perl-module + +DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-perl/MIME-Charset + virtual/perl-Encode" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2015.60.0.ebuild b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2015.60.0.ebuild new file mode 100644 index 000000000000..44456b48bd9f --- /dev/null +++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2015.60.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR="NEZUMI" +MODULE_VERSION="2015.06" + +inherit perl-module + +DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-perl/MIME-Charset + virtual/perl-Encode" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Unicode-LineBreak/metadata.xml b/dev-perl/Unicode-LineBreak/metadata.xml new file mode 100644 index 000000000000..f9233927a8a3 --- /dev/null +++ b/dev-perl/Unicode-LineBreak/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>mrueg@gentoo.org</email> + <name>Manuel Rüger</name> + </maintainer> + <upstream> + <remote-id type="cpan">Unicode-LineBreak</remote-id> + <remote-id type="cpan-module">Unicode::GCString</remote-id> + <remote-id type="cpan-module">Unicode::LineBreak</remote-id> + <remote-id type="cpan-module">Text::LineFold</remote-id> + </upstream> +</pkgmetadata> |