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-ruby/bouncy-castle-java | |
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-ruby/bouncy-castle-java')
4 files changed, 48 insertions, 0 deletions
diff --git a/dev-ruby/bouncy-castle-java/Manifest b/dev-ruby/bouncy-castle-java/Manifest new file mode 100644 index 000000000000..2b4a77bb0c57 --- /dev/null +++ b/dev-ruby/bouncy-castle-java/Manifest @@ -0,0 +1,2 @@ +DIST bouncy-castle-java-1.5.0146.1.gem 1991680 SHA256 ee22c1aa83f305ac71252954f7fbe5c11ee2e4edf788a52d249356aa0fa7335a SHA512 aa40da55f6312e2408d6635960087853435947fb629aad0b75ecd113cfa7fa287232ea807f3e107ebda5fd0d75cc699acb7dee7e3a2ebebba5561786d5b8251f WHIRLPOOL 3298af1bc34c31c60eac841200d275a8063794f13423d753415e1271c0310cd08f6a1f0080071eb8390f23a5f4c377e31ffde02d7d644fc19f8b5aef0be294ff +DIST bouncy-castle-java-1.5.0147.gem 2155520 SHA256 baa6de7030506ca54502009e3f713b555554787d2a8cfee7ac22a59825584d40 SHA512 4e851d5e7d1ab1f3f7515ace034bc0c77eb3ec8f1e5b410f7c848624889140ba991b5a7c2fd300f0a66c91afb5f3f6c81785d89d6bb5e1cb69adc635b4b52a1c WHIRLPOOL 3f8d397386f253ba67f1c67a515274d31fce213c93f47aa4a6785d85b05c690f4a509ed476c6a69a5fb8bcc019eba66c5f66a9ef6cc03cf94d62fb0d63d1a10d diff --git a/dev-ruby/bouncy-castle-java/bouncy-castle-java-1.5.0146.1.ebuild b/dev-ruby/bouncy-castle-java/bouncy-castle-java-1.5.0146.1.ebuild new file mode 100644 index 000000000000..2eb517c4eed3 --- /dev/null +++ b/dev-ruby/bouncy-castle-java/bouncy-castle-java-1.5.0146.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +USE_RUBY=jruby + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="A gem redistribution of 'Legion of the Bouncy Castle Java cryptography APIs'" +HOMEPAGE="http://www.bouncycastle.org/java.html" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" diff --git a/dev-ruby/bouncy-castle-java/bouncy-castle-java-1.5.0147.ebuild b/dev-ruby/bouncy-castle-java/bouncy-castle-java-1.5.0147.ebuild new file mode 100644 index 000000000000..220e47d46d66 --- /dev/null +++ b/dev-ruby/bouncy-castle-java/bouncy-castle-java-1.5.0147.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +USE_RUBY=jruby + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="A gem redistribution of 'Legion of the Bouncy Castle Java cryptography APIs'" +HOMEPAGE="http://www.bouncycastle.org/java.html" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-ruby/bouncy-castle-java/metadata.xml b/dev-ruby/bouncy-castle-java/metadata.xml new file mode 100644 index 000000000000..604e0a4238bb --- /dev/null +++ b/dev-ruby/bouncy-castle-java/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>java</herd> +</pkgmetadata> + |