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 91B16138010 for ; Fri, 12 Oct 2012 00:22:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49EBC21C010; Fri, 12 Oct 2012 00:22:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C70D921C010 for ; Fri, 12 Oct 2012 00:22:08 +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 37FAF33C3B4 for ; Fri, 12 Oct 2012 00:22:08 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 948) id E15D421600; Fri, 12 Oct 2012 00:22:06 +0000 (UTC) From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20121010.ebuild ChangeLog hwids-20121009.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: hwids-20121010.ebuild ChangeLog hwids-20121009.ebuild X-VCS-Directories: sys-apps/hwids X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121012002206.E15D421600@flycatcher.gentoo.org> Date: Fri, 12 Oct 2012 00:22:06 +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: 87200e09-f3df-42cd-ab42-f09b086bad69 X-Archives-Hash: ac24087e2301065866657100423f8761 flameeyes 12/10/12 00:22:06 Modified: ChangeLog Added: hwids-20121010.ebuild Removed: hwids-20121009.ebuild Log: Version bump. (Portage version: 2.2.0_alpha137/cvs/Linux x86_64) Revision Changes Path 1.28 sys-apps/hwids/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 8 Oct 2012 03:30:23 -0000 1.27 +++ ChangeLog 12 Oct 2012 00:22:06 -0000 1.28 @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/hwids # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.27 2012/10/08 03:30:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.28 2012/10/12 00:22:06 flameeyes Exp $ + +*hwids-20121010 (12 Oct 2012) + + 12 Oct 2012; Diego E. Pettenò +hwids-20121010.ebuild, + -hwids-20121009.ebuild: + Version bump. *hwids-20121009 (08 Oct 2012) 1.1 sys-apps/hwids/hwids-20121010.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20121010.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20121010.ebuild?rev=1.1&content-type=text/plain Index: hwids-20121010.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121010.ebuild,v 1.1 2012/10/12 00:22:06 flameeyes Exp $ EAPI="4" DESCRIPTION="Hardware (PCI, USB) IDs databases" HOMEPAGE="https://github.com/gentoo/hwids" SRC_URI="https://github.com/gentoo/hwids/tarball/${P} -> ${P}.tar.gz" LICENSE="|| ( GPL-2 BSD )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" DEPEND="" RDEPEND="! ${file}.gz || die done } src_install() { cd "${S}"/gentoo-hwids-* insinto /usr/share/misc doins {usb,pci}.ids{,.gz} dodoc README.md }