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.14.ebuild tomcat-native-1.1.12.ebuild tomcat-native-1.1.8.ebuild tomcat-native-1.1.10.ebuild
@ 2008-07-07 18:56 William Thomson (wltjr)
  0 siblings, 0 replies; only message in thread
From: William Thomson (wltjr) @ 2008-07-07 18:56 UTC (permalink / raw
  To: gentoo-commits

wltjr       08/07/07 18:56:12

  Modified:             ChangeLog
  Added:                tomcat-native-1.1.14.ebuild
  Removed:              tomcat-native-1.1.12.ebuild
                        tomcat-native-1.1.8.ebuild
                        tomcat-native-1.1.10.ebuild
  Log:
  Bumped to lastest release, removed past versions/cleanup
  (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r4 x86_64)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/tomcat-native/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/tomcat-native/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/tomcat-native/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	2 Mar 2008 14:15:37 -0000	1.17
+++ ChangeLog	7 Jul 2008 18:56:12 -0000	1.18
@@ -1,6 +1,13 @@
 # ChangeLog for dev-java/tomcat-native
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.17 2008/03/02 14:15:37 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.18 2008/07/07 18:56:12 wltjr Exp $
+
+*tomcat-native-1.1.14 (07 Jul 2008)
+
+  07 Jul 2008; William L. Thomson Jr. <wltjr@gentoo.org>
+  -tomcat-native-1.1.8.ebuild, -tomcat-native-1.1.10.ebuild,
+  -tomcat-native-1.1.12.ebuild, +tomcat-native-1.1.14.ebuild:
+  Bumped to lastest release, removed past versions/cleanup
 
   02 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org>
   tomcat-native-1.1.13-r1.ebuild:



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

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

Index: tomcat-native-1.1.14.ebuild
===================================================================
# Copyright 1999-2008 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.14.ebuild,v 1.1 2008/07/07 18:56:12 wltjr Exp $

inherit eutils java-pkg-2

DESCRIPTION="Native APR library for Tomcat"

SLOT="0"
SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${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

src_compile(){
	cd "${S}"/jni/native

	# set version since upstream is slacking
	sed -i -e 's:1.1.12:1.1.13:' tcnative.spec
	sed -i -e 's:TCN_PATCH_VERSION       12:TCN_PATCH_VERSION       13:' \
		include/tcn_version.h

	econf --with-apr=/usr/bin/apr-1-config  \
		--with-ssl=/usr || die "Could not configure native sources"
	emake || die "Could not build libtcnative-1.so"
}

src_install() {
	cd "${S}"/jni/native
	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
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-07-07 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-07 18:56 [gentoo-commits] gentoo-x86 commit in dev-java/tomcat-native: ChangeLog tomcat-native-1.1.14.ebuild tomcat-native-1.1.12.ebuild tomcat-native-1.1.8.ebuild tomcat-native-1.1.10.ebuild William Thomson (wltjr)

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