From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66C2B138337 for ; Fri, 19 Oct 2018 09:57:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 681A0E07F6; Fri, 19 Oct 2018 09:57:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DEA0E07F6 for ; Fri, 19 Oct 2018 09:57:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35EBD335CD2 for ; Fri, 19 Oct 2018 09:57:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1268E446 for ; Fri, 19 Oct 2018 09:57:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1539942660.4a7a6f7c8a6c2eedd06d7e8cf22e493d3b943207.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/qrencode/Manifest media-gfx/qrencode/qrencode-4.0.0.ebuild X-VCS-Directories: media-gfx/qrencode/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4a7a6f7c8a6c2eedd06d7e8cf22e493d3b943207 X-VCS-Branch: master Date: Fri, 19 Oct 2018 09:57:38 +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: 43824084-8a75-4487-b768-fb9b113af90a X-Archives-Hash: edc96fa11cc99c50a01fc533e1a38a81 commit: 4a7a6f7c8a6c2eedd06d7e8cf22e493d3b943207 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 19 09:51:00 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 19 09:51:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7a6f7c media-gfx/qrencode: Drop old Signed-off-by: Michał Górny gentoo.org> media-gfx/qrencode/Manifest | 1 - media-gfx/qrencode/qrencode-4.0.0.ebuild | 39 -------------------------------- 2 files changed, 40 deletions(-) diff --git a/media-gfx/qrencode/Manifest b/media-gfx/qrencode/Manifest index 9322b519e62..317f19945c5 100644 --- a/media-gfx/qrencode/Manifest +++ b/media-gfx/qrencode/Manifest @@ -1,2 +1 @@ -DIST qrencode-4.0.0.tar.bz2 429244 BLAKE2B 45fe8afe602e7ff20b750b5a0de8a3b52b61340ebf0bbcad2ae00e4a0ff2976077b5add4e2c1358d4ca852f79f4cdb27d9dab8c726bf72ff53964661335b5a0a SHA512 d4140d77fce3a1c39735cc3e98e3a19018daaa08c870644f71727d27ffb17711e76b4ed4e51718d90d812e78df75fe575617580ea9b1bf210438f8fd1734204e DIST qrencode-4.0.2.tar.bz2 430309 BLAKE2B 1f68d2a921ba60df3a6c7381d7886b27a2876f90771d78c12d5d0fed2d6a4edb4d7da5985e2b244406a0cf3434b351fbec8b12c5944c365078ef2b227edb0acd SHA512 2429c7938e32eacbaf327c029c7745ba33259f879661a8b6470cc617c780daf5bd1d5689599151df62e84badd2568eccab6c12f157331e512ab24a3899e0f002 diff --git a/media-gfx/qrencode/qrencode-4.0.0.ebuild b/media-gfx/qrencode/qrencode-4.0.0.ebuild deleted file mode 100644 index d7cd09ed89a..00000000000 --- a/media-gfx/qrencode/qrencode-4.0.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="C library for encoding data in a QR Code symbol" -HOMEPAGE="https://fukuchi.org/works/qrencode/" -SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0/4" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="test" - -RDEPEND="media-libs/libpng:0=" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - local myconf=( - $(use_with test tests) - # TODO: figure out how to make SDL check fail as the SDL test - # program is not useful - ) - - econf "${myconf[@]}" -} - -src_test() { - cd tests || die - # the configure test checks if reconfiguring works... - sed -i -e '/configure/d' test_all.sh || die - sh test_all.sh || die -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -}