From 0e7a6f39f78182536b0df7a3d0c375be496dee0a Mon Sep 17 00:00:00 2001 From: Xerxes Rånby Date: Tue, 20 Dec 2011 11:31:49 +0100 Subject: Apache have moved its complete software archive from www.apache.org to archive.apache.org commons-cli, commons-codec, commons-collections, commons-configuration, commons-digester, commons-discovery, commons-el, commons-fileupload, commons-httpclient, commons-io, commons-jxpath, commons-lang, commons-logging, commons-net, commons-pool, avalon-framework-api, logkit, oro, poi and xerces-j have been updated accordingly. Signed-off-by: Xerxes Rånby MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipes-core/jakarta-commons/commons-cli_1.1.bb | 2 +- recipes-core/jakarta-commons/commons-codec_1.3.bb | 2 +- recipes-core/jakarta-commons/commons-collections_2.1.1.bb | 2 +- recipes-core/jakarta-commons/commons-configuration_1.5.bb | 2 +- recipes-core/jakarta-commons/commons-digester_1.8.bb | 2 +- recipes-core/jakarta-commons/commons-discovery_0.4.bb | 2 +- recipes-core/jakarta-commons/commons-el_1.0.bb | 2 +- recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb | 2 +- recipes-core/jakarta-commons/commons-httpclient_3.1.bb | 2 +- recipes-core/jakarta-commons/commons-io_1.4.bb | 2 +- recipes-core/jakarta-commons/commons-jxpath_1.3.bb | 2 +- recipes-core/jakarta-commons/commons-lang_2.4.bb | 2 +- recipes-core/jakarta-commons/commons-logging_1.1.1.bb | 2 +- recipes-core/jakarta-commons/commons-net_1.4.1.bb | 2 +- recipes-core/jakarta-commons/commons-pool_1.4.bb | 2 +- recipes-core/jakarta-libs/avalon-framework-api_4.3.bb | 4 ++-- recipes-core/jakarta-libs/logkit_1.2.2.bb | 2 +- recipes-core/jakarta-libs/oro_2.0.8.bb | 2 +- recipes-core/jakarta-libs/poi_3.0.bb | 2 +- recipes-core/xerces-j/xerces-j_2.9.1.bb | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/recipes-core/jakarta-commons/commons-cli_1.1.bb b/recipes-core/jakarta-commons/commons-cli_1.1.bb index bcfaf65..78cce46 100644 --- a/recipes-core/jakarta-commons/commons-cli_1.1.bb +++ b/recipes-core/jakarta-commons/commons-cli_1.1.bb @@ -2,7 +2,7 @@ require jakarta-commons.inc DESCRIPTION = "Java argument parsing helper classes" -SRC_URI = "http://www.apache.org/dist/commons/cli/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/commons/cli/source/${BP}-src.tar.gz" diff --git a/recipes-core/jakarta-commons/commons-codec_1.3.bb b/recipes-core/jakarta-commons/commons-codec_1.3.bb index 6af47e1..ff7627f 100644 --- a/recipes-core/jakarta-commons/commons-codec_1.3.bb +++ b/recipes-core/jakarta-commons/commons-codec_1.3.bb @@ -2,7 +2,7 @@ require jakarta-commons.inc DESCRIPTION = "Java library with simple encoder and decoders for various formats such as Base64 and Hexadecimal" -SRC_URI = "http://www.apache.org/dist/commons/codec/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/commons/codec/source/${BP}-src.tar.gz" S = "${WORKDIR}/${BP}" diff --git a/recipes-core/jakarta-commons/commons-collections_2.1.1.bb b/recipes-core/jakarta-commons/commons-collections_2.1.1.bb index 79bd612..aaa3e33 100644 --- a/recipes-core/jakarta-commons/commons-collections_2.1.1.bb +++ b/recipes-core/jakarta-commons/commons-collections_2.1.1.bb @@ -2,7 +2,7 @@ require jakarta-commons.inc DESCRIPTION = "A set of abstract data type interfaces and implementations that offer a wealth of useful functionality and a solid foundation for extending that functionality" -SRC_URI = "http://www.apache.org/dist/commons/collections/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/commons/collections/source/${BP}-src.tar.gz" SRC_URI[md5sum] = "3fc2e8f9d0647074cba992b534ecf6df" diff --git a/recipes-core/jakarta-commons/commons-configuration_1.5.bb b/recipes-core/jakarta-commons/commons-configuration_1.5.bb index 93febd7..bbfacfd 100644 --- a/recipes-core/jakarta-commons/commons-configuration_1.5.bb +++ b/recipes-core/jakarta-commons/commons-configuration_1.5.bb @@ -3,7 +3,7 @@ require jakarta-commons.inc DESCRIPTION = "Generic configuration interface for Java applications" SRC_URI = " \ - http://www.apache.org/dist/commons/configuration/source/${BP}-src.tar.gz;name=archive \ + http://archive.apache.org/dist/commons/configuration/source/${BP}-src.tar.gz;name=archive \ http://ftp.hosting-studio.de/pub/linux/apache/ant/source/apache-ant-1.7.1-src.tar.bz2;name=ant \ " diff --git a/recipes-core/jakarta-commons/commons-digester_1.8.bb b/recipes-core/jakarta-commons/commons-digester_1.8.bb index feb0786..9d9164a 100644 --- a/recipes-core/jakarta-commons/commons-digester_1.8.bb +++ b/recipes-core/jakarta-commons/commons-digester_1.8.bb @@ -2,7 +2,7 @@ require jakarta-commons.inc DESCRIPTION = "Converts XML to a Java object by a set of mapping rules." -SRC_URI = "http://www.apache.org/dist/commons/digester/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/commons/digester/source/${BP}-src.tar.gz" DEPENDS += "commons-logging commons-beanutils" RDEPENDS_${PN} = "libcommons-logging-java libcommons-beanutils-java" diff --git a/recipes-core/jakarta-commons/commons-discovery_0.4.bb b/recipes-core/jakarta-commons/commons-discovery_0.4.bb index 0de4c5c..8600cbd 100644 --- a/recipes-core/jakarta-commons/commons-discovery_0.4.bb +++ b/recipes-core/jakarta-commons/commons-discovery_0.4.bb @@ -2,7 +2,7 @@ require jakarta-commons.inc DESCRIPTION = "discovering, or finding, implementations for pluggable interfaces" -SRC_URI = "http://www.apache.org/dist/commons/discovery/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/commons/discovery/source/${BP}-src.tar.gz" DEPENDS += "commons-logging" RDEPENDS_${PN} = "libcommons-logging-java" diff --git a/recipes-core/jakarta-commons/commons-el_1.0.bb b/recipes-core/jakarta-commons/commons-el_1.0.bb index 3ba21ee..b32a2e1 100644 --- a/recipes-core/jakarta-commons/commons-el_1.0.bb +++ b/recipes-core/jakarta-commons/commons-el_1.0.bb @@ -2,7 +2,7 @@ require jakarta-commons.inc DESCRIPTION = "Implementation of the JSP2.0 Expression Language API" -SRC_URI = "http://www.apache.org/dist/commons/el/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/commons/el/source/${BP}-src.tar.gz" DEPENDS += "jsp2.0 servlet2.4" RDEPENDS_${PN} = "libjsp2.0-java libservlet2.4-java" diff --git a/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb b/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb index 34ff2c1..2af9994 100644 --- a/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb +++ b/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb @@ -2,7 +2,7 @@ require jakarta-commons.inc DESCRIPTION = "Robust, high-performance, file upload capability for Java servlets and web applications" -SRC_URI = "http://www.apache.org/dist/commons/fileupload/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/commons/fileupload/source/${BP}-src.tar.gz" DEPENDS += "commons-beanutils commons-io servlet2.3" RDEPENDS_${PN} = "libcommons-beanutils-java libcommons-io-java libservlet2.3-java" diff --git a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb index 64f80f6..66e9616 100644 --- a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb +++ b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb @@ -2,7 +2,7 @@ require jakarta-commons.inc DESCRIPTION = "Efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations" -SRC_URI = "http://www.apache.org/dist/httpcomponents/commons-httpclient/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/httpcomponents/commons-httpclient/source/${BP}-src.tar.gz" S = "${WORKDIR}/${BP}" diff --git a/recipes-core/jakarta-commons/commons-io_1.4.bb b/recipes-core/jakarta-commons/commons-io_1.4.bb index ce627ea..eb3bbfa 100644 --- a/recipes-core/jakarta-commons/commons-io_1.4.bb +++ b/recipes-core/jakarta-commons/commons-io_1.4.bb @@ -2,7 +2,7 @@ require jakarta-commons.inc DESCRIPTION = "Java library with utility classes, stream implementations, file filters and endian classes" -SRC_URI = "http://www.apache.org/dist/commons/io/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/commons/io/source/${BP}-src.tar.gz" SRC_URI[md5sum] = "24b228f2d0c40ffed9204cdab015bccf" SRC_URI[sha256sum] = "eca986497f7b4d1b1ec41821b1b5df827bb31fc14833e4449cfa8bcd5d7f29bb" diff --git a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb index 9e612b2..8cd54ba 100644 --- a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb +++ b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb @@ -2,7 +2,7 @@ require jakarta-commons.inc DESCRIPTION = "JXPath interpreter for Java" -SRC_URI = "http://www.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz" DEPENDS += "commons-logging commons-collections3 commons-beanutils servlet2.3 jdom" RDEPENDS_${PN} = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libservlet2.3-java libjdom-java" diff --git a/recipes-core/jakarta-commons/commons-lang_2.4.bb b/recipes-core/jakarta-commons/commons-lang_2.4.bb index a470d63..1576b7e 100644 --- a/recipes-core/jakarta-commons/commons-lang_2.4.bb +++ b/recipes-core/jakarta-commons/commons-lang_2.4.bb @@ -2,7 +2,7 @@ require jakarta-commons.inc DESCRIPTION = "Set of Java classes that provide helper methods for the standard java.lang classes" -SRC_URI = "http://www.apache.org/dist/commons/lang/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/commons/lang/source/${BP}-src.tar.gz" SRC_URI[md5sum] = "625ff5f2f968dd908bca43c9469d6e6b" diff --git a/recipes-core/jakarta-commons/commons-logging_1.1.1.bb b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb index 235b7f4..51acffd 100644 --- a/recipes-core/jakarta-commons/commons-logging_1.1.1.bb +++ b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb @@ -3,7 +3,7 @@ require jakarta-commons.inc DESCRIPTION = "Java Internet protocol suite library" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d273d63619c9aeaf15cdaf76422c4f87" -SRC_URI = "http://www.apache.org/dist/commons/logging/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/commons/logging/source/${BP}-src.tar.gz" DEPENDS += "log4j1.2 servlet2.3 logkit" DEPENDS_virtclass-native += "log4j1.2-native servlet2.3-native logkit-native" diff --git a/recipes-core/jakarta-commons/commons-net_1.4.1.bb b/recipes-core/jakarta-commons/commons-net_1.4.1.bb index 26b8603..515173c 100644 --- a/recipes-core/jakarta-commons/commons-net_1.4.1.bb +++ b/recipes-core/jakarta-commons/commons-net_1.4.1.bb @@ -3,7 +3,7 @@ require jakarta-commons.inc DESCRIPTION = "Java Internet protocol suite library" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI = "http://www.apache.org/dist/commons/net/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/commons/net/source/${BP}-src.tar.gz" S = "${WORKDIR}/${BP}" diff --git a/recipes-core/jakarta-commons/commons-pool_1.4.bb b/recipes-core/jakarta-commons/commons-pool_1.4.bb index b6bd4f4..82065a4 100644 --- a/recipes-core/jakarta-commons/commons-pool_1.4.bb +++ b/recipes-core/jakarta-commons/commons-pool_1.4.bb @@ -2,7 +2,7 @@ require jakarta-commons.inc DESCRIPTION = "Java Object-pooling API" -SRC_URI = "http://www.apache.org/dist/commons/pool/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/commons/pool/source/${BP}-src.tar.gz" SRC_URI[md5sum] = "4dc988ee16e1471799af97763297b41b" SRC_URI[sha256sum] = "ca4452f2a2ce2daf6eaa1743ded2d3b36013200c48e3f2117b65584ca5cc1d9b" diff --git a/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb b/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb index b09c464..8953c80 100644 --- a/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb +++ b/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb @@ -4,8 +4,8 @@ LICENSE = "AL2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRC_URI = " \ - http://www.apache.org/dist/excalibur/avalon-framework/source/${BP}-src.tar.gz;name=archive \ - http://www.apache.org/dist/avalon/logkit/source/logkit-1.2.2-src.tar.gz;name=logkit \ + http://archive.apache.org/dist/excalibur/avalon-framework/source/${BP}-src.tar.gz;name=archive \ + http://archive.apache.org/dist/avalon/logkit/source/logkit-1.2.2-src.tar.gz;name=logkit \ " inherit java-library diff --git a/recipes-core/jakarta-libs/logkit_1.2.2.bb b/recipes-core/jakarta-libs/logkit_1.2.2.bb index f23b037..89a9328 100644 --- a/recipes-core/jakarta-libs/logkit_1.2.2.bb +++ b/recipes-core/jakarta-libs/logkit_1.2.2.bb @@ -3,7 +3,7 @@ AUTHOR = "Apache Software Foundation" LICENSE = "AL2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f1a1c8e1996e51c4dbc73e592a2ecf05" -SRC_URI = "http://www.apache.org/dist/avalon/logkit/source/${BP}-src.tar.gz" +SRC_URI = "http://archive.apache.org/dist/avalon/logkit/source/${BP}-src.tar.gz" inherit java-library diff --git a/recipes-core/jakarta-libs/oro_2.0.8.bb b/recipes-core/jakarta-libs/oro_2.0.8.bb index fa32ca5..3ab0322 100644 --- a/recipes-core/jakarta-libs/oro_2.0.8.bb +++ b/recipes-core/jakarta-libs/oro_2.0.8.bb @@ -3,7 +3,7 @@ AUTHOR = "Apache Software Foundation" LICENSE = "AL2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=372b1e91335021ca74173b2ab4dc97dd" -SRC_URI = "http://www.apache.org/dist/jakarta/oro/source/jakarta-${BP}.tar.gz" +SRC_URI = "http://archive.apache.org/dist/jakarta/oro/source/jakarta-${BP}.tar.gz" inherit java-library diff --git a/recipes-core/jakarta-libs/poi_3.0.bb b/recipes-core/jakarta-libs/poi_3.0.bb index b207bec..6adcf2c 100644 --- a/recipes-core/jakarta-libs/poi_3.0.bb +++ b/recipes-core/jakarta-libs/poi_3.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Java library for manipulating various file formats based upon Mic LICENSE = "AL2.0" AUTHOR = "Apache Software Foundation" -SRC_URI = "http://www.apache.org/dist/jakarta/poi/release/src/${BPN}-src-${PV}-FINAL-20070503.tar.gz" +SRC_URI = "http://archive.apache.org/dist/jakarta/poi/release/src/${BPN}-src-${PV}-FINAL-20070503.tar.gz" S = "${WORKDIR}/${BPN}-3.0-rc4" diff --git a/recipes-core/xerces-j/xerces-j_2.9.1.bb b/recipes-core/xerces-j/xerces-j_2.9.1.bb index 79aef01..950ecae 100644 --- a/recipes-core/xerces-j/xerces-j_2.9.1.bb +++ b/recipes-core/xerces-j/xerces-j_2.9.1.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ file://LICENSE.serializer.txt;md5=86d3f3a95c324c9479bd8986968f4327 \ " -SRC_URI = "http://www.apache.org/dist/xerces/j/Xerces-J-src.${PV}.tar.gz" +SRC_URI = "http://archive.apache.org/dist/xerces/j/Xerces-J-src.${PV}.tar.gz" S = "${WORKDIR}/xerces-2_9_1" -- cgit v1.2.3-54-g00ecf