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 5B4F31381F3 for ; Mon, 24 Dec 2012 09:34:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00EA4E011E; Mon, 24 Dec 2012 09:34:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F2E6E011E for ; Mon, 24 Dec 2012 09:34:35 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D06133D8AE for ; Mon, 24 Dec 2012 09:34:34 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2329) id 85CC22171D; Mon, 24 Dec 2012 09:34:32 +0000 (UTC) From: "Sergey Popov (pinkbyte)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pinkbyte@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/httptype: httptype-1.3.9-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: httptype-1.3.9-r1.ebuild ChangeLog X-VCS-Directories: net-misc/httptype X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121224093432.85CC22171D@flycatcher.gentoo.org> Date: Mon, 24 Dec 2012 09:34:32 +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: e9918762-239f-4f7a-81c5-ab94c6a819e5 X-Archives-Hash: 47b198bf42334fdb761b4df7e93dbf75 pinkbyte 12/12/24 09:34:32 Modified: ChangeLog Added: httptype-1.3.9-r1.ebuild Log: Revision bump: EAPI 5, some cleanups (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.8 net-misc/httptype/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptype/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptype/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptype/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/httptype/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 24 Dec 2012 09:25:05 -0000 1.7 +++ ChangeLog 24 Dec 2012 09:34:32 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for net-misc/httptype # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httptype/ChangeLog,v 1.7 2012/12/24 09:25:05 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httptype/ChangeLog,v 1.8 2012/12/24 09:34:32 pinkbyte Exp $ + +*httptype-1.3.9-r1 (24 Dec 2012) + + 24 Dec 2012; Sergey Popov +httptype-1.3.9-r1.ebuild: + Revision bump: EAPI 5, some cleanups 24 Dec 2012; Sergey Popov httptype-1.3.9.ebuild: QA: fix description, do not install license file to docs 1.1 net-misc/httptype/httptype-1.3.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptype/httptype-1.3.9-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptype/httptype-1.3.9-r1.ebuild?rev=1.1&content-type=text/plain Index: httptype-1.3.9-r1.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/httptype/httptype-1.3.9-r1.ebuild,v 1.1 2012/12/24 09:34:32 pinkbyte Exp $ EAPI=5 DESCRIPTION="Returns the http host software of a website" HOMEPAGE="http://httptype.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="" RDEPEND="dev-lang/perl" src_compile() { :; } src_install() { dobin httptype doman httptype.1 dodoc Changelog README }