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 26A911381F3 for ; Sat, 29 Jun 2013 16:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F9C2E0804; Sat, 29 Jun 2013 16:59:17 +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 7EED1E07F7 for ; Sat, 29 Jun 2013 16:59:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 925C233E809 for ; Sat, 29 Jun 2013 16:59:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 41752E5458 for ; Sat, 29 Jun 2013 16:59:14 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1372524764.b3f6651b323edcfb024de35e258c9b95e1509a6c.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libqinfinity/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libqinfinity/libqinfinity-1.0_beta5.ebuild X-VCS-Directories: net-libs/libqinfinity/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: b3f6651b323edcfb024de35e258c9b95e1509a6c X-VCS-Branch: master Date: Sat, 29 Jun 2013 16:59:14 +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: 13b907a0-14b2-4b0a-84ed-db81722b436c X-Archives-Hash: f028618684f54a86ae56b865c508cbe7 commit: b3f6651b323edcfb024de35e258c9b95e1509a6c Author: Johannes Huber gentoo org> AuthorDate: Sat Jun 29 16:52:44 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jun 29 16:52:44 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b3f6651b [net-libs/libqinfinity] EAPI 5. Package-Manager: portage-2.2.0_alpha186 --- net-libs/libqinfinity/libqinfinity-1.0_beta5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libqinfinity/libqinfinity-1.0_beta5.ebuild b/net-libs/libqinfinity/libqinfinity-1.0_beta5.ebuild index 068420a..9f3497a 100644 --- a/net-libs/libqinfinity/libqinfinity-1.0_beta5.ebuild +++ b/net-libs/libqinfinity/libqinfinity-1.0_beta5.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit cmake-utils -DESCRIPTION="QT-style Interface for libinfinity" +DESCRIPTION="Qt-style interface for libinfinity" HOMEPAGE="http://kobby.greghaynes.net/wiki/libqinfinity" SRC_URI="http://kobby.greghaynes.net/file-cabinet/${P/_beta/b}.tar.gz"