public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-servers/gatling/files/
@ 2017-02-16 11:11 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2017-02-16 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     81db6bd2c75a31ea907eceb6534533cd540fb355
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Feb 15 16:53:30 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 11:11:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81db6bd2

www-servers/gatling: remove unused patch

 www-servers/gatling/files/gatling-0.12-FLAGS.patch | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/www-servers/gatling/files/gatling-0.12-FLAGS.patch b/www-servers/gatling/files/gatling-0.12-FLAGS.patch
deleted file mode 100644
index c7bd1fe4ce..0000000000
--- a/www-servers/gatling/files/gatling-0.12-FLAGS.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -NrU5 gatling-0.12.original/GNUmakefile gatling-0.12/GNUmakefile
---- gatling-0.12.original/GNUmakefile	2010-05-30 16:58:29.000000000 -0600
-+++ gatling-0.12/GNUmakefile	2010-05-30 17:03:21.000000000 -0600
-@@ -1,8 +1,8 @@
- #DEBUG=1
- ZLIB=1
--prefix=/opt/diet
-+prefix=/usr
- BINDIR=${prefix}/bin
- MANDIR=${prefix}/man
- man1dir=$(MANDIR)/man1
- 
- TARGETS=gatling httpbench bindbench dl ioerr bench tlsgatling \
-@@ -14,12 +14,12 @@
- all: $(ALLTARGETS)
- 
- CROSS=
- #CROSS=i686-mingw32-
- CC=$(CROSS)gcc
--CFLAGS=-pipe -Wall
--LDFLAGS=
-+CFLAGS+=-pipe -Wall -I/usr/include/libowfat
-+LDFLAGS+=
- 
- path = $(subst :, ,$(PATH))
- diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet))
- ifeq ($(strip $(diet_path)),)
- ifneq ($(wildcard /opt/diet/bin/diet),)
-@@ -37,11 +37,10 @@
- ifneq ($(DEBUG),)
- CFLAGS+=-g
- LDFLAGS+=-g
- else
- CFLAGS+=-O2 -fomit-frame-pointer -I/usr/local/include
--LDFLAGS+=-s
- ifneq ($(DIET),)
- DIET+=-Os
- endif
- endif
- 


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

* [gentoo-commits] repo/gentoo:master commit in: www-servers/gatling/files/
@ 2019-11-23 17:51 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2019-11-23 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4adbfbc959bc6bea766108e26c4a002f5adb2c31
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Nov 21 14:33:24 2019 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 17:50:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adbfbc9

www-servers/gatling: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/13730
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 www-servers/gatling/files/gatling-0.12-compile.patch | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/www-servers/gatling/files/gatling-0.12-compile.patch b/www-servers/gatling/files/gatling-0.12-compile.patch
deleted file mode 100644
index db609836332..00000000000
--- a/www-servers/gatling/files/gatling-0.12-compile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- GNUmakefile	2012-04-10 04:31:14.505474482 +0200
-+++ GNUmakefile	2012-04-10 04:31:53.821982958 +0200
-@@ -64,7 +64,7 @@
- acc: acc.c
- 	$(CC) -o $@ $< $(CFLAGS) $(LDFLAGS) -lowfat
- 
--CC:=$(DIET) $(CC)
-+override CC:=$(DIET) $(CC)
- 
- pthreadbench: pthreadbench.o
- 	$(CC) $< -o $@ -I. $(CFLAGS) $(LDFLAGS) $(LDLIBS) -lpthread
-@@ -80,7 +80,7 @@
- $(OBJS) https.o gatling.o: gatling.h version.h gatling_features.h
- 
- tlsgatling: gatling.c ssl.o $(HTTPS_OBJS)
--	-$(CC) -o $@ gatling.c ssl.o $(HTTPS_OBJS) $(CFLAGS) -DSUPPORT_HTTPS $(LDFLAGS) -lssl -lcrypto $(LDLIBS)
-+	$(CC) -o $@ gatling.c ssl.o $(HTTPS_OBJS) $(CFLAGS) -DSUPPORT_HTTPS $(LDFLAGS) -lssl -lcrypto $(LDLIBS)
- 
- gatling: gatling.o $(OBJS) md5lib
- 	$(CC) $(LDFLAGS) $@.o $(OBJS) -o $@ $(LDLIBS) `cat md5lib`


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

* [gentoo-commits] repo/gentoo:master commit in: www-servers/gatling/files/
@ 2020-01-18 19:56 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2020-01-18 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     83987709d1e866c6314eef26aff7e45fae6f921c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jan 10 08:46:28 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 19:55:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83987709

www-servers/gatling: remove unused files

Closes: https://github.com/gentoo/gentoo/pull/14295
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 www-servers/gatling/files/gatling.initd   | 63 -------------------------------
 www-servers/gatling/files/gatling.initd-2 | 63 -------------------------------
 2 files changed, 126 deletions(-)

