public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-benchmarks/siege: siege-3.0.3.ebuild ChangeLog
@ 2013-09-13  6:48 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2013-09-13  6:48 UTC (permalink / raw
  To: gentoo-commits

patrick     13/09/13 06:48:31

  Modified:             ChangeLog
  Added:                siege-3.0.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.3/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.60                 app-benchmarks/siege/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	25 Jul 2013 06:34:02 -0000	1.59
+++ ChangeLog	13 Sep 2013 06:48:31 -0000	1.60
@@ -1,6 +1,11 @@
 # ChangeLog for app-benchmarks/siege
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.59 2013/07/25 06:34:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.60 2013/09/13 06:48:31 patrick Exp $
+
+*siege-3.0.3 (13 Sep 2013)
+
+  13 Sep 2013; Patrick Lauer <patrick@gentoo.org> +siege-3.0.3.ebuild:
+  Bump
 
 *siege-3.0.2 (25 Jul 2013)
 



1.1                  app-benchmarks/siege/siege-3.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild?rev=1.1&content-type=text/plain

Index: siege-3.0.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild,v 1.1 2013/09/13 06:48:31 patrick Exp $

EAPI=4

#WANT_AUTOMAKE=1.9

inherit eutils bash-completion-r1 libtool autotools

DESCRIPTION="A HTTP regression testing and benchmarking utility"
HOMEPAGE="http://www.joedog.org/JoeDog/Siege"
SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
SLOT="0"
IUSE="ssl"

RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
DEPEND="${RDEPEND}
	sys-devel/libtool"

src_prepare() {
	# bundled macros break recent libtool
	sed -i -e 's/AC_PROG_SHELL//' configure.ac || die
	rm *.m4 || die "failed to remove bundled macros"
	eautoreconf
}

src_configure() {
	local myconf
	use ssl && myconf="--with-ssl=/usr" || myconf="--without-ssl"
	econf ${myconf}
}

src_install() {
	make DESTDIR="${D}" install

	dodoc AUTHORS ChangeLog INSTALL MACHINES README* KNOWNBUGS \
		doc/siegerc doc/urls.txt

	newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}
}

pkg_postinst() {
	echo
	elog "An example ~/.siegerc file has been installed in"
	elog "/usr/share/doc/${PF}/"
}





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

* [gentoo-commits] gentoo-x86 commit in app-benchmarks/siege: siege-3.0.3.ebuild ChangeLog
@ 2014-02-22  8:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-02-22  8:03 UTC (permalink / raw
  To: gentoo-commits

ago         14/02/22 08:03:53

  Modified:             siege-3.0.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #491904
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  app-benchmarks/siege/siege-3.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild?r1=1.3&r2=1.4

Index: siege-3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- siege-3.0.3.ebuild	15 Feb 2014 18:53:46 -0000	1.3
+++ siege-3.0.3.ebuild	22 Feb 2014 08:03:53 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild,v 1.3 2014/02/15 18:53:46 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild,v 1.4 2014/02/22 08:03:53 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ~mips ~ppc ~x86"
+KEYWORDS="amd64 hppa ~mips ~ppc x86"
 SLOT="0"
 IUSE="ssl"
 



1.66                 app-benchmarks/siege/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	15 Feb 2014 18:53:46 -0000	1.65
+++ ChangeLog	22 Feb 2014 08:03:53 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for app-benchmarks/siege
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.65 2014/02/15 18:53:46 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.66 2014/02/22 08:03:53 ago Exp $
+
+  22 Feb 2014; Agostino Sarubbo <ago@gentoo.org> siege-3.0.3.ebuild:
+  Stable for x86, wrt bug #491904
 
   15 Feb 2014; Chema Alonso <nimiux@gentoo.org> siege-3.0.3.ebuild:
   Stable for amd64 wrt bug #491904





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

* [gentoo-commits] gentoo-x86 commit in app-benchmarks/siege: siege-3.0.3.ebuild ChangeLog
@ 2014-02-23  8:52 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-02-23  8:52 UTC (permalink / raw
  To: gentoo-commits

ago         14/02/23 08:52:01

  Modified:             siege-3.0.3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #491904
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-benchmarks/siege/siege-3.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild?r1=1.4&r2=1.5

Index: siege-3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- siege-3.0.3.ebuild	22 Feb 2014 08:03:53 -0000	1.4
+++ siege-3.0.3.ebuild	23 Feb 2014 08:52:01 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild,v 1.4 2014/02/22 08:03:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild,v 1.5 2014/02/23 08:52:01 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ~mips ~ppc x86"
+KEYWORDS="amd64 hppa ~mips ppc x86"
 SLOT="0"
 IUSE="ssl"
 



1.67                 app-benchmarks/siege/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	22 Feb 2014 08:03:53 -0000	1.66
+++ ChangeLog	23 Feb 2014 08:52:01 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for app-benchmarks/siege
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.66 2014/02/22 08:03:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.67 2014/02/23 08:52:01 ago Exp $
+
+  23 Feb 2014; Agostino Sarubbo <ago@gentoo.org> siege-3.0.3.ebuild:
+  Stable for ppc, wrt bug #491904
 
   22 Feb 2014; Agostino Sarubbo <ago@gentoo.org> siege-3.0.3.ebuild:
   Stable for x86, wrt bug #491904





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

end of thread, other threads:[~2014-02-23  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-22  8:03 [gentoo-commits] gentoo-x86 commit in app-benchmarks/siege: siege-3.0.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-02-23  8:52 Agostino Sarubbo (ago)
2013-09-13  6:48 Patrick Lauer (patrick)

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