public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/axtls: axtls-1.4.9.ebuild ChangeLog
@ 2013-01-07  0:01 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-01-07  0:01 UTC (permalink / raw
  To: gentoo-commits

blueness    13/01/07 00:01:07

  Modified:             ChangeLog
  Added:                axtls-1.4.9.ebuild
  Log:
  Version bump, fixes locations of SSL/TLS version number (RFC5246) to work with Chrome
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.17                 net-libs/axtls/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	23 Sep 2012 08:09:43 -0000	1.16
+++ ChangeLog	7 Jan 2013 00:01:07 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/axtls
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.16 2012/09/23 08:09:43 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.17 2013/01/07 00:01:07 blueness Exp $
+
+*axtls-1.4.9 (07 Jan 2013)
+
+  07 Jan 2013; Anthony G. Basile <blueness@gentoo.org> +axtls-1.4.9.ebuild:
+  Version bump, fixes locations of SSL/TLS version number (RFC5246) to work with
+  Chrome
 
   23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> axtls-1.4.8.ebuild:
   x86 stable wrt bug #429168
@@ -82,4 +88,3 @@
   06 Apr 2012; Anthony G. Basile <blueness@gentoo.org> +axTLS-1.4.5.ebuild,
   +files/axhttpd.confd, +files/axhttpd.initd, +files/config, +metadata.xml:
   Initial commit
-



1.1                  net-libs/axtls/axtls-1.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.1&content-type=text/plain

Index: axtls-1.4.9.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.1 2013/01/07 00:01:07 blueness Exp $

EAPI="4"

inherit eutils multilib savedconfig toolchain-funcs user

################################################################################
# axtls CONFIG MINI-HOWTO
#
# Note: axtls is highly configurable and uses mconf, like the linux kernel.
# You can configure it in a couple of ways:
#
# 1) USE="-savedconfig" and set/unset the remaining flags to obtain the features
# you want, and possibly a lot more.
#
# 2) You can create your own configuration file by doing
#
#	FEATURES="keepwork" USE="savedconfig -*" emerge axtls
#	cd /var/tmp/portage/net-libs/axtls*/work/axTLS
#	make menuconfig
#
# Now configure axtls as you want.  Finally save your config file:
#
#	cp config/.config /etc/portage/savedconfig/net-libs/axtls-${PV}
#
# where ${PV} is the current version.  You can then run emerge again with
# your configuration by doing
#
#	USE="savedconfig" emerge axtls
#
################################################################################

MY_PN=${PN/tls/TLS}

DESCRIPTION="Embedded client/server TLSv1 SSL library and small HTTP(S) server"
HOMEPAGE="http://axtls.sourceforge.net/"
SRC_URI="mirror://sourceforge/axtls/${MY_PN}-${PV}.tar.gz"
S="${WORKDIR}/${MY_PN}"

LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"

IUSE="httpd cgi-lua cgi-php static static-libs doc"

# TODO: add ipv6, and c#, java, lua, perl bindings
# Currently these all have some issue
DEPEND="doc? ( app-doc/doxygen )"
RDEPEND="
	httpd? (
		cgi-lua? ( dev-lang/lua )
		cgi-php? ( dev-lang/php[cgi] )
	)"

#Note1: static, cgi-* makes no sense if httpd is not given
REQUIRED_USE="
	static? ( httpd )
	cgi-lua? ( httpd )
	cgi-php? ( httpd )"

AXTLS_GROUP="axtls"
AXTLS_USER="axtls"

pkg_setup() {
	use httpd && {
		ebegin "Creating axtls user and group"
		enewgroup ${AXTLS_GROUP}
		enewuser ${AXTLS_USER} -1 -1 -1 ${AXTLS_GROUP}
	}
}

src_prepare() {
	tc-export CC

	epatch "${FILESDIR}/explicit-libdir.patch"

	sed -i -e 's:^LIBDIR.*/lib:LIBDIR = $(PREFIX)/'"$(get_libdir):" \
		"${S}"/Makefile

	#Use CC as the host compiler for mconf
	sed -i -e "s:^HOSTCC.*:HOSTCC=${CC}:" \
		"${S}"/config/Rules.mak

	#We want CONFIG_DEBUG to avoid stripping
	#but not for debugging info
	sed -i -e 's: -g::' \
		"${S}"/config/Rules.mak
	sed -i -e 's: -g::' \
		"${S}"/config/makefile.conf
}

use_flag_config() {
	cp "${FILESDIR}"/config "${S}"/config/.config

	#Respect CFLAGS/LDFLAGS
	sed -i -e "s:^CONFIG_EXTRA_CFLAGS_OPTIONS.*$:CONFIG_EXTRA_CFLAGS_OPTIONS=\"${CFLAGS}\":" \
		"${S}"/config/.config
	sed -i -e "s:^CONFIG_EXTRA_LDFLAGS_OPTIONS.*$:CONFIG_EXTRA_LDFLAGS_OPTIONS=\"${LDLAGS}\":" \
		"${S}"/config/.config

	#The logic is that the default config file enables everything and we disable
	#here with sed unless a USE flags says to keep it
	if use httpd; then
		if ! use static; then
			sed -i -e 's:^CONFIG_HTTP_STATIC_BUILD:# CONFIG_HTTP_STATIC_BUILD:' \
				"${S}"/config/.config
		fi
		if ! use cgi-php && ! use cgi-lua; then
			sed -i -e 's:^CONFIG_HTTP_HAS_CGI:# CONFIG_HTTP_HAS_CGI:' \
				"${S}"/config/.config
		fi
		if ! use cgi-php; then
			sed -i -e 's:,.php::' "${S}"/config/.config
		fi
		if ! use cgi-lua; then
			sed -i -e 's:\.lua,::' \
				-e 's:lua:php:' \
				-e 's:^CONFIG_HTTP_ENABLE_LUA:# CONFIG_HTTP_ENABLE_LUA:' \
				"${S}"/config/.config
		fi
	else
		sed -i -e 's:^CONFIG_AXHTTPD:# CONFIG_AXHTTPD:' \
			"${S}"/config/.config
	fi

	yes "n" | emake -j1 oldconfig > /dev/null
}

src_configure() {
	tc-export CC

	if use savedconfig; then
		restore_config config/.config
		if [ -f config/.config ]; then
			ewarn "Using saved config, all other USE flags ignored"
		else
			ewarn "No saved config, seeding with the default"
			cp "${FILESDIR}"/config "${S}"/config/.config
		fi
		yes "" | emake -j1 oldconfig > /dev/null
	else
		use_flag_config
	fi
}

src_compile() {
	default
	if use doc; then
		emake docs
		mv www README
	fi
}

src_install() {
	if use savedconfig; then
		save_config config/.config
	fi

	emake PREFIX="${ED}/usr" install

	if ! use static-libs; then
		rm -f "${ED}"/usr/$(get_libdir)/libaxtls.a
	fi

	if [ -f "${ED}"/usr/bin/htpasswd ]; then
		mv "${ED}"/usr/bin/{,ax}htpasswd
	fi

	if use httpd; then
		newinitd "${FILESDIR}"/axhttpd.initd axhttpd
		newconfd "${FILESDIR}"/axhttpd.confd axhttpd
	fi

	docompress -x /usr/share/doc/${PF}/README
	dodoc -r README

	if use doc; then
		dodoc -r docsrc/html
	fi
}





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/axtls: axtls-1.4.9.ebuild ChangeLog
@ 2013-02-14 20:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-14 20:14 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/14 20:14:22

  Modified:             axtls-1.4.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #457418
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  net-libs/axtls/axtls-1.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?r1=1.1&r2=1.2

Index: axtls-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- axtls-1.4.9.ebuild	7 Jan 2013 00:01:07 -0000	1.1
+++ axtls-1.4.9.ebuild	14 Feb 2013 20:14:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.1 2013/01/07 00:01:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.2 2013/02/14 20:14:22 ago Exp $
 
 EAPI="4"
 
@@ -41,7 +41,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 
 IUSE="httpd cgi-lua cgi-php static static-libs doc"
 



1.19                 net-libs/axtls/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	7 Jan 2013 00:03:50 -0000	1.18
+++ ChangeLog	14 Feb 2013 20:14:22 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/axtls
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.18 2013/01/07 00:03:50 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.19 2013/02/14 20:14:22 ago Exp $
+
+  14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> axtls-1.4.9.ebuild:
+  Stable for amd64, wrt bug #457418
 
   07 Jan 2013; Anthony G. Basile <blueness@gentoo.org> -axtls-1.4.6-r1.ebuild,
   -files/bigint_impl.h-add-missing-include.patch:





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/axtls: axtls-1.4.9.ebuild ChangeLog
@ 2013-02-14 20:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-14 20:18 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/14 20:18:46

  Modified:             axtls-1.4.9.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #457418
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  net-libs/axtls/axtls-1.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?r1=1.2&r2=1.3

Index: axtls-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- axtls-1.4.9.ebuild	14 Feb 2013 20:14:22 -0000	1.2
+++ axtls-1.4.9.ebuild	14 Feb 2013 20:18:46 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.2 2013/02/14 20:14:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.3 2013/02/14 20:18:46 ago Exp $
 
 EAPI="4"
 
@@ -41,7 +41,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86"
 
 IUSE="httpd cgi-lua cgi-php static static-libs doc"
 



1.20                 net-libs/axtls/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	14 Feb 2013 20:14:22 -0000	1.19
+++ ChangeLog	14 Feb 2013 20:18:46 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/axtls
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.19 2013/02/14 20:14:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.20 2013/02/14 20:18:46 ago Exp $
+
+  14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> axtls-1.4.9.ebuild:
+  Stable for x86, wrt bug #457418
 
   14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> axtls-1.4.9.ebuild:
   Stable for amd64, wrt bug #457418





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/axtls: axtls-1.4.9.ebuild ChangeLog
@ 2013-02-14 21:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-14 21:59 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/14 21:59:27

  Modified:             axtls-1.4.9.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #457418
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  net-libs/axtls/axtls-1.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?r1=1.3&r2=1.4

Index: axtls-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- axtls-1.4.9.ebuild	14 Feb 2013 20:18:46 -0000	1.3
+++ axtls-1.4.9.ebuild	14 Feb 2013 21:59:27 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.3 2013/02/14 20:18:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.4 2013/02/14 21:59:27 ago Exp $
 
 EAPI="4"
 
@@ -41,7 +41,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ppc64 x86"
 
 IUSE="httpd cgi-lua cgi-php static static-libs doc"
 



1.21                 net-libs/axtls/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	14 Feb 2013 20:18:46 -0000	1.20
+++ ChangeLog	14 Feb 2013 21:59:27 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/axtls
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.20 2013/02/14 20:18:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.21 2013/02/14 21:59:27 ago Exp $
+
+  14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> axtls-1.4.9.ebuild:
+  Stable for ppc64, wrt bug #457418
 
   14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> axtls-1.4.9.ebuild:
   Stable for x86, wrt bug #457418





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/axtls: axtls-1.4.9.ebuild ChangeLog
@ 2013-02-14 22:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-14 22:07 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/14 22:07:47

  Modified:             axtls-1.4.9.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #457418
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  net-libs/axtls/axtls-1.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?r1=1.4&r2=1.5

Index: axtls-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- axtls-1.4.9.ebuild	14 Feb 2013 21:59:27 -0000	1.4
+++ axtls-1.4.9.ebuild	14 Feb 2013 22:07:47 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.4 2013/02/14 21:59:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.5 2013/02/14 22:07:47 ago Exp $
 
 EAPI="4"
 
@@ -41,7 +41,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~mips ppc ppc64 x86"
 
 IUSE="httpd cgi-lua cgi-php static static-libs doc"
 



1.22                 net-libs/axtls/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	14 Feb 2013 21:59:27 -0000	1.21
+++ ChangeLog	14 Feb 2013 22:07:47 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/axtls
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.21 2013/02/14 21:59:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.22 2013/02/14 22:07:47 ago Exp $
+
+  14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> axtls-1.4.9.ebuild:
+  Stable for ppc, wrt bug #457418
 
   14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> axtls-1.4.9.ebuild:
   Stable for ppc64, wrt bug #457418





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/axtls: axtls-1.4.9.ebuild ChangeLog
@ 2013-02-15 22:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-15 22:01 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/15 22:01:45

  Modified:             axtls-1.4.9.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #457418
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  net-libs/axtls/axtls-1.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?r1=1.5&r2=1.6

Index: axtls-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- axtls-1.4.9.ebuild	14 Feb 2013 22:07:47 -0000	1.5
+++ axtls-1.4.9.ebuild	15 Feb 2013 22:01:45 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.5 2013/02/14 22:07:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.6 2013/02/15 22:01:45 ago Exp $
 
 EAPI="4"
 
@@ -41,7 +41,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ppc ppc64 x86"
+KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 x86"
 
 IUSE="httpd cgi-lua cgi-php static static-libs doc"
 



1.23                 net-libs/axtls/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	14 Feb 2013 22:07:47 -0000	1.22
+++ ChangeLog	15 Feb 2013 22:01:45 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/axtls
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.22 2013/02/14 22:07:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.23 2013/02/15 22:01:45 ago Exp $
+
+  15 Feb 2013; Agostino Sarubbo <ago@gentoo.org> axtls-1.4.9.ebuild:
+  Stable for arm, wrt bug #457418
 
   14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> axtls-1.4.9.ebuild:
   Stable for ppc, wrt bug #457418





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/axtls: axtls-1.4.9.ebuild ChangeLog
@ 2013-02-18 21:01 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-02-18 21:01 UTC (permalink / raw
  To: gentoo-commits

blueness    13/02/18 21:01:30

  Modified:             axtls-1.4.9.ebuild ChangeLog
  Log:
  Respect AR, bug #457608
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.7                  net-libs/axtls/axtls-1.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?r1=1.6&r2=1.7

Index: axtls-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- axtls-1.4.9.ebuild	15 Feb 2013 22:01:45 -0000	1.6
+++ axtls-1.4.9.ebuild	18 Feb 2013 21:01:30 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.6 2013/02/15 22:01:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.7 2013/02/18 21:01:30 blueness Exp $
 
 EAPI="4"
 
@@ -130,6 +130,7 @@
 
 src_configure() {
 	tc-export CC
+	tc-export AR
 
 	if use savedconfig; then
 		restore_config config/.config
@@ -147,10 +148,7 @@
 
 src_compile() {
 	default
-	if use doc; then
-		emake docs
-		mv www README
-	fi
+	use doc && emake docs
 }
 
 src_install() {



1.24                 net-libs/axtls/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	15 Feb 2013 22:01:45 -0000	1.23
+++ ChangeLog	18 Feb 2013 21:01:30 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/axtls
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.23 2013/02/15 22:01:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.24 2013/02/18 21:01:30 blueness Exp $
+
+  18 Feb 2013; Anthony G. Basile <blueness@gentoo.org> axtls-1.4.9.ebuild:
+  Respect AR, bug #457608
 
   15 Feb 2013; Agostino Sarubbo <ago@gentoo.org> axtls-1.4.9.ebuild:
   Stable for arm, wrt bug #457418





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/axtls: axtls-1.4.9.ebuild ChangeLog
@ 2013-03-03  9:29 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2013-03-03  9:29 UTC (permalink / raw
  To: gentoo-commits

vapier      13/03/03 09:29:55

  Modified:             axtls-1.4.9.ebuild ChangeLog
  Log:
  Add s390 lovin.
  
  (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.9                  net-libs/axtls/axtls-1.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild?r1=1.8&r2=1.9

Index: axtls-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- axtls-1.4.9.ebuild	21 Feb 2013 16:36:38 -0000	1.8
+++ axtls-1.4.9.ebuild	3 Mar 2013 09:29:54 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.8 2013/02/21 16:36:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9.ebuild,v 1.9 2013/03/03 09:29:54 vapier Exp $
 
 EAPI="4"
 
@@ -41,7 +41,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ~mips ppc ppc64 x86"
+KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 x86"
 
 IUSE="httpd cgi-lua cgi-php static static-libs doc"
 



1.26                 net-libs/axtls/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	21 Feb 2013 16:36:38 -0000	1.25
+++ ChangeLog	3 Mar 2013 09:29:54 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/axtls
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.25 2013/02/21 16:36:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.26 2013/03/03 09:29:54 vapier Exp $
+
+  03 Mar 2013; Mike Frysinger <vapier@gentoo.org> axtls-1.4.9.ebuild:
+  Add s390 lovin.
 
   21 Feb 2013; Jeroen Roovers <jer@gentoo.org> axtls-1.4.9.ebuild:
   Stable for HPPA (bug #457418).





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-03-03  9:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18 21:01 [gentoo-commits] gentoo-x86 commit in net-libs/axtls: axtls-1.4.9.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-03  9:29 Mike Frysinger (vapier)
2013-02-15 22:01 Agostino Sarubbo (ago)
2013-02-14 22:07 Agostino Sarubbo (ago)
2013-02-14 21:59 Agostino Sarubbo (ago)
2013-02-14 20:18 Agostino Sarubbo (ago)
2013-02-14 20:14 Agostino Sarubbo (ago)
2013-01-07  0:01 Anthony G. Basile (blueness)

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