* [gentoo-commits] proj/betagarden:master commit in: www-servers/pathod/
@ 2012-05-01 15:14 Sebastian Pipping
0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2012-05-01 15:14 UTC (permalink / raw
To: gentoo-commits
commit: edfbc8540f2bc042ac06816985e999edf1d31851
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue May 1 15:11:16 2012 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue May 1 15:12:03 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=edfbc854
www-servers/pathod: 0.1
---
www-servers/pathod/metadata.xml | 8 ++++++++
www-servers/pathod/pathod-0.1.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/www-servers/pathod/metadata.xml b/www-servers/pathod/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/www-servers/pathod/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/www-servers/pathod/pathod-0.1.ebuild b/www-servers/pathod/pathod-0.1.ebuild
new file mode 100644
index 0000000..2a66ade
--- /dev/null
+++ b/www-servers/pathod/pathod-0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+inherit distutils
+
+DESCRIPTION="Pathological HTTP daemon for testing and torturing client software"
+HOMEPAGE="http://cortesi.github.com/pathod/"
+SRC_URI="https://github.com/cortesi/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="www-servers/tornado"
+
+S=${WORKDIR}/cortesi-pathod-d171e13
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: www-servers/pathod/
@ 2012-08-25 0:10 Sebastian Pipping
0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2012-08-25 0:10 UTC (permalink / raw
To: gentoo-commits
commit: b8a732fc4a024865e72274b10bcd6a2d1280f041
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat Aug 25 00:08:50 2012 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 00:08:50 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=b8a732fc
www-servers/pathod: 0.2
---
www-servers/pathod/pathod-0.2.ebuild | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/www-servers/pathod/pathod-0.2.ebuild b/www-servers/pathod/pathod-0.2.ebuild
new file mode 100644
index 0000000..b9a98d9
--- /dev/null
+++ b/www-servers/pathod/pathod-0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+inherit distutils
+
+DESCRIPTION="Pathological HTTP daemon for testing and torturing client software"
+HOMEPAGE="http://cortesi.github.com/pathod/"
+SRC_URI="https://github.com/cortesi/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=dev-python/netlib-0.2.1
+ >=dev-python/requests-0.13
+ dev-python/flask"
+
+S=${WORKDIR}/cortesi-pathod-dc097fb
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: www-servers/pathod/
@ 2012-11-16 23:52 Sebastian Pipping
0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2012-11-16 23:52 UTC (permalink / raw
To: gentoo-commits
commit: 6aa6315abc011d95189f413066d45ce959a3860d
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Fri Nov 16 23:52:25 2012 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Nov 16 23:52:25 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=6aa6315a
www-servers/pathod: 0.3
---
www-servers/pathod/pathod-0.3.ebuild | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/www-servers/pathod/pathod-0.3.ebuild b/www-servers/pathod/pathod-0.3.ebuild
new file mode 100644
index 0000000..e6bf4b3
--- /dev/null
+++ b/www-servers/pathod/pathod-0.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+inherit distutils
+
+DESCRIPTION="Pathological HTTP daemon (and client) for testing and torturing client software"
+HOMEPAGE="http://pathod.net/"
+SRC_URI="https://github.com/cortesi/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=dev-python/netlib-0.2.2
+ >=dev-python/requests-0.13
+ dev-python/flask"
+
+S=${WORKDIR}/cortesi-pathod-b11260f
+
+src_install() {
+ distutils_src_install
+
+ insinto /usr/share/doc/${PF}/
+ doins -r examples || die
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: www-servers/pathod/
@ 2013-06-17 14:11 Sebastian Pipping
0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2013-06-17 14:11 UTC (permalink / raw
To: gentoo-commits
commit: b97138a07c6a22899eb395721f1a117f3da2c510
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Jun 17 14:11:07 2013 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 14:11:07 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=b97138a0
www-servers/pathod: Remove, newer versions in gentoo-x86
---
www-servers/pathod/metadata.xml | 8 --------
www-servers/pathod/pathod-0.1.ebuild | 24 ------------------------
www-servers/pathod/pathod-0.2.ebuild | 26 --------------------------
www-servers/pathod/pathod-0.3.ebuild | 33 ---------------------------------
4 files changed, 91 deletions(-)
diff --git a/www-servers/pathod/metadata.xml b/www-servers/pathod/metadata.xml
deleted file mode 100644
index 16bcc9f..0000000
--- a/www-servers/pathod/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
- </maintainer>
-</pkgmetadata>
diff --git a/www-servers/pathod/pathod-0.1.ebuild b/www-servers/pathod/pathod-0.1.ebuild
deleted file mode 100644
index 2a66ade..0000000
--- a/www-servers/pathod/pathod-0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-inherit distutils
-
-DESCRIPTION="Pathological HTTP daemon for testing and torturing client software"
-HOMEPAGE="http://cortesi.github.com/pathod/"
-SRC_URI="https://github.com/cortesi/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="www-servers/tornado"
-
-S=${WORKDIR}/cortesi-pathod-d171e13
diff --git a/www-servers/pathod/pathod-0.2.ebuild b/www-servers/pathod/pathod-0.2.ebuild
deleted file mode 100644
index b9a98d9..0000000
--- a/www-servers/pathod/pathod-0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-inherit distutils
-
-DESCRIPTION="Pathological HTTP daemon for testing and torturing client software"
-HOMEPAGE="http://cortesi.github.com/pathod/"
-SRC_URI="https://github.com/cortesi/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-python/netlib-0.2.1
- >=dev-python/requests-0.13
- dev-python/flask"
-
-S=${WORKDIR}/cortesi-pathod-dc097fb
diff --git a/www-servers/pathod/pathod-0.3.ebuild b/www-servers/pathod/pathod-0.3.ebuild
deleted file mode 100644
index e6bf4b3..0000000
--- a/www-servers/pathod/pathod-0.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-inherit distutils
-
-DESCRIPTION="Pathological HTTP daemon (and client) for testing and torturing client software"
-HOMEPAGE="http://pathod.net/"
-SRC_URI="https://github.com/cortesi/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-python/netlib-0.2.2
- >=dev-python/requests-0.13
- dev-python/flask"
-
-S=${WORKDIR}/cortesi-pathod-b11260f
-
-src_install() {
- distutils_src_install
-
- insinto /usr/share/doc/${PF}/
- doins -r examples || die
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-17 14:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 15:14 [gentoo-commits] proj/betagarden:master commit in: www-servers/pathod/ Sebastian Pipping
-- strict thread matches above, loose matches on Subject: below --
2012-08-25 0:10 Sebastian Pipping
2012-11-16 23:52 Sebastian Pipping
2013-06-17 14:11 Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox