public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-native/
Date: Mon, 27 Feb 2017 08:51:50 +0000 (UTC)	[thread overview]
Message-ID: <1488185498.3411797d824754bfc734523d971375fda06111b6.fordfrog@gentoo> (raw)

commit:     3411797d824754bfc734523d971375fda06111b6
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 08:51:38 2017 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 08:51:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3411797d

dev-java/tomcat-native: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-java/tomcat-native/Manifest                    |  1 +
 dev-java/tomcat-native/tomcat-native-1.2.12.ebuild | 58 ++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/dev-java/tomcat-native/Manifest b/dev-java/tomcat-native/Manifest
index cd9594b4d2..d6d64d1613 100644
--- a/dev-java/tomcat-native/Manifest
+++ b/dev-java/tomcat-native/Manifest
@@ -1,4 +1,5 @@
 DIST tomcat-native-1.2.10-src.tar.gz 391853 SHA256 553a796f1efb9d52a22a24636baca45ae265327f2a2d2f3169436b4012df9c35 SHA512 ab12525e031f4b0221634bde0b3af826c2231a8655032917bd09fe26075cc8b9bce7a7c5de369f525230155d50ec41ff84fb074c45ef9f34319f910e907d66a6 WHIRLPOOL f6786ec3f9d5a8f8c9fb2ec174b7da637016019453575efa2e093b77fe2bfbfae653d9ac0c1199dea6391754a8b64e8601a29ec54818f353b2e3471e9057d0d4
+DIST tomcat-native-1.2.12-src.tar.gz 399836 SHA256 e7add177c98a7f07220c306d65e182c45dbcd7501115e9ed56f1690c5472ded9 SHA512 87543ab353545563001ac339834ec5b230a139bbeb7382c0b5b269d0d00875bfc3f5a3212923ca941e0d31aa0f60c34f34310e89794a99f37aafdaf9ecca7a99 WHIRLPOOL 71c92d599f24008a137124270d0b7af8ab680754520fcc386feac51226feffda2f72f9097129f32e77ed75752ee941440603088e323f682abd86a2ad9cf67fb4
 DIST tomcat-native-1.2.4-src.tar.gz 387352 SHA256 29d53d4646229a839ccb71b7b3caa25c256aab1965c33cc9d140247213b9b171 SHA512 c080867510fb9006832172ee0b1997cee067c6e0275b3f9bdf94f69c14b9a02317352d9cadd8a41d366fb5f25c42f7f8af419e0b699aaa5eefee20db96559e97 WHIRLPOOL bf0acc6a78a79b51d3802fb1e1bfb0ec3e71993723a1be58c5ac14d6d24bab6e54fc9d505e4d5c0852ce335b6edc47c6b57f99055c875258fa0414a702e06fb2
 DIST tomcat-native-1.2.7-src.tar.gz 390573 SHA256 19e87bc6ea7f763bf9e6515f8c31d8e9bb3e0c1132b36769cdf32c6702723d25 SHA512 3d973d65969e52f0b7a8ea24736926e205b1e95bf80ed4a79bdfeeefb59b7494b3cb1618a0a24afcd026c946f9bf4d3d4b3800eecdf001cc50d814981edc2733 WHIRLPOOL 613cdc15c4ee7305303096fa099f553d065cc898696c09b060bc1d57522ac9c445a34ebe9883e240f9a7ab9ed77b1cb3cd492a723281bcbda2f60e0b399e2a64
 DIST tomcat-native-1.2.8-src.tar.gz 391842 SHA256 408ece0b027c8967b3aa85533c5fca642827e235b1857d28df918a4eab861d30 SHA512 4e9fde4a9fbec73813eb8a42d3ee1728b6ba64f04a007d15f89dfa7e7380af95586f843091d7691e84b84062824b3ce7a0a6c3402dfe31de352d8884652b7b83 WHIRLPOOL 6165552f88b5dab32f0046252989f5ae603b5195744d03b9348cad047af178a20766ccf1062701dafe844b65eaefadac914666e5d30104ef65c6657a3fbdf94c

