public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
Date: Thu,  7 Jun 2018 06:05:38 +0000 (UTC)	[thread overview]
Message-ID: <1528351531.32ed173a237fe2f18a8b178f0469aeeef28a4005.mgorny@gentoo> (raw)

commit:     32ed173a237fe2f18a8b178f0469aeeef28a4005
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  7 05:42:18 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun  7 06:05:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ed173a

media-gfx/qrencode: Remove buggy 4.0.1

 media-gfx/qrencode/Manifest              |  1 -
 media-gfx/qrencode/qrencode-4.0.1.ebuild | 56 --------------------------------
 2 files changed, 57 deletions(-)

diff --git a/media-gfx/qrencode/Manifest b/media-gfx/qrencode/Manifest
index 9b5119906c7..2385d4c6db7 100644
--- a/media-gfx/qrencode/Manifest
+++ b/media-gfx/qrencode/Manifest
@@ -1,4 +1,3 @@
 DIST qrencode-3.4.4.tar.bz2 369136 BLAKE2B 19e9a2089c6c22284da61dda57d1150573b72833c3e9d96d1aa8742a69cb7495b3c39b8162b0dd268e94412bbc618d1358dcfd969f12c0b3e9701414955aed46 SHA512 4835d462542e37e5460635e0dd84e291ff0976a6aec61c63f9950c1e60b446bc913220726e14f6379322bfd32ccd9bcd5fceed9ca10cb95343c952d8472b983d
 DIST qrencode-4.0.0.tar.bz2 429244 BLAKE2B 45fe8afe602e7ff20b750b5a0de8a3b52b61340ebf0bbcad2ae00e4a0ff2976077b5add4e2c1358d4ca852f79f4cdb27d9dab8c726bf72ff53964661335b5a0a SHA512 d4140d77fce3a1c39735cc3e98e3a19018daaa08c870644f71727d27ffb17711e76b4ed4e51718d90d812e78df75fe575617580ea9b1bf210438f8fd1734204e
-DIST qrencode-4.0.1.tar.bz2 430198 BLAKE2B 40c374c4619a9556fcd921b913cbc80d18d89683aa2be7316efd51561491df1d43fa0d386bc5a6fa7e7534be4bf645e2912004bba24d9c97840a6128c02d6033 SHA512 ee1d43f2f791757a7dd0c38364d0661daf1784a1bdd2c7a7fd1200d1cdde249fd9fcad4c8d2fa919db14e6f8e464badae88ec01ed646c693eddea69c97fcf9a0
 DIST qrencode-4.0.2.tar.bz2 430309 BLAKE2B 1f68d2a921ba60df3a6c7381d7886b27a2876f90771d78c12d5d0fed2d6a4edb4d7da5985e2b244406a0cf3434b351fbec8b12c5944c365078ef2b227edb0acd SHA512 2429c7938e32eacbaf327c029c7745ba33259f879661a8b6470cc617c780daf5bd1d5689599151df62e84badd2568eccab6c12f157331e512ab24a3899e0f002

diff --git a/media-gfx/qrencode/qrencode-4.0.1.ebuild b/media-gfx/qrencode/qrencode-4.0.1.ebuild
deleted file mode 100644
index 2a5a96d032f..00000000000
--- a/media-gfx/qrencode/qrencode-4.0.1.ebuild
+++ /dev/null
@@ -1,56 +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() {
-	# from upstream's test_basic.sh, which they failed to include
-	# in dist tarball
-	local t tests=(
-		test_bitstream
-		test_estimatebit
-		test_qrencode
-		test_qrinput
-		test_qrspec
-		test_rs
-		test_split
-		test_mask
-		test_mqrspec
-		test_mmask
-		test_monkey
-	)
-
-	cd tests || die
-	for t in "${tests[@]}"; do
-		einfo "Running test: ${t} ..."
-		"./${t}" || die "Test failed: ${t}"
-	done
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}


             reply	other threads:[~2018-06-07  6:05 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-07  6:05 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-24 18:04 [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/ Sam James
2024-07-06  6:35 Michał Górny
2024-07-06  6:10 Sam James
2024-07-06  6:10 Sam James
2024-07-06  6:10 Sam James
2024-07-06  6:10 Sam James
2024-07-06  6:10 Sam James
2024-07-06  6:10 Sam James
2024-07-06  5:57 Sam James
2024-06-20 17:53 Sam James
2022-05-29 20:17 Andreas K. Hüttel
2022-05-20 22:04 Andreas K. Hüttel
2022-05-08  3:10 WANG Xuerui
2022-02-14 12:01 Michał Górny
2021-03-14 21:45 Aaron Bauman
2020-11-03  9:17 Michał Górny
2020-11-03  8:45 Sam James
2020-10-28 16:18 Sam James
2020-10-26 23:51 Sergei Trofimovich
2020-10-26 23:49 Sergei Trofimovich
2020-10-26 23:47 Sergei Trofimovich
2020-10-26 23:44 Sergei Trofimovich
2020-10-25 23:19 Sam James
2020-10-25 23:08 Thomas Deutschmann
2020-09-28  9:08 Michał Górny
2020-08-30  3:36 Michał Górny
2019-04-23 22:08 Aaron Bauman
2018-10-19  9:57 Michał Górny
2018-10-09  9:30 Mikle Kolyada
2018-09-14 12:17 Tobias Klausmann
2018-09-09  1:12 Thomas Deutschmann
2018-09-07 23:03 Sergei Trofimovich
2018-09-07 22:57 Sergei Trofimovich
2018-09-07 22:54 Sergei Trofimovich
2018-09-07 22:43 Sergei Trofimovich
2018-09-07 19:04 Sergei Trofimovich
2018-09-07 14:46 Mikle Kolyada
2018-06-07  6:05 Michał Górny
2018-06-05 15:52 Michał Górny
2018-05-14 12:38 Tobias Klausmann
2018-05-03 17:12 Markus Meier
2018-04-19 22:14 Sergei Trofimovich
2018-04-19 19:42 Sergei Trofimovich
2018-04-18 21:39 Sergei Trofimovich
2018-04-18 13:54 Aaron Bauman
2018-03-28 20:55 Matt Turner
2017-09-22 15:53 Michał Górny
2017-09-22 15:53 Michał Górny
2017-09-22 15:53 Michał Górny
2017-06-29 22:22 Michał Górny
2017-06-26  8:37 Alexis Ballier
2016-12-25 22:45 Andrew Savchenko
2016-12-25 10:23 Agostino Sarubbo
2016-12-25 10:14 Agostino Sarubbo
2016-12-25 10:09 Agostino Sarubbo
2016-12-24 10:18 Agostino Sarubbo
2016-10-05 14:53 Jeroen Roovers
2016-09-04 10:21 Tobias Klausmann
2016-08-17  8:21 Jeroen Roovers
2016-08-14 19:12 Markus Meier
2016-06-12 11:39 Michał Górny
2016-06-12 11:04 Andrew Savchenko
2016-06-12 11:04 Andrew Savchenko
2016-06-12  8:00 Andrew Savchenko
2016-06-11 20:39 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1528351531.32ed173a237fe2f18a8b178f0469aeeef28a4005.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox