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: Thu, 12 Nov 2015 19:12:43 +0000 (UTC)	[thread overview]
Message-ID: <1447355540.89a2e7916e1cae380103b0c9ab1fbecee47b55ff.fordfrog@gentoo> (raw)

commit:     89a2e7916e1cae380103b0c9ab1fbecee47b55ff
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 19:12:20 2015 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 19:12:20 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a2e791

dev-java/tomcat-native: version bump

Package-Manager: portage-2.2.24

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

diff --git a/dev-java/tomcat-native/Manifest b/dev-java/tomcat-native/Manifest
index a4b3064..5624913 100644
--- a/dev-java/tomcat-native/Manifest
+++ b/dev-java/tomcat-native/Manifest
@@ -1,2 +1,3 @@
 DIST tomcat-native-1.1.32-src.tar.gz 387267 SHA256 26936848f727e162f513bd2b5f7b2300d7d716a5e92e5f4ebcd0e1eff8e09584 SHA512 695f710f91cf720b3115f9933f5dab56e7465ee0fcf6508b53d1de172ba59165b08f27b3cdfef741b60dbf0b3da97ae3ea87c5a0ef9f1d879a9820259197dcba WHIRLPOOL 587c25124ab5b07365a0c26ee558086b690d6b0cb568f6670ecd7b8a79a25fa74091bc7a10574732b96600eca0ae4141119adc40c51b45c7ef87de631a38aeb8
 DIST tomcat-native-1.1.33-src.tar.gz 388787 SHA256 523dde7393c57307eedf4972ebbe19a9e9af6f7699e3b1ef6dabd7a11677866e SHA512 62b3c806cd926ca13878b514714a422f4a5d932ccaee4cc328c101cfa92fd890f708d1fb429320a42f1e340b46f70c82a07b9ecf6cbd9d03c0e719b95e24e09b WHIRLPOOL afb57fdf32becae8860ed042d74e27a7208759c4a7c16163148e65c986b4dcfa9521e83bbe0a3fa6874a87f577be2ad31a043d3ec1888c11faec7ace21035419
+DIST tomcat-native-1.2.2-src.tar.gz 400183 SHA256 9bd4deb1a816efda8208bfb4f55ee1689571e1d05a5c1e84faf2ad1021a9cae6 SHA512 2e1aa3fd473824fe35b4aa9b53b6d4d674086902132139aa2930e0ecd0336e177ef0f29e114415122525722653ee4475758d1af1e99e5121341b293354f48a96 WHIRLPOOL 6637002a9aeb0a18d4580a51c0e060f95d854249c17e34324b0d8af43d5f07b2943192655a9dc3fd952b9702e174a337005e61a9f0f5f51c472c6156d5b4c60a

diff --git a/dev-java/tomcat-native/tomcat-native-1.2.2.ebuild b/dev-java/tomcat-native/tomcat-native-1.2.2.ebuild
new file mode 100644
index 0000000..a9cfc42
--- /dev/null
+++ b/dev-java/tomcat-native/tomcat-native-1.2.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2015 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:[~2015-11-12 19:12 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-12 19:12 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
2017-02-27  8:51 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-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=1447355540.89a2e7916e1cae380103b0c9ab1fbecee47b55ff.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