diff --git a/www-servers/gatling/files/gatling.initd b/www-servers/gatling/files/gatling.initd
deleted file mode 100644
index fadb1ce9d17..00000000000
--- a/www-servers/gatling/files/gatling.initd
+++ /dev/null
@@ -1,63 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-description="Gatling high performance web server init script"
-opts="reload"
-
-depend() { 
-	need net
-}
-
-checkconfig() {
-	# Verify UID is valid for running process.
-	if [[ ! $(id ${GATLING_UID} 2>/dev/null) ]]; then
-		ewarn "User ${GATLING_UID} not found!"
-		return 1
-	fi
-
-	# Set gatling run opts
-	if yesno ${VHOST};then VHOST=-v;else VHOST=-V;fi
-	if yesno ${SSL};then SSL=-e;else SSL=-E;fi
-	if yesno ${DIR_INDEXING};then DIR_INDEXING=-d;else DIR_INDEXING=-D;fi
-	if yesno ${FTP}; then FTP=-f;else FTP=-F;fi
-	if yesno ${FTP_AUTH}; then FTP_AUTH=-l;else unset FTP_AUTH;fi
-	if yesno ${FTP_UP};then unset FTP_UP;else FTP_UP=-U;fi
-	yesno ${TRANS_PROXY} && TRANS_PROXY=-t 
-}
-
-start() {
-	checkconfig || return 1
-
-	ebegin "Starting gatling"
-	start-stop-daemon --start --quiet --background --make-pidfile --pidfile ${PID} \
---name gatling --exec /usr/bin/gatling -- -T ${HTTP_TIMEOUT} -i ${IP} -p ${PORT} -P ${PREFETCH} \
-${VHOST} -c ${ROOTDIR} ${DIR_INDEXING} ${TRANS_PROXY} -u ${GATLING_UID} ${FTP} -T ${FTP_TIMEOUT} \
-${FTP_AUTH} ${FTP_UPLOADS} 
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping gatling"
-	start-stop-daemon --quiet --stop --pidfile ${PID} 
-	eend $?
-}
-
-reload() {
-        if ! service_started "${SVCNAME}" ; then
-                eerror "${SVCNAME} isn't running"
-                return 1
-        fi
-
-	checkconfig || return 1
-
-	ebegin "Sending gatling the HUP signal"
-	start-stop-daemon --quiet --signal HUP --pidfile ${PID}
-
-	ebegin "Restarting gatling server"
-        start-stop-daemon --start --quiet --background --make-pidfile --pidfile ${PID} \
---name gatling --exec /usr/bin/gatling -- -T ${HTTP_TIMEOUT} -i ${IP} -p ${PORT} -P ${PREFETCH} \
-${VHOST} -c ${ROOTDIR} ${DIR_INDEXING} ${TRANS_PROXY} -u ${GATLING_UID} ${FTP} -T ${FTP_TIMEOUT} \
-${FTP_AUTH} ${FTP_UPLOADS}
-        eend $?
-}

diff --git a/www-servers/gatling/files/gatling.initd-2 b/www-servers/gatling/files/gatling.initd-2
deleted file mode 100644
index 77f436009b3..00000000000
--- a/www-servers/gatling/files/gatling.initd-2
+++ /dev/null
@@ -1,63 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-description="Gatling high performance web server init script"
-extra_started_commands="reload"
-
-depend() { 
-	need net
-}
-
-checkconfig() {
-	# Verify UID is valid for running process.
-	if [[ ! $(id ${GATLING_UID} 2>/dev/null) ]]; then
-		ewarn "User ${GATLING_UID} not found!"
-		return 1
-	fi
-
-	# Set gatling run opts
-	if yesno ${VHOST};then VHOST=-v;else VHOST=-V;fi
-	if yesno ${SSL};then SSL=-e;else SSL=-E;fi
-	if yesno ${DIR_INDEXING};then DIR_INDEXING=-d;else DIR_INDEXING=-D;fi
-	if yesno ${FTP}; then FTP=-f;else FTP=-F;fi
-	if yesno ${FTP_AUTH}; then FTP_AUTH=-l;else unset FTP_AUTH;fi
-	if yesno ${FTP_UP};then unset FTP_UP;else FTP_UP=-U;fi
-        if yesno ${TRANS_PROXY};then TRANS_PROXY=-t;else unset TRANS_PROXY;fi
-}
-
-start() {
-	checkconfig || return 1
-
-	ebegin "Starting gatling"
-	start-stop-daemon --start --quiet --background --make-pidfile --pidfile ${PID} \
---name gatling --exec /usr/bin/gatling -- -T ${HTTP_TIMEOUT} -i ${IP} -p ${PORT} -P ${PREFETCH} \
-${VHOST} -c ${ROOTDIR} ${DIR_INDEXING} ${TRANS_PROXY} -u ${GATLING_UID} ${FTP} -T ${FTP_TIMEOUT} \
-${FTP_AUTH} ${FTP_UPLOADS} 
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping gatling"
-	start-stop-daemon --quiet --stop --pidfile ${PID} 
-	eend $?
-}
-
-reload() {
-        if ! service_started "${SVCNAME}" ; then
-                eerror "${SVCNAME} isn't running"
-                return 1
-        fi
-
-	checkconfig || return 1
-
-	ebegin "Sending gatling the HUP signal"
-	start-stop-daemon --quiet --signal HUP --pidfile ${PID}
-
-	ebegin "Restarting gatling server"
-        start-stop-daemon --start --quiet --background --make-pidfile --pidfile ${PID} \
---name gatling --exec /usr/bin/gatling -- -T ${HTTP_TIMEOUT} -i ${IP} -p ${PORT} -P ${PREFETCH} \
-${VHOST} -c ${ROOTDIR} ${DIR_INDEXING} ${TRANS_PROXY} -u ${GATLING_UID} ${FTP} -T ${FTP_TIMEOUT} \
-${FTP_AUTH} ${FTP_UPLOADS}
-        eend $?
-}


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

end of thread, other threads:[~2020-01-18 19:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-18 19:56 [gentoo-commits] repo/gentoo:master commit in: www-servers/gatling/files/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2019-11-23 17:51 Sebastian Pipping
2017-02-16 11:11 Michael Palimaka

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