From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB00C138330 for ; Sun, 2 Oct 2016 15:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A137FE0B95; Sun, 2 Oct 2016 15:30:58 +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 84BB7E0B95 for ; Sun, 2 Oct 2016 15:30:58 +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 A8098340D00 for ; Sun, 2 Oct 2016 15:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DC2D248D for ; Sun, 2 Oct 2016 15:30:54 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1475422251.2d3c13518dcc35f6da0131e2b5112323bc42b85b.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/html-encode/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/html-encode/html-encode-1.2.ebuild X-VCS-Directories: dev-lisp/html-encode/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 2d3c13518dcc35f6da0131e2b5112323bc42b85b X-VCS-Branch: master Date: Sun, 2 Oct 2016 15:30:54 +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: 9d47616f-9101-42a7-9e53-4db2a1726cd6 X-Archives-Hash: a9d77b11d824ceb8a1369fe1dacc23cb commit: 2d3c13518dcc35f6da0131e2b5112323bc42b85b Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Oct 2 15:30:51 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Oct 2 15:30:51 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2d3c1351 dev-lisp/html-encode: Update header and move to Gentoo mirror dev-lisp/html-encode/html-encode-1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lisp/html-encode/html-encode-1.2.ebuild b/dev-lisp/html-encode/html-encode-1.2.ebuild index 4c6a1c0..6093048 100644 --- a/dev-lisp/html-encode/html-encode-1.2.ebuild +++ b/dev-lisp/html-encode/html-encode-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 @@ -8,7 +8,7 @@ inherit common-lisp-3 DESCRIPTION="Common Lisp library for encoding text in various web-savvy formats." HOMEPAGE="http://www.cliki.net/html-encode" -SRC_URI="http://dev.gentoo.org/~nimiux/dev-lisp/${PN}/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="MIT" SLOT="0"