From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-java/milton-api/Manifest | 2 ++ dev-java/milton-api/metadata.xml | 6 +++++ dev-java/milton-api/milton-api-2.5.1.5.ebuild | 33 +++++++++++++++++++++++++++ dev-java/milton-api/milton-api-2.6.5.5.ebuild | 33 +++++++++++++++++++++++++++ 4 files changed, 74 insertions(+) create mode 100644 dev-java/milton-api/Manifest create mode 100644 dev-java/milton-api/metadata.xml create mode 100644 dev-java/milton-api/milton-api-2.5.1.5.ebuild create mode 100644 dev-java/milton-api/milton-api-2.6.5.5.ebuild (limited to 'dev-java/milton-api') diff --git a/dev-java/milton-api/Manifest b/dev-java/milton-api/Manifest new file mode 100644 index 000000000000..535318af0b4f --- /dev/null +++ b/dev-java/milton-api/Manifest @@ -0,0 +1,2 @@ +DIST milton-api-2.5.1.5-sources.jar 210148 SHA256 e55d3919b6852206137121f0bf240607b82011bc4a21f1ac4f58be247ba0d221 SHA512 2cfc5cf5b81e36055871351cabced0b83e0c24aff3adb222cbb9a22d13bb19619e315606ccfbd4d0b14d3951deeb51442fa86fb587ecedd7cfbbc5ee54b76803 WHIRLPOOL 0c74aabff88f7b5d586d369cdc074bc227b3b0b1303268f90e52ea1b2bf42f3c53323ffdd8d8f31d626b18aeb5e2d2b0d7ee3426c409b62b6b3f07939961dc5e +DIST milton-api-2.6.5.5-sources.jar 227823 SHA256 bfd1fd7cd0560024cb64630e3660873d13033cc18d783a6f3deda2dfa7784e59 SHA512 66730e025399039537b31f635546375939e98c27e4250283342d8dec350a682368f5991d969dfecce9ab45f541d2da448f9786c8265ae55caa742f887a97899f WHIRLPOOL ed9578e52c477675f55209e5223b744a967f616f3d2b17aea87145ceac32cc69516535261a599814ca7a0e86d01adaa30ec2c96b3be0a280b9199b8fb09345a2 diff --git a/dev-java/milton-api/metadata.xml b/dev-java/milton-api/metadata.xml new file mode 100644 index 000000000000..604e0a4238bb --- /dev/null +++ b/dev-java/milton-api/metadata.xml @@ -0,0 +1,6 @@ + + + + java + + diff --git a/dev-java/milton-api/milton-api-2.5.1.5.ebuild b/dev-java/milton-api/milton-api-2.5.1.5.ebuild new file mode 100644 index 000000000000..d44d58f3dd5a --- /dev/null +++ b/dev-java/milton-api/milton-api-2.5.1.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +JAVA_PKG_IUSE="source doc" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Milton WebDav library" +HOMEPAGE="http://milton.io" +SRC_URI="http://milton.io/maven/io/milton/${PN}/${PV}/${P}-sources.jar" + +LICENSE="Apache-2.0" +SLOT="2.5" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +CDEPEND=" + dev-java/commons-codec:0 + dev-java/commons-io:1 + dev-java/slf4j-api:0 +" + +RDEPEND="${CDEPEND} + >=virtual/jre-1.5" + +DEPEND="${CDEPEND} + >=virtual/jdk-1.5" + +JAVA_GENTOO_CLASSPATH="commons-codec,commons-io-1,slf4j-api" diff --git a/dev-java/milton-api/milton-api-2.6.5.5.ebuild b/dev-java/milton-api/milton-api-2.6.5.5.ebuild new file mode 100644 index 000000000000..4e2f26b160cc --- /dev/null +++ b/dev-java/milton-api/milton-api-2.6.5.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +JAVA_PKG_IUSE="source doc" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Milton WebDav library" +HOMEPAGE="http://milton.io" +SRC_URI="http://milton.io/maven/io/milton/${PN}/${PV}/${P}-sources.jar" + +LICENSE="Apache-2.0" +SLOT="2.6" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +CDEPEND=" + dev-java/commons-codec:0 + dev-java/commons-io:1 + dev-java/slf4j-api:0 +" + +RDEPEND="${CDEPEND} + >=virtual/jre-1.5" + +DEPEND="${CDEPEND} + >=virtual/jdk-1.5" + +JAVA_GENTOO_CLASSPATH="commons-codec,commons-io-1,slf4j-api" -- cgit v1.2.3-18-g5258