diff --git a/dev-java/tomcat-native/tomcat-native-1.2.12.ebuild b/dev-java/tomcat-native/tomcat-native-1.2.12.ebuild
new file mode 100644
index 0000000000..8090c98661
--- /dev/null
+++ b/dev-java/tomcat-native/tomcat-native-1.2.12.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils java-pkg-2 java-ant-2
+
+DESCRIPTION="Native APR library for Tomcat"
+
+SLOT="0"
+SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz"
+HOMEPAGE="http://tomcat.apache.org/"
+KEYWORDS="~amd64 ~x86"
+LICENSE="Apache-2.0"
+IUSE="test"
+
+RDEPEND="dev-libs/apr:1
+	dev-libs/openssl:=
+	>=virtual/jre-1.7"
+
+DEPEND=">=virtual/jdk-1.7
+	test? ( dev-java/ant-junit:0 )"
+
+S=${WORKDIR}/${P}-src
+
+src_configure(){
+	cd native || die
+	econf --with-apr=/usr/bin/apr-1-config  \
+		--with-ssl=/usr || die "Could not configure native sources"
+}
+
+src_compile() {
+	eant jar -f build.xml
+
+	cd native || die
+	default
+}
+
+src_install() {
+	java-pkg_newjar "dist/${P}.jar" "${PN}.jar"
+
+	cd native
+	emake DESTDIR="${D}" install || die "Could not install libtcnative-1.so"
+}
+
+src_test() {
+	java-pkg-2_src_test
+}
+
+pkg_postinst() {
+	elog
+	elog " APR should be available with Tomcat, for more information"
+	elog " please see http://tomcat.apache.org/tomcat-6.0-doc/apr.html"
+	elog
+	elog " Please report any bugs to https://bugs.gentoo.org/"
+	elog
+}


             reply	other threads:[~2017-02-27  8:52 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-27  8:51 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-26  8:30 [gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-native/ Miroslav Šulc
2024-08-25 13:59 Sam James
2024-08-25 13:59 Sam James
2024-07-26  9:19 Miroslav Šulc
2024-07-26  9:18 Miroslav Šulc
2024-07-25  9:07 Miroslav Šulc
2024-04-14 20:25 Miroslav Šulc
2024-04-14 18:36 Arthur Zamarin
2024-03-15 10:17 Miroslav Šulc
2024-03-11 19:20 Miroslav Šulc
2024-03-11 12:48 Sam James
2024-02-11 12:12 Miroslav Šulc
2023-12-01  9:24 Miroslav Šulc
2023-12-01  6:21 Sam James
2023-12-01  6:21 Sam James
2023-10-03 10:04 Miroslav Šulc
2023-10-03  6:45 Miroslav Šulc
2023-09-14 16:28 Sam James
2023-09-14 16:28 Sam James
2023-08-15  8:36 Miroslav Šulc
2023-08-15  8:36 Miroslav Šulc
2023-08-14  6:15 Miroslav Šulc
2023-08-14  6:15 Miroslav Šulc
2023-07-12  7:23 Miroslav Šulc
2023-07-11  8:43 Jakov Smolić
2023-07-11  8:43 Jakov Smolić
2023-06-02 12:27 Miroslav Šulc
2023-06-02 12:24 Miroslav Šulc
2023-03-17  6:47 Miroslav Šulc
2023-02-19  9:29 Miroslav Šulc
2023-02-14  8:35 Miroslav Šulc
2023-02-05 18:50 Sam James
2022-12-27  7:37 Miroslav Šulc
2022-08-16  5:38 Miroslav Šulc
2022-08-15 22:30 Sam James
2022-07-17  3:34 Miroslav Šulc
2022-07-16  8:56 Agostino Sarubbo
2022-07-16  3:28 Miroslav Šulc
2022-06-15  3:33 Miroslav Šulc
2022-06-10  9:22 Miroslav Šulc
2022-05-09 17:30 Miroslav Šulc
2022-04-24 13:37 Miroslav Šulc
2022-04-24 13:27 Jakov Smolić
2022-03-22 15:34 Miroslav Šulc
2021-10-26  6:39 Miroslav Šulc
2021-10-26  3:12 Sam James
2021-09-24  7:17 Miroslav Šulc
2021-07-12  7:49 Miroslav Šulc
2021-07-12  6:35 Agostino Sarubbo
2021-06-08  8:01 Miroslav Šulc
2021-05-07 14:35 Miroslav Šulc
2021-05-07 13:28 Sam James
2021-04-07 12:52 Miroslav Šulc
2021-02-07  8:34 Miroslav Šulc
2021-02-06 15:39 Sam James
2021-01-08  9:43 Miroslav Šulc
2021-01-07  0:58 Sam James
2021-01-06  9:07 Miroslav Šulc
2020-09-07 11:18 Miroslav Šulc
2020-06-04  7:31 Miroslav Šulc
2020-06-03 15:10 Agostino Sarubbo
2020-05-01  4:59 Miroslav Šulc
2020-02-11 23:52 Miroslav Šulc
2020-02-11 11:09 Agostino Sarubbo
2019-07-04 12:56 Miroslav Šulc
2019-07-04 12:56 Miroslav Šulc
2019-07-04 12:56 Miroslav Šulc
2019-02-04 18:34 Miroslav Šulc
2019-01-11 14:51 Miroslav Šulc
2019-01-11 14:51 Miroslav Šulc
2019-01-07 17:00 Lars Wendler
2018-12-07  9:09 Miroslav Šulc
2018-10-23 17:19 Miroslav Šulc
2018-07-11 22:10 James Le Cuirot
2018-07-11 22:10 James Le Cuirot
2018-06-01  8:34 Miroslav Šulc
2017-12-04 13:08 Miroslav Šulc
2017-12-04 13:08 Miroslav Šulc
2017-12-04 13:08 Miroslav Šulc
2017-12-04 13:08 Miroslav Šulc
2017-09-06 10:41 Miroslav Šulc
2016-10-06 11:03 Miroslav Šulc
2016-08-24  3:53 Patrice Clement
2016-07-05  6:43 Miroslav Šulc
2016-07-05  6:40 Miroslav Šulc
2016-05-10  7:21 Miroslav Šulc
2016-03-11 15:15 Miroslav Šulc
2016-02-19 21:00 James Le Cuirot
2016-02-19 15:20 Miroslav Šulc
2016-02-14 10:11 Agostino Sarubbo
2016-02-12 18:19 Miroslav Šulc
2016-01-18 17:08 Agostino Sarubbo
2016-01-18 17:06 Agostino Sarubbo
2016-01-12 16:08 Miroslav Šulc
2015-12-21 12:40 Agostino Sarubbo
2015-12-16 12:40 Miroslav Šulc
2015-11-12 19:12 Miroslav Šulc
2015-10-13 10:48 Patrice Clement
2015-10-13 10:48 Patrice Clement
2015-10-13 10:48 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1488185498.3411797d824754bfc734523d971375fda06111b6.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox