summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2015-04-18 12:52:24 +0000
committerSven Wegener <swegener@gentoo.org>2015-04-18 12:52:24 +0000
commit4f933abde4f91c930aabe54a2356c7148c8f1df8 (patch)
treebf9c0ae4f8321645995a490a7dcad62bbf50583f /dev-python/websockify
parentRename distfile to include package name. (diff)
downloadgentoo-2-4f933abde4f91c930aabe54a2356c7148c8f1df8.tar.gz
gentoo-2-4f933abde4f91c930aabe54a2356c7148c8f1df8.tar.bz2
gentoo-2-4f933abde4f91c930aabe54a2356c7148c8f1df8.zip
Rename distfile to include package name.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Diffstat (limited to 'dev-python/websockify')
-rw-r--r--dev-python/websockify/ChangeLog5
-rw-r--r--dev-python/websockify/websockify-0.6.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/websockify/ChangeLog b/dev-python/websockify/ChangeLog
index 211ba2acc597..96c37570c94f 100644
--- a/dev-python/websockify/ChangeLog
+++ b/dev-python/websockify/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/websockify
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/ChangeLog,v 1.7 2015/01/16 11:11:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/ChangeLog,v 1.8 2015/04/18 12:52:24 swegener Exp $
+
+ 18 Apr 2015; Sven Wegener <swegener@gentoo.org> websockify-0.6.0.ebuild:
+ Rename distfile to include package name.
16 Jan 2015; Ian Delaney <idella4@gentoo.org> -websockify-0.3.0.ebuild,
-websockify-0.4.1.ebuild, -websockify-0.5.1.ebuild, websockify-0.6.0.ebuild:
diff --git a/dev-python/websockify/websockify-0.6.0.ebuild b/dev-python/websockify/websockify-0.6.0.ebuild
index 1ba863d5adaf..9967e5b79b2e 100644
--- a/dev-python/websockify/websockify-0.6.0.ebuild
+++ b/dev-python/websockify/websockify-0.6.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/websockify-0.6.0.ebuild,v 1.2 2015/01/16 11:11:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/websockify-0.6.0.ebuild,v 1.3 2015/04/18 12:52:24 swegener Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
-SRC_URI="https://github.com/kanaka/${PN}/archive/v${PV}.zip"
+SRC_URI="https://github.com/kanaka/${PN}/archive/v${PV}.zip -> ${P}.zip"
DESCRIPTION="WebSockets support for any application/server"
HOMEPAGE="https://github.com/kanaka/websockify"