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 1QR92j-00038W-Ty for garchives@archives.gentoo.org; Mon, 30 May 2011 20:26:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17BA41C06A; Mon, 30 May 2011 20:26:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DBD0D1C06A for ; Mon, 30 May 2011 20:26:21 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3ABEB1BC007 for ; Mon, 30 May 2011 20:26:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A259880508 for ; Mon, 30 May 2011 20:26:20 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1bc92accec46dc01a2e1c57b758d2cb6f01cbd7b.alexxy@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/libksane/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/libksane/libksane-4.6.80.ebuild X-VCS-Directories: kde-base/libksane/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 1bc92accec46dc01a2e1c57b758d2cb6f01cbd7b Date: Mon, 30 May 2011 20:26:20 +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: X-Archives-Hash: 0e47a9db8636c681e8f69cc0d1967417 commit: 1bc92accec46dc01a2e1c57b758d2cb6f01cbd7b Author: Alexey Shvetsov gentoo org> AuthorDate: Mon May 30 20:25:36 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon May 30 20:25:36 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D1bc92acc [kde-base] Add libksane (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- kde-base/libksane/libksane-4.6.80.ebuild | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/kde-base/libksane/libksane-4.6.80.ebuild b/kde-base/libksane= /libksane-4.6.80.ebuild new file mode 100644 index 0000000..b7d383c --- /dev/null +++ b/kde-base/libksane/libksane-4.6.80.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_SCM=3D"git" +inherit kde4-base + +DESCRIPTION=3D"SANE Library interface for KDE" +HOMEPAGE=3D"http://www.kipi-plugins.org" +KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"debug" +LICENSE=3D"LGPL-2" + +DEPEND=3D" + media-gfx/sane-backends +" +RDEPEND=3D"${DEPEND}"