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 1Re9nc-0007jE-R8 for garchives@archives.gentoo.org; Fri, 23 Dec 2011 18:24:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFC4821C06D; Fri, 23 Dec 2011 18:24:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9D87D21C0B1 for ; Fri, 23 Dec 2011 18:24:49 +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 44B941B4057 for ; Fri, 23 Dec 2011 18:24:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B1D6E8004C for ; Fri, 23 Dec 2011 18:24:47 +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: cc1bfff292db750f434e7a8d54aebe5636052dc9 Date: Fri, 23 Dec 2011 18:24:47 +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: a1a696af-d70f-4175-98ff-d839e41a504f X-Archives-Hash: b2c3f98f6d66384e23c46e348a3da915 commit: cc1bfff292db750f434e7a8d54aebe5636052dc9 Author: Johannes Huber gentoo org> AuthorDate: Fri Dec 23 18:26:23 2011 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Dec 23 18:26:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dcc1bfff2 [media-libs/phonon] Moved to tree. (Portage version: 2.2.0_alpha81/git/Linux i686, unsigned Manifest commit) --- media-libs/prison/prison-1.0.ebuild | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git a/media-libs/prison/prison-1.0.ebuild b/media-libs/prison/pris= on-1.0.ebuild deleted file mode 100644 index 9f451d6..0000000 --- a/media-libs/prison/prison-1.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D4 - -inherit kde4-base - -DESCRIPTION=3D"QRCode and data matrix barcode 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}"