commit:     4a7a6f7c8a6c2eedd06d7e8cf22e493d3b943207
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 19 09:51:00 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
-}

Reply via email to