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 E1E3513829C for ; Sun, 12 Jun 2016 11:04:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD668E08EA; Sun, 12 Jun 2016 11:04:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EF7BE08D9 for ; Sun, 12 Jun 2016 11:04:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA045340BEF for ; Sun, 12 Jun 2016 11:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09478208F for ; Sun, 12 Jun 2016 11:04:39 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1465729400.11f40351d40ebc37dea3a5577e59bd9667bafe85.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/qrencode/qrencode-3.4.4.ebuild X-VCS-Directories: media-gfx/qrencode/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 11f40351d40ebc37dea3a5577e59bd9667bafe85 X-VCS-Branch: master Date: Sun, 12 Jun 2016 11:04:39 +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: 48d1328e-9ffd-44ac-8082-b60afe5be85d X-Archives-Hash: 97546fa82940d4d3decc3edeac2d1263 commit: 11f40351d40ebc37dea3a5577e59bd9667bafe85 Author: Andrew Savchenko gentoo org> AuthorDate: Sun Jun 12 11:02:33 2016 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Sun Jun 12 11:03:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f40351 media-gfx/qrencode: remove old Package-Manager: portage-2.3.0_rc1 Signed-off-by: Andrew Savchenko gentoo.org> media-gfx/qrencode/qrencode-3.4.4.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/media-gfx/qrencode/qrencode-3.4.4.ebuild b/media-gfx/qrencode/qrencode-3.4.4.ebuild deleted file mode 100644 index db76626..0000000 --- a/media-gfx/qrencode/qrencode-3.4.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils - -DESCRIPTION="C library for encoding data in a QR Code symbol" -HOMEPAGE="http://fukuchi.org/works/qrencode/" -SRC_URI="http://fukuchi.org/works/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="media-libs/libpng" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${PN}-3.2.0-pngregenfix.patch" )