summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-04-26 05:42:27 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-04-26 05:42:27 +0000
commit0fa8c933fe15ff6add4ac98b0d6f3a147547e45f (patch)
treec04110ffae9e6b9d15e852f9663def08685d1d2a /dev-python
parentVersion bump. (diff)
downloadgentoo-2-0fa8c933fe15ff6add4ac98b0d6f3a147547e45f.tar.gz
gentoo-2-0fa8c933fe15ff6add4ac98b0d6f3a147547e45f.tar.bz2
gentoo-2-0fa8c933fe15ff6add4ac98b0d6f3a147547e45f.zip
Use tarballs instead of pulling from git
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/websockify/ChangeLog5
-rw-r--r--dev-python/websockify/websockify-0.4.1.ebuild9
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/websockify/ChangeLog b/dev-python/websockify/ChangeLog
index 4cc522fa4f83..cc16904b3cb2 100644
--- a/dev-python/websockify/ChangeLog
+++ b/dev-python/websockify/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/websockify
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/ChangeLog,v 1.1 2013/04/10 17:34:04 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/ChangeLog,v 1.2 2013/04/26 05:42:27 patrick Exp $
+
+ 26 Apr 2013; Patrick Lauer <patrick@gentoo.org> websockify-0.4.1.ebuild:
+ Use tarballs instead of pulling from git
*websockify-0.4.1 (10 Apr 2013)
diff --git a/dev-python/websockify/websockify-0.4.1.ebuild b/dev-python/websockify/websockify-0.4.1.ebuild
index 7d9b65200b32..49073c60906f 100644
--- a/dev-python/websockify/websockify-0.4.1.ebuild
+++ b/dev-python/websockify/websockify-0.4.1.ebuild
@@ -1,16 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/websockify-0.4.1.ebuild,v 1.1 2013/04/10 17:34:04 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/websockify-0.4.1.ebuild,v 1.2 2013/04/26 05:42:27 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
-inherit distutils-r1 git-2
-
-EGIT_REPO_URI="git://github.com/kanaka/${PN}.git
-https://github.com/kanaka/${PN}.git"
-EGIT_BRANCH="v0.4.1"
+inherit distutils-r1
+SRC_URI="https://github.com/kanaka/${PN}/archive/v${PV}.zip"
DESCRIPTION="WebSockets support for any application/server"
HOMEPAGE="https://github.com/kanaka/websockify"