From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3FB6D1382AC for ; Mon, 20 Jun 2016 13:05:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B576E0B85; Mon, 20 Jun 2016 13:05:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84800E0B85 for ; Mon, 20 Jun 2016 13:05:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4F4F3406DD for ; Mon, 20 Jun 2016 13:05:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 646C3241C for ; Mon, 20 Jun 2016 13:05:12 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1466427942.ab5a7e3df69810862e1ffde993fefb604491aada.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/URLObject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/URLObject/URLObject-2.4.0.ebuild X-VCS-Directories: dev-python/URLObject/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: ab5a7e3df69810862e1ffde993fefb604491aada X-VCS-Branch: master Date: Mon, 20 Jun 2016 13:05:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ae2659bb-f91f-45d3-afc0-fd878122342c X-Archives-Hash: f3ef8f87809114ebab9498dc0ca86c72 commit: ab5a7e3df69810862e1ffde993fefb604491aada Author: Slawomir Lis gentoo org> AuthorDate: Mon Jun 20 12:55:23 2016 +0000 Commit: Slawek Lis gentoo org> CommitDate: Mon Jun 20 13:05:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5a7e3d fixed homepage Package-Manager: portage-2.3.0_rc1 dev-python/URLObject/URLObject-2.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/URLObject/URLObject-2.4.0.ebuild b/dev-python/URLObject/URLObject-2.4.0.ebuild index 446ab1f..0f3fefe 100644 --- a/dev-python/URLObject/URLObject-2.4.0.ebuild +++ b/dev-python/URLObject/URLObject-2.4.0.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1 -DESCRIPTION="A Django template library for manipulating URLs" -HOMEPAGE="https://pypi.python.org/pypi/django-spurl" +DESCRIPTION="A utility class for manipulating URLs" +HOMEPAGE="https://pypi.python.org/pypi/URLObject" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"