Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 700776 - dev-java/tomcat-servlet-api-6.0.53-r1: please stabilize
Summary: dev-java/tomcat-servlet-api-6.0.53-r1: please stabilize
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2019-11-20 13:51 UTC by Miroslav Šulc
Modified: 2019-11-23 16:49 UTC (History)
0 users

See Also:
Package list:
=dev-java/tomcat-servlet-api-6.0.53-r1 amd64 ppc64 x86
Runtime testing required: ---
stable-bot: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miroslav Šulc gentoo-dev 2019-11-20 13:51:41 UTC
commit edb9e723d5bcfdc0c09294fa17b694e8acf2682f
Author: Miroslav Šulc <fordfrog@gentoo.org>
Date:   Wed Oct 16 09:56:13 2019 +0200

    dev-java/tomcat-servlet-api-6.0.53-r1: eapi=7 + fixed homepage proto
    
    Package-Manager: Portage-2.3.77, Repoman-2.3.17
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>


changes compared to the current stable:
$ diff tomcat-servlet-api-6.0.53.ebuild tomcat-servlet-api-6.0.53-r1.ebuild 
4c4
< EAPI="5"
---
> EAPI=7
12,13c12,13
< HOMEPAGE="http://tomcat.apache.org/"
< SRC_URI="mirror://apache/tomcat/tomcat-6/v${PV}/src/${MY_P}.tar.gz"
---
> HOMEPAGE="https://tomcat.apache.org/"
> SRC_URI="https://archive.apache.org/dist/tomcat/tomcat-6/v${PV}/src/${MY_P}.tar.gz"
17c17
< KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
---
> KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
20,21c20,21
< DEPEND=">=virtual/jdk-1.6"
< RDEPEND=">=virtual/jre-1.6"
---
> DEPEND=">=virtual/jdk-1.8"
> RDEPEND=">=virtual/jre-1.8"
25c25,27
< java_prepare() {
---
> src_prepare() {
> 	default
>
Comment 1 Agostino Sarubbo gentoo-dev 2019-11-22 10:25:20 UTC
amd64 stable
Comment 2 Agostino Sarubbo gentoo-dev 2019-11-23 12:45:08 UTC
x86 stable
Comment 3 Agostino Sarubbo gentoo-dev 2019-11-23 16:49:35 UTC
ppc64 stable. Closing.