public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/tomcat-native: ChangeLog tomcat-native-1.1.27.ebuild
@ 2013-02-13  9:30 Miroslav Sulc (fordfrog)
  0 siblings, 0 replies; only message in thread
From: Miroslav Sulc (fordfrog) @ 2013-02-13  9:30 UTC (permalink / raw
  To: gentoo-commits

fordfrog    13/02/13 09:30:08

  Modified:             ChangeLog
  Added:                tomcat-native-1.1.27.ebuild
  Log:
  dev-java/tomcat-native: version bump
  
  (Portage version: 2.1.11.51/cvs/Linux x86_64, signed Manifest commit with key CFE47E2F)

Revision  Changes    Path
1.40                 dev-java/tomcat-native/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/tomcat-native/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/tomcat-native/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/tomcat-native/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	4 Aug 2012 10:27:22 -0000	1.39
+++ ChangeLog	13 Feb 2013 09:30:08 -0000	1.40
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/tomcat-native
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.39 2012/08/04 10:27:22 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.40 2013/02/13 09:30:08 fordfrog Exp $
+
+*tomcat-native-1.1.27 (13 Feb 2013)
+
+  13 Feb 2013; Miroslav Šulc <fordfrog@gentoo.org>
+  +tomcat-native-1.1.27.ebuild:
+  version bump
 
   04 Aug 2012; Agostino Sarubbo <ago@gentoo.org> tomcat-native-1.1.24.ebuild:
   Stable for amd64, wrt bug #427332



1.1                  dev-java/tomcat-native/tomcat-native-1.1.27.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/tomcat-native/tomcat-native-1.1.27.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/tomcat-native/tomcat-native-1.1.27.ebuild?rev=1.1&content-type=text/plain

Index: tomcat-native-1.1.27.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/tomcat-native-1.1.27.ebuild,v 1.1 2013/02/13 09:30:08 fordfrog Exp $

EAPI="2"

inherit base eutils java-pkg-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=""

RDEPEND="=dev-libs/apr-1*
	dev-libs/openssl
	>=virtual/jre-1.5"

DEPEND=">=virtual/jdk-1.5
	${RDEPEND}"

S=${WORKDIR}/${P}-src/jni/native

src_configure(){
	econf --with-apr=/usr/bin/apr-1-config  \
		--with-ssl=/usr || die "Could not configure native sources"
}

src_compile() {
	base_src_compile
}

src_install() {
	emake DESTDIR="${D}" install || die "Could not install libtcnative-1.so"
}

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 http://bugs.gentoo.org/"
	elog
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-13  9:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-13  9:30 [gentoo-commits] gentoo-x86 commit in dev-java/tomcat-native: ChangeLog tomcat-native-1.1.27.ebuild Miroslav Sulc (fordfrog)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox