From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RMGfT-0005GT-VI for garchives@archives.gentoo.org; Fri, 04 Nov 2011 10:06:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C54D21C024; Fri, 4 Nov 2011 10:06:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5BA0421C024 for ; Fri, 4 Nov 2011 10:06:26 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF6B91B401E for ; Fri, 4 Nov 2011 10:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2640B80042 for ; Fri, 4 Nov 2011 10:06:25 +0000 (UTC) From: "Stelian Ionescu" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stelian Ionescu" Message-ID: <21aae925df62a2f1d991ad99434fb56a086df8bf.fenlix@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/hunchentoot/hunchentoot-1.2.0.ebuild dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild X-VCS-Directories: dev-lisp/hunchentoot/ X-VCS-Committer: fenlix X-VCS-Committer-Name: Stelian Ionescu X-VCS-Revision: 21aae925df62a2f1d991ad99434fb56a086df8bf Date: Fri, 4 Nov 2011 10:06:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2eab24e8-acaf-414e-9152-9a60813a6e13 X-Archives-Hash: 0bdbaef9edf952c904e8ae8c80050939 commit: 21aae925df62a2f1d991ad99434fb56a086df8bf Author: Stelian Ionescu cddr org> AuthorDate: Fri Nov 4 09:38:23 2011 +0000 Commit: Stelian Ionescu cddr org> CommitDate: Fri Nov 4 09:38:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/lisp.git;a=3D= commit;h=3D21aae925 dev-lisp/hunchentoot: bump to 1.2.1 --- ...ntoot-1.2.0.ebuild =3D> hunchentoot-1.2.1.ebuild} | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.0.ebuild b/dev-lisp/hun= chentoot/hunchentoot-1.2.1.ebuild similarity index 89% rename from dev-lisp/hunchentoot/hunchentoot-1.2.0.ebuild rename to dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild index 099779a..b5ed4f7 100644 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.0.ebuild +++ b/dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -7,7 +7,7 @@ inherit common-lisp-3 =20 DESCRIPTION=3D"Hunchentoot is a web server written in Common Lisp." HOMEPAGE=3D"http://weitz.de/hunchentoot/" -SRC_URI=3D"https://github.com/downloads/edicl/hunchentoot/hunchentoot-1.= 2.0.tar.gz" +SRC_URI=3D"https://github.com/downloads/edicl/${PN}/${P}.tar.gz" =20 LICENSE=3D"BSD-2" SLOT=3D"0"