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 1RazNN-0005ZF-EE for garchives@archives.gentoo.org; Thu, 15 Dec 2011 00:40:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8933021C074; Thu, 15 Dec 2011 00:40:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5D17E21C074 for ; Thu, 15 Dec 2011 00:40:37 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DECBC1B4040 for ; Thu, 15 Dec 2011 00:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 53A358004C for ; Thu, 15 Dec 2011 00:40:36 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: media-libs/prison/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/prison/prison-1.0.ebuild X-VCS-Directories: media-libs/prison/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: bfe5321d33ba7cca6111f52e9651369aeba46856 Date: Thu, 15 Dec 2011 00:40:36 +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: 2510a5c6-7e8f-41be-931d-97a61b4c216c X-Archives-Hash: 104edd5b98e9b78ae3651c20adfaf519 commit: bfe5321d33ba7cca6111f52e9651369aeba46856 Author: Johannes Huber gentoo org> AuthorDate: Thu Dec 15 00:41:17 2011 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Dec 15 00:41:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dbfe5321d [media-libs/prison] Version bump 1.0. (Portage version: 2.2.0_alpha80/git/Linux i686, unsigned Manifest commit) --- media-libs/prison/prison-1.0.ebuild | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/media-libs/prison/prison-1.0.ebuild b/media-libs/prison/pris= on-1.0.ebuild new file mode 100644 index 0000000..f2a9c7c --- /dev/null +++ b/media-libs/prison/prison-1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +inherit kde4-base + +DESCRIPTION=3D"prison is QRCode barcodes and DataMatrix barcodes library= " +HOMEPAGE=3D"https://projects.kde.org/projects/kdesupport/prison" +SRC_URI=3D"mirror://kde/stable/${PN}/${PV}/src/${P}.tar.gz" + +LICENSE=3D"GPL-2" +KEYWORDS=3D"~amd64 ~x86" +SLOT=3D"4" +IUSE=3D"debug" + +DEPEND=3D" + media-gfx/qrencode + media-libs/libdmtx +" +RDEPEND=3D"${DEPEND}"