Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: 1676501af8cb18259ef8efbf997d7f510acf2c12
Author: Mike Auty <mike.auty <AT> gmail <DOT> com>
AuthorDate: Mon Jun 4 13:45:39 2012 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Mon Jun 4 13:45:39 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=1676501a
Fix up woof portage error.
---
www-servers/woof/Manifest | 4 +++-
www-servers/woof/woof-2009.12.27.ebuild | 4 ++--
...of-2009.12.27.ebuild => woof-2012.05.31.ebuild} | 12 ++++--------
3 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/www-servers/woof/Manifest b/www-servers/woof/Manifest
index 627163d..db8710d 100644
--- a/www-servers/woof/Manifest
+++ b/www-servers/woof/Manifest
@@ -1,3 +1,5 @@
AUX woof-remove-child-process.patch 1387 RMD160 70548bf608a8434cb9247c71a72d96f366ee00c8 SHA1 352128df2023c04b34ac03ac14ad643e1dd51ccb SHA256 b751c4381e50716b6d3ea218a092864852df3a65c862374ea0014e3c8d00cb3b
DIST woof-2009-12-27.py 16810 RMD160 d4a08ad01b33ba4b4ddd086b4d088a5f81840a02 SHA1 8975caa876f8547c81faa75bf43661b8d836a5ff SHA256 21086b67489381b477c9c0567b1d9f8b8f1deec12bd4e414969e3f155c1ff889
-EBUILD woof-2009.12.27.ebuild 562 RMD160 a8ffa638c295d6c87019ee63fec350e2de435116 SHA1 6d765dccb9bb9109a39110a64af8c02c698a960d SHA256 6874e0bee79da770ff8b144f88e242e471640d5b782c25882a604665a9b07c22
+DIST woof-2012-05-31.py 20284 RMD160 b949e4f72805a34777950151f97853492558fa18 SHA1 5070c95601ceefb358af534f2d8ec86d80a28f46 SHA256 d84353d07f768321a1921a67193510bf292cf0213295e8c7689176f32e945572
+EBUILD woof-2009.12.27.ebuild 562 RMD160 c11433d0fbf02ac2e306becc8952b701e63d6972 SHA1 a3cec8f5058e161c541dc526b706ac3053365d21 SHA256 e8bdcecbe3dbb9625abc93bd83b655b56bfdf47b19549c5ee7134641994bbcd3
+EBUILD woof-2012.05.31.ebuild 575 RMD160 62b64c62f7919a14e7802a60a927633e5cb603aa SHA1 054c8eefb958c7a9c2c82d9dba68873f620b6d0c SHA256 1ba0f548cbd148d1e6d2f3a76103e8aa83ae10a5c4ce3a396d0cd11412ae7dd5
diff --git a/www-servers/woof/woof-2009.12.27.ebuild b/www-servers/woof/woof-2009.12.27.ebuild
index 02c549f..fac5752 100644
--- a/www-servers/woof/woof-2009.12.27.ebuild
+++ b/www-servers/woof/woof-2009.12.27.ebuild
@@ -2,12 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=3
+
inherit versionator eutils
MY_VERSION="$(replace_all_version_separators '-')"
-EAPI=3
-
DESCRIPTION=""
HOMEPAGE=""
SRC_URI="http://www.home.unix-ag.org/simon/woof-${MY_VERSION}.py"
diff --git a/www-servers/woof/woof-2009.12.27.ebuild b/www-servers/woof/woof-2012.05.31.ebuild
similarity index 80%
copy from www-servers/woof/woof-2009.12.27.ebuild
copy to www-servers/woof/woof-2012.05.31.ebuild
index 02c549f..c093c35 100644
--- a/www-servers/woof/woof-2009.12.27.ebuild
+++ b/www-servers/woof/woof-2012.05.31.ebuild
@@ -2,14 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=3
+
inherit versionator eutils
MY_VERSION="$(replace_all_version_separators '-')"
-EAPI=3
-
-DESCRIPTION=""
-HOMEPAGE=""
+DESCRIPTION="Web-of-one-file, small convenient webserver"
+HOMEPAGE="http://www.home.unix-ag.org/simon/woof.html"
SRC_URI="http://www.home.unix-ag.org/simon/woof-${MY_VERSION}.py"
LICENSE="GPL-2"
@@ -26,10 +26,6 @@ src_unpack() {
cp -L "${DISTDIR}/${A}" "${S}/woof"
}
-src_prepare() {
- epatch "${FILESDIR}/woof-remove-child-process.patch"
-}
-
src_install() {
dobin woof
}
|
|