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 64B53138D01 for ; Sun, 21 Jun 2015 10:15:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 925C1E0829; Sun, 21 Jun 2015 10:15:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F13F3E0829 for ; Sun, 21 Jun 2015 10:15:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E668D34095B for ; Sun, 21 Jun 2015 10:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9523FA37 for ; Sun, 21 Jun 2015 10:15:09 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1432585927.64b5f81865b3fe22bf9ef2ae94bedc72c8126cef.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/vxl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/vxl/ChangeLog sci-libs/vxl/vxl-9999.ebuild X-VCS-Directories: sci-libs/vxl/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 64b5f81865b3fe22bf9ef2ae94bedc72c8126cef X-VCS-Branch: master Date: Sun, 21 Jun 2015 10:15:09 +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: a371b1d7-42dd-4522-bcc1-69c4f9f45231 X-Archives-Hash: 1a67c97e3209a49be3f9c37ff970a375 commit: 64b5f81865b3fe22bf9ef2ae94bedc72c8126cef Author: Horea Christian mail ru> AuthorDate: Mon May 25 20:32:07 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon May 25 20:32:07 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=64b5f818 dropped emty dep, sorted eclasses Package-Manager: portage-2.2.18 sci-libs/vxl/ChangeLog | 3 +++ sci-libs/vxl/vxl-9999.ebuild | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-libs/vxl/ChangeLog b/sci-libs/vxl/ChangeLog index 94c0653..14352e1 100644 --- a/sci-libs/vxl/ChangeLog +++ b/sci-libs/vxl/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 May 2015; vxl-9999.ebuild: + dropped emty dep, sorted eclasses + *vxl-9999 (25 May 2015) 25 May 2015; +metadata.xml, +vxl-9999.ebuild: diff --git a/sci-libs/vxl/vxl-9999.ebuild b/sci-libs/vxl/vxl-9999.ebuild index 056c928..96ee188 100644 --- a/sci-libs/vxl/vxl-9999.ebuild +++ b/sci-libs/vxl/vxl-9999.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit git-r3 cmake-utils +inherit cmake-utils git-r3 DESCRIPTION="C++ computer vision research libraries" HOMEPAGE="http://vxl.sourceforge.net" @@ -16,5 +16,4 @@ SLOT="0" IUSE="" KEYWORDS="" -RDEPEND=""