* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2024-07-06 6:10 Sam James
0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2024-07-06 6:10 UTC (permalink / raw
To: gentoo-commits
commit: 8b98d8f3c60940dc81e812b3ad03943f56956638
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 06:09:49 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 06:09:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b98d8f3
media-gfx/qrencode: Stabilize 4.1.1-r1 ppc, #935581
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
index 69cffe2e2b06..6bf83b4101c3 100644
--- a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0/4"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
IUSE="png test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2024-10-24 18:04 Sam James
0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2024-10-24 18:04 UTC (permalink / raw
To: gentoo-commits
commit: 8cf2706136fedd64dd52085bb94622aeadc3e1a8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 18:03:41 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 18:03:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf27061
media-gfx/qrencode: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/qrencode/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-gfx/qrencode/metadata.xml b/media-gfx/qrencode/metadata.xml
index 12c2b682079b..ddd5b9efbfc3 100644
--- a/media-gfx/qrencode/metadata.xml
+++ b/media-gfx/qrencode/metadata.xml
@@ -10,5 +10,6 @@
</use>
<upstream>
<remote-id type="cpe">cpe:/a:qrencode_project:qrencode</remote-id>
+ <remote-id type="github">fukuchi/libqrencode</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2024-07-06 6:35 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2024-07-06 6:35 UTC (permalink / raw
To: gentoo-commits
commit: 3bec1111f0587d5b46a6dc1cf2002104b10f33ad
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 06:29:46 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 06:34:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bec1111
media-gfx/qrencode: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1.ebuild | 40 --------------------------------
1 file changed, 40 deletions(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
deleted file mode 100644
index da06e19dcc0f..000000000000
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
-IUSE="png test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- png? ( media-libs/libpng:0= )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- local myconf=(
- $(use_with png)
- $(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
- ./test_basic.sh || die
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2024-07-06 6:10 Sam James
0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2024-07-06 6:10 UTC (permalink / raw
To: gentoo-commits
commit: 4e9c2d800fac3123be42e671dc238f5c89ac23c8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 06:09:47 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 06:09:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9c2d80
media-gfx/qrencode: Stabilize 4.1.1-r1 amd64, #935581
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
index 44993897eee1..69cffe2e2b06 100644
--- a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0/4"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
IUSE="png test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2024-07-06 6:10 Sam James
0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2024-07-06 6:10 UTC (permalink / raw
To: gentoo-commits
commit: b2d558a6cbe0f4689ee754ae6c3222a75d4916f3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 06:09:43 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 06:09:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d558a6
media-gfx/qrencode: Stabilize 4.1.1-r1 sparc, #935581
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
index a061408bc884..d2d22cdc94d6 100644
--- a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~arm64-macos ~x64-macos"
IUSE="png test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2024-07-06 6:10 Sam James
0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2024-07-06 6:10 UTC (permalink / raw
To: gentoo-commits
commit: e3677af8681fee143f867aed8a84e628b7d490e3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 06:09:45 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 06:09:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3677af8
media-gfx/qrencode: Stabilize 4.1.1-r1 x86, #935581
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
index d2d22cdc94d6..cf8434bb7750 100644
--- a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
IUSE="png test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2024-07-06 6:10 Sam James
0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2024-07-06 6:10 UTC (permalink / raw
To: gentoo-commits
commit: 5608f8d1d59fe8df1542242ce29b27ce7b637beb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 06:09:46 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 06:09:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5608f8d1
media-gfx/qrencode: Stabilize 4.1.1-r1 arm, #935581
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
index cf8434bb7750..44993897eee1 100644
--- a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
IUSE="png test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2024-07-06 6:10 Sam James
0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2024-07-06 6:10 UTC (permalink / raw
To: gentoo-commits
commit: e63c79896d2162fec0b4c3b0d13f483ae43dd9bd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 06:09:42 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 06:09:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63c7989
media-gfx/qrencode: Stabilize 4.1.1-r1 arm64, #935581
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
index cb590c0e0ac6..a061408bc884 100644
--- a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
IUSE="png test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2024-07-06 5:57 Sam James
0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2024-07-06 5:57 UTC (permalink / raw
To: gentoo-commits
commit: 1bb3c4402500954135e96a926d7f4c7f0ccf055c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 05:57:44 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 05:57:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb3c440
media-gfx/qrencode: Stabilize 4.1.1-r1 ppc64, #935581
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
index 50397719faa4..cb590c0e0ac6 100644
--- a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
IUSE="png test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2024-06-20 17:53 Sam James
0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2024-06-20 17:53 UTC (permalink / raw
To: gentoo-commits
commit: 739de604351be5e93d976fc298acf96366191310
Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sat Jun 15 03:56:02 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 17:53:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739de604
media-gfx/qrencode: add multilib
It's going to be required by >=ffmpeg-7.0
Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Closes: https://github.com/gentoo/gentoo/pull/37166
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1-r1.ebuild | 43 +++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
new file mode 100644
index 000000000000..50397719faa4
--- /dev/null
+++ b/media-gfx/qrencode/qrencode-4.1.1-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal
+
+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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+IUSE="png test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+multilib_src_configure() {
+ local myconf=(
+ $(multilib_native_with tools)
+ $(use_with png)
+ $(use_with test tests)
+ # TODO: figure out how to make SDL check fail as the SDL test
+ # program is not useful
+ )
+
+ ECONF_SOURCE="${S}" econf "${myconf[@]}"
+}
+
+multilib_src_test() {
+ cp "${S}"/tests/test_basic.sh "${BUILD_DIR}"/tests || die
+ cd tests || die
+ ./test_basic.sh || die
+}
+
+multilib_src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2022-05-29 20:17 Andreas K. Hüttel
0 siblings, 0 replies; 66+ messages in thread
From: Andreas K. Hüttel @ 2022-05-29 20:17 UTC (permalink / raw
To: gentoo-commits
commit: d3362b573e1808c2612f89306f10bf0f8ac57765
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 18:47:04 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 29 20:17:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3362b57
media-gfx/qrencode: builds on m68k
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index 4abfd1947f00..58e1e9cec354 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0/4"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
IUSE="png test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2022-05-20 22:04 Andreas K. Hüttel
0 siblings, 0 replies; 66+ messages in thread
From: Andreas K. Hüttel @ 2022-05-20 22:04 UTC (permalink / raw
To: gentoo-commits
commit: 485ce162e3b48e3a627e68178d2f47135357dd79
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 21:50:44 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 20 22:04:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485ce162
media-gfx/qrencode: builds on s390
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index 7979ace5564d..4abfd1947f00 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0/4"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
IUSE="png test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2022-05-08 3:10 WANG Xuerui
0 siblings, 0 replies; 66+ messages in thread
From: WANG Xuerui @ 2022-05-08 3:10 UTC (permalink / raw
To: gentoo-commits
commit: b2909c6dc0833db93092d7ec437c27d5f79421f4
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun May 8 02:24:39 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun May 8 02:24:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2909c6d
media-gfx/qrencode: keyword 4.1.1 for ~loong
Tests passed on real hardware.
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index 147bb0f0b5d4..7979ace5564d 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ 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 ~riscv sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos"
IUSE="png test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2022-02-14 12:01 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2022-02-14 12:01 UTC (permalink / raw
To: gentoo-commits
commit: 7a34377e3277a6a0e2eedd40e90452a44c55f1e6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 14 11:59:35 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 14 12:01:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a34377e
media-gfx/qrencode: Add "png" flag
Closes: https://bugs.gentoo.org/833147
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-gfx/qrencode/metadata.xml | 3 +++
media-gfx/qrencode/qrencode-4.1.1.ebuild | 8 +++++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/media-gfx/qrencode/metadata.xml b/media-gfx/qrencode/metadata.xml
index e13c48b5c567..f60e509e8b44 100644
--- a/media-gfx/qrencode/metadata.xml
+++ b/media-gfx/qrencode/metadata.xml
@@ -9,4 +9,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
+ <use>
+ <flag name="png">Enable PNG output support in qrencode tool</flag>
+ </use>
</pkgmetadata>
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index e30ccba4b199..147bb0f0b5d4 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,15 +10,17 @@ 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 ~riscv sparc x86 ~x64-macos"
-IUSE="test"
+IUSE="png test"
RESTRICT="!test? ( test )"
-RDEPEND="media-libs/libpng:0="
+RDEPEND="
+ png? ( media-libs/libpng:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
local myconf=(
+ $(use_with png)
$(use_with test tests)
# TODO: figure out how to make SDL check fail as the SDL test
# program is not useful
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2021-03-14 21:45 Aaron Bauman
0 siblings, 0 replies; 66+ messages in thread
From: Aaron Bauman @ 2021-03-14 21:45 UTC (permalink / raw
To: gentoo-commits
commit: 8113c0ec702f5390d26f1775496d6771215a1ce6
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 21:44:57 2021 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 21:45:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8113c0ec
media-gfx/qrencode: keyword x64-macos
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index 94c2c12fd48..e30ccba4b19 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ 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 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2020-11-03 9:17 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2020-11-03 9:17 UTC (permalink / raw
To: gentoo-commits
commit: 250aea442ab6eda076d575d627e2bd4fb77f2c99
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 3 08:52:02 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 3 09:17:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250aea44
media-gfx/qrencode: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-gfx/qrencode/Manifest | 2 --
media-gfx/qrencode/qrencode-4.0.2.ebuild | 38 --------------------------------
media-gfx/qrencode/qrencode-4.1.0.ebuild | 38 --------------------------------
3 files changed, 78 deletions(-)
diff --git a/media-gfx/qrencode/Manifest b/media-gfx/qrencode/Manifest
index 22d6e0cf606..bae92df9f76 100644
--- a/media-gfx/qrencode/Manifest
+++ b/media-gfx/qrencode/Manifest
@@ -1,3 +1 @@
-DIST qrencode-4.0.2.tar.bz2 430309 BLAKE2B 1f68d2a921ba60df3a6c7381d7886b27a2876f90771d78c12d5d0fed2d6a4edb4d7da5985e2b244406a0cf3434b351fbec8b12c5944c365078ef2b227edb0acd SHA512 2429c7938e32eacbaf327c029c7745ba33259f879661a8b6470cc617c780daf5bd1d5689599151df62e84badd2568eccab6c12f157331e512ab24a3899e0f002
-DIST qrencode-4.1.0.tar.bz2 449040 BLAKE2B cff4e950a436e2bb3a73543ce11639861426840db6861eefd3d641dcb14cd6b4be7c2045468a002f7599a89aa71c77f7dfc971dd726ecce0d524f9b792ea6e91 SHA512 50ccc65f748cc1007dccd8d0eee0063b870c3e8a5fe5b8b2a813881151a86748a36844bcfa6ab08c82674b80e9b5bcbfd564ade92562cc49e01cbfa45376b4a9
DIST qrencode-4.1.1.tar.bz2 461562 BLAKE2B ae3abb4a162518c0204d09c9df7434fb348e24c20e790a261841220b0a7165168137d5acbdbc53e40558724eac2e1e21786f11013f384b545d56a1c9caaff61d SHA512 981b3242c213e1b40ac88711912dd8c27ea11f3437d1a04b6b226499a6e991a8f0b3b10f818bcc104812192a1dac4ce05f16ecd847a50cb03d4859b84bad89b8
diff --git a/media-gfx/qrencode/qrencode-4.0.2.ebuild b/media-gfx/qrencode/qrencode-4.0.2.ebuild
deleted file mode 100644
index a17874b37de..00000000000
--- a/media-gfx/qrencode/qrencode-4.0.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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"
-IUSE="test"
-RESTRICT="!test? ( 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
- ./test_basic.sh || die
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/media-gfx/qrencode/qrencode-4.1.0.ebuild b/media-gfx/qrencode/qrencode-4.1.0.ebuild
deleted file mode 100644
index 0c26d1d08ec..00000000000
--- a/media-gfx/qrencode/qrencode-4.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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"
-IUSE="test"
-RESTRICT="!test? ( 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
- ./test_basic.sh || die
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2020-11-03 8:45 Sam James
0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2020-11-03 8:45 UTC (permalink / raw
To: gentoo-commits
commit: e023a1a12bd2117f70652d37a7e1d8e847696522
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 3 08:45:32 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 3 08:45:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e023a1a1
media-gfx/qrencode: Stabilize 4.1.1 amd64, #751142
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index d9e4d155ea3..4819e67172d 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2020-10-28 16:18 Sam James
0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2020-10-28 16:18 UTC (permalink / raw
To: gentoo-commits
commit: 866ded9603e75075ba0881020f83ae95585685e0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 16:16:06 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 16:18:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866ded96
media-gfx/qrencode: Stabilize 4.1.1 arm, #751142
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index 790356b393a..d9e4d155ea3 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2020-10-26 23:51 Sergei Trofimovich
0 siblings, 0 replies; 66+ messages in thread
From: Sergei Trofimovich @ 2020-10-26 23:51 UTC (permalink / raw
To: gentoo-commits
commit: e49a54fabc47ea41fcf41c8febd5568598bb79b5
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 23:50:38 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 23:50:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49a54fa
media-gfx/qrencode: stable 4.1.1 for sparc
stable wrt bug #751142
Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index b4649c8e5bd..790356b393a 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2020-10-26 23:49 Sergei Trofimovich
0 siblings, 0 replies; 66+ messages in thread
From: Sergei Trofimovich @ 2020-10-26 23:49 UTC (permalink / raw
To: gentoo-commits
commit: 559d7c921c8e1411dacdfb9700155f121e6400e1
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 23:48:26 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 23:48:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559d7c92
media-gfx/qrencode: stable 4.1.1 for ppc64
stable wrt bug #751142
Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index 765539417fd..b4649c8e5bd 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2020-10-26 23:47 Sergei Trofimovich
0 siblings, 0 replies; 66+ messages in thread
From: Sergei Trofimovich @ 2020-10-26 23:47 UTC (permalink / raw
To: gentoo-commits
commit: 8fcd95644e053a35dc837d1f1dba77de2ae2c452
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 23:46:12 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 23:46:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fcd9564
media-gfx/qrencode: stable 4.1.1 for ppc
stable wrt bug #751142
Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index a2c0a292044..765539417fd 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2020-10-26 23:44 Sergei Trofimovich
0 siblings, 0 replies; 66+ messages in thread
From: Sergei Trofimovich @ 2020-10-26 23:44 UTC (permalink / raw
To: gentoo-commits
commit: bedfe4621d441795834e7be943d6bc7a99a72273
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 23:41:30 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 23:44:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedfe462
media-gfx/qrencode: stable 4.1.1 for hppa
stable wrt bug #751142
Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index 7a6c248334c..a2c0a292044 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2020-10-25 23:19 Sam James
0 siblings, 0 replies; 66+ messages in thread
From: Sam James @ 2020-10-25 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 44ddac5b91954e9e99085aa80a4c5ace3525da66
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 23:19:19 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 23:19:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ddac5b
media-gfx/qrencode: Stabilize 4.1.1 arm64, #751142
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index 32c9f9e5cb2..7a6c248334c 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2020-10-25 23:08 Thomas Deutschmann
0 siblings, 0 replies; 66+ messages in thread
From: Thomas Deutschmann @ 2020-10-25 23:08 UTC (permalink / raw
To: gentoo-commits
commit: 724ef38eafeb525945a2a8d363067c449eecfdd1
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 22:59:11 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 22:59:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724ef38e
media-gfx/qrencode: x86 stable (bug #751142)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index 0872a133627..32c9f9e5cb2 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2020-09-28 9:08 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2020-09-28 9:08 UTC (permalink / raw
To: gentoo-commits
commit: d16edd623bb5f321e45d33b9cb803fc0874cb9cc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 07:20:20 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 09:08:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16edd62
media-gfx/qrencode: Bump to 4.1.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-gfx/qrencode/Manifest | 1 +
media-gfx/qrencode/qrencode-4.1.1.ebuild | 38 ++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-gfx/qrencode/Manifest b/media-gfx/qrencode/Manifest
index 81f3a0d3904..22d6e0cf606 100644
--- a/media-gfx/qrencode/Manifest
+++ b/media-gfx/qrencode/Manifest
@@ -1,2 +1,3 @@
DIST qrencode-4.0.2.tar.bz2 430309 BLAKE2B 1f68d2a921ba60df3a6c7381d7886b27a2876f90771d78c12d5d0fed2d6a4edb4d7da5985e2b244406a0cf3434b351fbec8b12c5944c365078ef2b227edb0acd SHA512 2429c7938e32eacbaf327c029c7745ba33259f879661a8b6470cc617c780daf5bd1d5689599151df62e84badd2568eccab6c12f157331e512ab24a3899e0f002
DIST qrencode-4.1.0.tar.bz2 449040 BLAKE2B cff4e950a436e2bb3a73543ce11639861426840db6861eefd3d641dcb14cd6b4be7c2045468a002f7599a89aa71c77f7dfc971dd726ecce0d524f9b792ea6e91 SHA512 50ccc65f748cc1007dccd8d0eee0063b870c3e8a5fe5b8b2a813881151a86748a36844bcfa6ab08c82674b80e9b5bcbfd564ade92562cc49e01cbfa45376b4a9
+DIST qrencode-4.1.1.tar.bz2 461562 BLAKE2B ae3abb4a162518c0204d09c9df7434fb348e24c20e790a261841220b0a7165168137d5acbdbc53e40558724eac2e1e21786f11013f384b545d56a1c9caaff61d SHA512 981b3242c213e1b40ac88711912dd8c27ea11f3437d1a04b6b226499a6e991a8f0b3b10f818bcc104812192a1dac4ce05f16ecd847a50cb03d4859b84bad89b8
diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild b/media-gfx/qrencode/qrencode-4.1.1.ebuild
new file mode 100644
index 00000000000..0872a133627
--- /dev/null
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+IUSE="test"
+RESTRICT="!test? ( 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
+ ./test_basic.sh || die
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2020-08-30 3:36 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2020-08-30 3:36 UTC (permalink / raw
To: gentoo-commits
commit: 37ac366be3468294a4cd87fbede43bbc9ac4dfb8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 03:27:11 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 03:35:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ac366b
media-gfx/qrencode: Bump to 4.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-gfx/qrencode/Manifest | 1 +
media-gfx/qrencode/qrencode-4.1.0.ebuild | 38 ++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-gfx/qrencode/Manifest b/media-gfx/qrencode/Manifest
index 317f19945c5..81f3a0d3904 100644
--- a/media-gfx/qrencode/Manifest
+++ b/media-gfx/qrencode/Manifest
@@ -1 +1,2 @@
DIST qrencode-4.0.2.tar.bz2 430309 BLAKE2B 1f68d2a921ba60df3a6c7381d7886b27a2876f90771d78c12d5d0fed2d6a4edb4d7da5985e2b244406a0cf3434b351fbec8b12c5944c365078ef2b227edb0acd SHA512 2429c7938e32eacbaf327c029c7745ba33259f879661a8b6470cc617c780daf5bd1d5689599151df62e84badd2568eccab6c12f157331e512ab24a3899e0f002
+DIST qrencode-4.1.0.tar.bz2 449040 BLAKE2B cff4e950a436e2bb3a73543ce11639861426840db6861eefd3d641dcb14cd6b4be7c2045468a002f7599a89aa71c77f7dfc971dd726ecce0d524f9b792ea6e91 SHA512 50ccc65f748cc1007dccd8d0eee0063b870c3e8a5fe5b8b2a813881151a86748a36844bcfa6ab08c82674b80e9b5bcbfd564ade92562cc49e01cbfa45376b4a9
diff --git a/media-gfx/qrencode/qrencode-4.1.0.ebuild b/media-gfx/qrencode/qrencode-4.1.0.ebuild
new file mode 100644
index 00000000000..0c26d1d08ec
--- /dev/null
+++ b/media-gfx/qrencode/qrencode-4.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# 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"
+IUSE="test"
+RESTRICT="!test? ( 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
+ ./test_basic.sh || die
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2019-04-23 22:08 Aaron Bauman
0 siblings, 0 replies; 66+ messages in thread
From: Aaron Bauman @ 2019-04-23 22:08 UTC (permalink / raw
To: gentoo-commits
commit: de5f29e26745c7a4388737e6495b3253090d1b2a
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 22:06:46 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 22:07:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5f29e2
media-gfx/qrencode: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
media-gfx/qrencode/qrencode-4.0.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.2.ebuild b/media-gfx/qrencode/qrencode-4.0.2.ebuild
index 14b1fb90df6..973d1bda896 100644
--- a/media-gfx/qrencode/qrencode-4.0.2.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-10-19 9:57 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2018-10-19 9:57 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-10-09 9:30 Mikle Kolyada
0 siblings, 0 replies; 66+ messages in thread
From: Mikle Kolyada @ 2018-10-09 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 982c0939fb377d687eec143372a30311b8c958e3
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 9 09:30:14 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct 9 09:30:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982c0939
media-gfx/qrencode: arm stable wrt bug #665410
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
media-gfx/qrencode/qrencode-4.0.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.2.ebuild b/media-gfx/qrencode/qrencode-4.0.2.ebuild
index 7209fbbdad1..14b1fb90df6 100644
--- a/media-gfx/qrencode/qrencode-4.0.2.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-09-14 12:17 Tobias Klausmann
0 siblings, 0 replies; 66+ messages in thread
From: Tobias Klausmann @ 2018-09-14 12:17 UTC (permalink / raw
To: gentoo-commits
commit: 5610825dbdeffb60c9ce704edb9e76504535e017
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 14 12:13:15 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Fri Sep 14 12:17:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5610825d
media-gfx/qrencode-4.0.2-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/665410
media-gfx/qrencode/qrencode-4.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.2.ebuild b/media-gfx/qrencode/qrencode-4.0.2.ebuild
index 411c01db8cf..7209fbbdad1 100644
--- a/media-gfx/qrencode/qrencode-4.0.2.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.2.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-09-09 1:12 Thomas Deutschmann
0 siblings, 0 replies; 66+ messages in thread
From: Thomas Deutschmann @ 2018-09-09 1:12 UTC (permalink / raw
To: gentoo-commits
commit: 05592b92a8f6b50cdac99576a331a04fff2e89c8
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 9 01:07:02 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 9 01:11:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05592b92
media-gfx/qrencode: x86 stable (bug #665410)
Package-Manager: Portage-2.3.49, Repoman-2.3.10
media-gfx/qrencode/qrencode-4.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.2.ebuild b/media-gfx/qrencode/qrencode-4.0.2.ebuild
index 82528744c84..411c01db8cf 100644
--- a/media-gfx/qrencode/qrencode-4.0.2.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.2.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-09-07 23:03 Sergei Trofimovich
0 siblings, 0 replies; 66+ messages in thread
From: Sergei Trofimovich @ 2018-09-07 23:03 UTC (permalink / raw
To: gentoo-commits
commit: 68dd6e4974b9e8402066fb22d178cc987c6cd246
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 7 23:02:41 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 7 23:03:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dd6e49
media-gfx/qrencode: stable 4.0.2 for ppc64, bug #665410
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"
media-gfx/qrencode/qrencode-4.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.2.ebuild b/media-gfx/qrencode/qrencode-4.0.2.ebuild
index b257e610b52..82528744c84 100644
--- a/media-gfx/qrencode/qrencode-4.0.2.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.2.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-09-07 22:57 Sergei Trofimovich
0 siblings, 0 replies; 66+ messages in thread
From: Sergei Trofimovich @ 2018-09-07 22:57 UTC (permalink / raw
To: gentoo-commits
commit: 6370d33c5ca431b300b0ca7ff22a8f1dad21060e
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 7 22:57:06 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 7 22:57:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6370d33c
media-gfx/qrencode: stable 4.0.2 for hppa, bug #665410
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"
media-gfx/qrencode/qrencode-4.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.2.ebuild b/media-gfx/qrencode/qrencode-4.0.2.ebuild
index 0a2ffabfff9..b257e610b52 100644
--- a/media-gfx/qrencode/qrencode-4.0.2.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.2.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-09-07 22:54 Sergei Trofimovich
0 siblings, 0 replies; 66+ messages in thread
From: Sergei Trofimovich @ 2018-09-07 22:54 UTC (permalink / raw
To: gentoo-commits
commit: 0cdf9ed987788780c953c910717bebe0f9f06653
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 7 22:53:24 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 7 22:54:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cdf9ed9
media-gfx/qrencode: stable 4.0.2 for ppc, bug #665410
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"
media-gfx/qrencode/qrencode-4.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.2.ebuild b/media-gfx/qrencode/qrencode-4.0.2.ebuild
index 125d75451d4..0a2ffabfff9 100644
--- a/media-gfx/qrencode/qrencode-4.0.2.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.2.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-09-07 22:43 Sergei Trofimovich
0 siblings, 0 replies; 66+ messages in thread
From: Sergei Trofimovich @ 2018-09-07 22:43 UTC (permalink / raw
To: gentoo-commits
commit: c934ab3ad5999da9f5ccd3809a57686a1827055d
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 7 22:43:05 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 7 22:43:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c934ab3a
media-gfx/qrencode: stable 4.0.2 for ia64, bug #665410
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"
media-gfx/qrencode/qrencode-4.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.2.ebuild b/media-gfx/qrencode/qrencode-4.0.2.ebuild
index 05007f81b67..125d75451d4 100644
--- a/media-gfx/qrencode/qrencode-4.0.2.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.2.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-09-07 19:04 Sergei Trofimovich
0 siblings, 0 replies; 66+ messages in thread
From: Sergei Trofimovich @ 2018-09-07 19:04 UTC (permalink / raw
To: gentoo-commits
commit: e27dde1337d0526fd8960b245cfb7be6bc0594c8
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Sep 7 14:44:10 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 7 19:04:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27dde13
media-gfx/qrencode: stable 4.0.2 for sparc, bug #665410
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
media-gfx/qrencode/qrencode-4.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.2.ebuild b/media-gfx/qrencode/qrencode-4.0.2.ebuild
index a10af22fdab..05007f81b67 100644
--- a/media-gfx/qrencode/qrencode-4.0.2.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.2.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-09-07 14:46 Mikle Kolyada
0 siblings, 0 replies; 66+ messages in thread
From: Mikle Kolyada @ 2018-09-07 14:46 UTC (permalink / raw
To: gentoo-commits
commit: f6ba1c9043b6bbedd568f5ae2e3f0540f5ed1620
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 7 14:44:54 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Sep 7 14:46:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ba1c90
media-gfx/qrencode: amd64 stable wrt bug #665410
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-gfx/qrencode/qrencode-4.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.2.ebuild b/media-gfx/qrencode/qrencode-4.0.2.ebuild
index a12c5fe02c0..a10af22fdab 100644
--- a/media-gfx/qrencode/qrencode-4.0.2.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.2.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-06-07 6:05 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2018-06-07 6:05 UTC (permalink / raw
To: gentoo-commits
commit: a85f3ddef902bb84871dd988af44d4361be1e5fc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 7 05:42:08 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 7 06:05:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85f3dde
media-gfx/qrencode: Bump to 4.0.2 (bugfix)
media-gfx/qrencode/Manifest | 1 +
media-gfx/qrencode/qrencode-4.0.2.ebuild | 37 ++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/media-gfx/qrencode/Manifest b/media-gfx/qrencode/Manifest
index 37ade00b7c6..9b5119906c7 100644
--- a/media-gfx/qrencode/Manifest
+++ b/media-gfx/qrencode/Manifest
@@ -1,3 +1,4 @@
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.2.ebuild b/media-gfx/qrencode/qrencode-4.0.2.ebuild
new file mode 100644
index 00000000000..a12c5fe02c0
--- /dev/null
+++ b/media-gfx/qrencode/qrencode-4.0.2.ebuild
@@ -0,0 +1,37 @@
+# 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
+ ./test_basic.sh || die
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-06-07 6:05 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2018-06-07 6:05 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-06-05 15:52 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2018-06-05 15:52 UTC (permalink / raw
To: gentoo-commits
commit: e0b2ded8695ba9c9d1e9a1c1b5d35337390db278
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 5 15:47:35 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 5 15:52:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b2ded8
media-gfx/qrencode: Bump to 4.0.1
media-gfx/qrencode/Manifest | 1 +
media-gfx/qrencode/qrencode-4.0.1.ebuild | 56 ++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/media-gfx/qrencode/Manifest b/media-gfx/qrencode/Manifest
index 15ca20000cf..37ade00b7c6 100644
--- a/media-gfx/qrencode/Manifest
+++ b/media-gfx/qrencode/Manifest
@@ -1,2 +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
diff --git a/media-gfx/qrencode/qrencode-4.0.1.ebuild b/media-gfx/qrencode/qrencode-4.0.1.ebuild
new file mode 100644
index 00000000000..2a5a96d032f
--- /dev/null
+++ b/media-gfx/qrencode/qrencode-4.0.1.ebuild
@@ -0,0 +1,56 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-05-14 12:38 Tobias Klausmann
0 siblings, 0 replies; 66+ messages in thread
From: Tobias Klausmann @ 2018-05-14 12:38 UTC (permalink / raw
To: gentoo-commits
commit: 6f885fee62a6a3d64f3ddcacda5a305666befc27
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 12:09:56 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon May 14 12:38:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f885fee
media-gfx/qrencode-4.0.0-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/651588
media-gfx/qrencode/qrencode-4.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.0.ebuild b/media-gfx/qrencode/qrencode-4.0.0.ebuild
index 38e4f99e33d..045d6eb3961 100644
--- a/media-gfx/qrencode/qrencode-4.0.0.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.0.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-05-03 17:12 Markus Meier
0 siblings, 0 replies; 66+ messages in thread
From: Markus Meier @ 2018-05-03 17:12 UTC (permalink / raw
To: gentoo-commits
commit: 32d70cf1aec05d0a64a9aca2527c0a4e1c30d1bb
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu May 3 17:10:59 2018 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu May 3 17:10:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d70cf1
media-gfx/qrencode: arm stable, bug #651588
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
media-gfx/qrencode/qrencode-4.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.0.ebuild b/media-gfx/qrencode/qrencode-4.0.0.ebuild
index e176ad0e92f..38e4f99e33d 100644
--- a/media-gfx/qrencode/qrencode-4.0.0.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.0.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-04-19 22:14 Sergei Trofimovich
0 siblings, 0 replies; 66+ messages in thread
From: Sergei Trofimovich @ 2018-04-19 22:14 UTC (permalink / raw
To: gentoo-commits
commit: f791b885135350070ca7016d78ee63e9689a80b8
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 19 22:12:57 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Apr 19 22:12:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f791b885
media-gfx/qrencode: stable 4.0.0 for ppc64, bug #651588
Bug: https://bugs.gentoo.org/651588
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"
media-gfx/qrencode/qrencode-4.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.0.ebuild b/media-gfx/qrencode/qrencode-4.0.0.ebuild
index 6933007f4da..313a44bd4d0 100644
--- a/media-gfx/qrencode/qrencode-4.0.0.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.0.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-04-19 19:42 Sergei Trofimovich
0 siblings, 0 replies; 66+ messages in thread
From: Sergei Trofimovich @ 2018-04-19 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 80a6183bed3140535236ca8bb665868287c254c5
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Apr 19 16:34:04 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Apr 19 19:41:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a6183b
media-gfx/qrencode: stable 4.0.0 for sparc
Bug: https://bugs.gentoo.org/651588
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
media-gfx/qrencode/qrencode-4.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.0.ebuild b/media-gfx/qrencode/qrencode-4.0.0.ebuild
index cafc959fa02..6933007f4da 100644
--- a/media-gfx/qrencode/qrencode-4.0.0.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.0.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-04-18 21:39 Sergei Trofimovich
0 siblings, 0 replies; 66+ messages in thread
From: Sergei Trofimovich @ 2018-04-18 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 44f2472b1a562b149eca548f62f9fe58eb964c63
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 21:37:59 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 21:38:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f2472b
media-gfx/qrencode: stable 4.0.0 for ia64, bug #651588
Bug: https://bugs.gentoo.org/651588
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
media-gfx/qrencode/qrencode-4.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.0.ebuild b/media-gfx/qrencode/qrencode-4.0.0.ebuild
index 3f4f919a19b..cafc959fa02 100644
--- a/media-gfx/qrencode/qrencode-4.0.0.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.0.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-04-18 13:54 Aaron Bauman
0 siblings, 0 replies; 66+ messages in thread
From: Aaron Bauman @ 2018-04-18 13:54 UTC (permalink / raw
To: gentoo-commits
commit: 577dc41e9a08e148bd01df7b036cbd356ad61403
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 13:53:14 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 13:53:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577dc41e
media-gfx/qrencode: amd64 stable wrt bug #651588
Bug: https://bugs.gentoo.org/651588
Package-Manager: Portage-2.3.29, Repoman-2.3.9
media-gfx/qrencode/qrencode-4.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.0.ebuild b/media-gfx/qrencode/qrencode-4.0.0.ebuild
index 2a64ffeaa65..3f4f919a19b 100644
--- a/media-gfx/qrencode/qrencode-4.0.0.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2018-03-28 20:55 Matt Turner
0 siblings, 0 replies; 66+ messages in thread
From: Matt Turner @ 2018-03-28 20:55 UTC (permalink / raw
To: gentoo-commits
commit: 243be30d52e9748617560060c0df8c2ec90a8d4c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 20:54:36 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 20:54:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243be30d
media-gfx/qrencode-4.0.0: added ~mips
media-gfx/qrencode/qrencode-4.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.0.ebuild b/media-gfx/qrencode/qrencode-4.0.0.ebuild
index 76deeee294d..2a64ffeaa65 100644
--- a/media-gfx/qrencode/qrencode-4.0.0.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2017-09-22 15:53 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2017-09-22 15:53 UTC (permalink / raw
To: gentoo-commits
commit: 0363fe1690fee7567dc1159cb14cf187389778d2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 15:51:08 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 15:53:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0363fe16
media-gfx/qrencode: Remove .la file
media-gfx/qrencode/qrencode-4.0.0.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/media-gfx/qrencode/qrencode-4.0.0.ebuild b/media-gfx/qrencode/qrencode-4.0.0.ebuild
index fba7ff05361..76deeee294d 100644
--- a/media-gfx/qrencode/qrencode-4.0.0.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.0.ebuild
@@ -32,3 +32,8 @@ src_test() {
sed -i -e '/configure/d' test_all.sh || die
sh test_all.sh || die
}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2017-09-22 15:53 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2017-09-22 15:53 UTC (permalink / raw
To: gentoo-commits
commit: be6d695bc9c3f8d993c0665d38051e1c2eb6158c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 15:28:54 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 15:53:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6d695b
media-gfx/qrencode: Bump to 4.0.0
media-gfx/qrencode/Manifest | 1 +
media-gfx/qrencode/qrencode-4.0.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/media-gfx/qrencode/Manifest b/media-gfx/qrencode/Manifest
index 495eacbed6a..4a5fc163eea 100644
--- a/media-gfx/qrencode/Manifest
+++ b/media-gfx/qrencode/Manifest
@@ -1 +1,2 @@
DIST qrencode-3.4.4.tar.bz2 369136 SHA256 efe5188b1ddbcbf98763b819b146be6a90481aac30cfc8d858ab78a19cde1fa5 SHA512 4835d462542e37e5460635e0dd84e291ff0976a6aec61c63f9950c1e60b446bc913220726e14f6379322bfd32ccd9bcd5fceed9ca10cb95343c952d8472b983d WHIRLPOOL fb5ce83ba422c361717514956e72157b5d611dc7eb33416bc621ec3fb57032ff57c3aa2eb1b1d5780608649d3424ed312c5cf7c15718baa5042542b3a42987fa
+DIST qrencode-4.0.0.tar.bz2 429244 SHA256 c90035e16921117d4086a7fdee65aab85be32beb4a376f6b664b8a425d327d0b SHA512 d4140d77fce3a1c39735cc3e98e3a19018daaa08c870644f71727d27ffb17711e76b4ed4e51718d90d812e78df75fe575617580ea9b1bf210438f8fd1734204e WHIRLPOOL 1418922ee5b8ba73ccb89417cfbbfb6fdd93520d1ab73587cc4bae97816ae9d88a91ebf5a73aef136c50b5ff33d6f7939c87029aef614ccbb71de1dd93410203
diff --git a/media-gfx/qrencode/qrencode-4.0.0.ebuild b/media-gfx/qrencode/qrencode-4.0.0.ebuild
new file mode 100644
index 00000000000..2aac6949907
--- /dev/null
+++ b/media-gfx/qrencode/qrencode-4.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 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 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="media-libs/libpng:0="
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_configure() {
+ local myconf=(
+ --disable-tests
+ )
+
+ econf "${myconf[@]}"
+}
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2017-09-22 15:53 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2017-09-22 15:53 UTC (permalink / raw
To: gentoo-commits
commit: 22033442be80f35833f4bf7a2688845edb66a4bb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 15:50:26 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 15:53:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22033442
media-gfx/qrencode: Enable tests
media-gfx/qrencode/qrencode-4.0.0.ebuild | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/media-gfx/qrencode/qrencode-4.0.0.ebuild b/media-gfx/qrencode/qrencode-4.0.0.ebuild
index 2aac6949907..fba7ff05361 100644
--- a/media-gfx/qrencode/qrencode-4.0.0.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0/4"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
+IUSE="test"
RDEPEND="media-libs/libpng:0="
DEPEND="${RDEPEND}
@@ -18,8 +18,17 @@ DEPEND="${RDEPEND}
src_configure() {
local myconf=(
- --disable-tests
+ $(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
+}
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2017-06-29 22:22 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2017-06-29 22:22 UTC (permalink / raw
To: gentoo-commits
commit: c7bf341e0ae5e915f8b9704708ef1c997736bd53
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 21:20:57 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:22:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bf341e
media-gfx/qrencode: Switch to https://
media-gfx/qrencode/qrencode-3.4.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
index cd513133dd2..d08b8dbfe7e 100644
--- a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=6
inherit autotools
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"
+HOMEPAGE="https://fukuchi.org/works/qrencode/"
+SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2017-06-26 8:37 Alexis Ballier
0 siblings, 0 replies; 66+ messages in thread
From: Alexis Ballier @ 2017-06-26 8:37 UTC (permalink / raw
To: gentoo-commits
commit: a248f1de25f0a5d0597d48a4b4028f3e33a37c84
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 08:28:28 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 08:37:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a248f1de
media-gfx/qrencode: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-gfx/qrencode/qrencode-3.4.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
index e25dbfe7b76..cd513133dd2 100644
--- a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-12-25 22:45 Andrew Savchenko
0 siblings, 0 replies; 66+ messages in thread
From: Andrew Savchenko @ 2016-12-25 22:45 UTC (permalink / raw
To: gentoo-commits
commit: 571f41ce3e41892930a47e2ee40b9b0f780defe3
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 22:30:30 2016 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 22:30:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=571f41ce
media-gfx/qrencode: remove old
Package-Manager: portage-2.3.3
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
media-gfx/qrencode/Manifest | 2 --
media-gfx/qrencode/qrencode-3.3.1.ebuild | 24 ------------------------
media-gfx/qrencode/qrencode-3.4.3.ebuild | 24 ------------------------
3 files changed, 50 deletions(-)
diff --git a/media-gfx/qrencode/Manifest b/media-gfx/qrencode/Manifest
index a0b6d93..495eacb 100644
--- a/media-gfx/qrencode/Manifest
+++ b/media-gfx/qrencode/Manifest
@@ -1,3 +1 @@
-DIST qrencode-3.3.1.tar.bz2 365432 SHA256 7ad730379a9352051940c3be58cf4c6d548525f378551cb33e9c709c419adb9b SHA512 28eddb96264faefc3ae1e8c45961b685ee76e061f3e8d201661f572aa09661573afdb76596c3c41d6d94bd381898a8d22338c6cee3ffd3fc8fe4c78715922873 WHIRLPOOL b95c7c18b4e2e766ee43c1028c4f1255890a4d56304e3fd372733a1f908d34a5e9793f09b515e49c4f547aaf5f5aa358867f17d717d81bcd41f45cd4f28a2d3c
-DIST qrencode-3.4.3.tar.bz2 370709 SHA256 dfd71487513c871bad485806bfd1fdb304dedc84d2b01a8fb8e0940b50597a98 SHA512 eba9d6220d0d5e08da614bd05904a08e11c45b7b293c45aa8417345c3267eae8790e83d9338b6cbadbd3fe15ac4579e0fb9e4e23b4f7e1d56e5fb3729afb9cf5 WHIRLPOOL 02b60e306fc2365de0be0f02619f1e5a3dcf783024845872d23940a4b720bf8a2b89255e95898c2a7323a93c8f4210b4362b30c0fc2ff1ae90d4850f344bd675
DIST qrencode-3.4.4.tar.bz2 369136 SHA256 efe5188b1ddbcbf98763b819b146be6a90481aac30cfc8d858ab78a19cde1fa5 SHA512 4835d462542e37e5460635e0dd84e291ff0976a6aec61c63f9950c1e60b446bc913220726e14f6379322bfd32ccd9bcd5fceed9ca10cb95343c952d8472b983d WHIRLPOOL fb5ce83ba422c361717514956e72157b5d611dc7eb33416bc621ec3fb57032ff57c3aa2eb1b1d5780608649d3424ed312c5cf7c15718baa5042542b3a42987fa
diff --git a/media-gfx/qrencode/qrencode-3.3.1.ebuild b/media-gfx/qrencode/qrencode-3.3.1.ebuild
deleted file mode 100644
index 9356dc2..00000000
--- a/media-gfx/qrencode/qrencode-3.3.1.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=4
-
-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 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="media-libs/libpng"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-3.2.0-pngregenfix.patch" )
diff --git a/media-gfx/qrencode/qrencode-3.4.3.ebuild b/media-gfx/qrencode/qrencode-3.4.3.ebuild
deleted file mode 100644
index 033cae8..00000000
--- a/media-gfx/qrencode/qrencode-3.4.3.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=4
-
-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" )
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-12-25 10:23 Agostino Sarubbo
0 siblings, 0 replies; 66+ messages in thread
From: Agostino Sarubbo @ 2016-12-25 10:23 UTC (permalink / raw
To: gentoo-commits
commit: b4bafb380a57daaec440eae1b83568edd6a8a24a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 10:20:50 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 10:20:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4bafb38
media-gfx/qrencode: ppc stable wrt bug #589142
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/qrencode/qrencode-3.4.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
index d462bc0..28b737f 100644
--- a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-12-25 10:14 Agostino Sarubbo
0 siblings, 0 replies; 66+ messages in thread
From: Agostino Sarubbo @ 2016-12-25 10:14 UTC (permalink / raw
To: gentoo-commits
commit: f534a432b10f95fcefc9e31064fae22c507a8a45
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 10:14:16 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 10:14:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f534a432
media-gfx/qrencode: ia64 stable wrt bug #589142
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/qrencode/qrencode-3.4.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
index c4cb951..d462bc0 100644
--- a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-12-25 10:09 Agostino Sarubbo
0 siblings, 0 replies; 66+ messages in thread
From: Agostino Sarubbo @ 2016-12-25 10:09 UTC (permalink / raw
To: gentoo-commits
commit: bd9449a2f326ebb1ddf8d75eedd0bf47d8e7045d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 10:08:26 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 10:08:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9449a2
media-gfx/qrencode: sparc stable wrt bug #589142
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/qrencode/qrencode-3.4.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
index 5b1b111..c4cb951 100644
--- a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-12-24 10:18 Agostino Sarubbo
0 siblings, 0 replies; 66+ messages in thread
From: Agostino Sarubbo @ 2016-12-24 10:18 UTC (permalink / raw
To: gentoo-commits
commit: 3149492e2dfb91c9ae4fffb719406923f9a46119
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 10:17:04 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 10:17:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3149492e
media-gfx/qrencode: x86 stable wrt bug #589142
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/qrencode/qrencode-3.4.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
index 59c6588..5b1b111 100644
--- a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-10-05 14:53 Jeroen Roovers
0 siblings, 0 replies; 66+ messages in thread
From: Jeroen Roovers @ 2016-10-05 14:53 UTC (permalink / raw
To: gentoo-commits
commit: 33ee4c69beed189c7138b3a2a72624be2dd8c569
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 5 14:51:45 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Oct 5 14:53:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ee4c69
media-gfx/qrencode: Stable for PPC64 (bug #589142).
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
media-gfx/qrencode/qrencode-3.4.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
index 83f17b3..59c6588 100644
--- a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-09-04 10:21 Tobias Klausmann
0 siblings, 0 replies; 66+ messages in thread
From: Tobias Klausmann @ 2016-09-04 10:21 UTC (permalink / raw
To: gentoo-commits
commit: 63d4b8ab7fe16b88ec2191afeb5e4c2685de3775
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 10:20:56 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Sep 4 10:20:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d4b8ab
media-gfx/qrencode-3.4.4-r1: add alpha keyword
Gentoo-Bug: 589142
media-gfx/qrencode/qrencode-3.4.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
index 06b3b8c..95e22f5 100644
--- a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-08-17 8:21 Jeroen Roovers
0 siblings, 0 replies; 66+ messages in thread
From: Jeroen Roovers @ 2016-08-17 8:21 UTC (permalink / raw
To: gentoo-commits
commit: 818f0abfc2ff20046b6db97b759ff1520d89f289
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 08:21:09 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 08:21:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818f0abf
media-gfx/qrencode: Stable for HPPA (bug #589142).
Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches
media-gfx/qrencode/qrencode-3.4.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
index f15c459..06b3b8c 100644
--- a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-08-14 19:12 Markus Meier
0 siblings, 0 replies; 66+ messages in thread
From: Markus Meier @ 2016-08-14 19:12 UTC (permalink / raw
To: gentoo-commits
commit: 52f46d01976bbd33711a5ef22692cee0771de0e5
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 19:11:56 2016 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 19:11:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f46d01
media-gfx/qrencode: arm stable, bug #589142
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
media-gfx/qrencode/qrencode-3.4.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
index c786baf..f15c459 100644
--- a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="media-libs/libpng:0="
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-06-12 11:39 Michał Górny
0 siblings, 0 replies; 66+ messages in thread
From: Michał Górny @ 2016-06-12 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 52b16c10d6c3646c6be534a0f7f8110c03acf448
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 11:39:26 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 11:39:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b16c10
media-gfx/qrencode: Add myself as co-maint
media-gfx/qrencode/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/media-gfx/qrencode/metadata.xml b/media-gfx/qrencode/metadata.xml
index b4a27e9..c967888 100644
--- a/media-gfx/qrencode/metadata.xml
+++ b/media-gfx/qrencode/metadata.xml
@@ -5,4 +5,8 @@
<email>bircoph@gentoo.org</email>
<name>Andrew Savchenko</name>
</maintainer>
+ <maintainer type="person">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-06-12 11:04 Andrew Savchenko
0 siblings, 0 replies; 66+ messages in thread
From: Andrew Savchenko @ 2016-06-12 11:04 UTC (permalink / raw
To: gentoo-commits
commit: 11f40351d40ebc37dea3a5577e59bd9667bafe85
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 11:02:33 2016 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> 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 <bircoph <AT> 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" )
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-06-12 11:04 Andrew Savchenko
0 siblings, 0 replies; 66+ messages in thread
From: Andrew Savchenko @ 2016-06-12 11:04 UTC (permalink / raw
To: gentoo-commits
commit: 8ec9574c61ef2679401968b895c16c9dc2619c3a
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 10:59:11 2016 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 11:03:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec9574c
media-gfx/qrencode: port to EAPI 6
Package-Manager: portage-2.3.0_rc1
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
media-gfx/qrencode/qrencode-3.4.4-r1.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
new file mode 100644
index 0000000..c786baf
--- /dev/null
+++ b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+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:0="
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-3.2.0-pngregenfix.patch" )
+
+src_prepare() {
+ default
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-06-12 8:00 Andrew Savchenko
0 siblings, 0 replies; 66+ messages in thread
From: Andrew Savchenko @ 2016-06-12 8:00 UTC (permalink / raw
To: gentoo-commits
commit: a3661345c98b3ad4df52b7e7198a9813b642b029
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 07:58:18 2016 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 07:59:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3661345
media-gfx/qrencode: take an orphaned package
Package-Manager: portage-2.3.0_rc1
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
media-gfx/qrencode/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/media-gfx/qrencode/metadata.xml b/media-gfx/qrencode/metadata.xml
index 097975e..b4a27e9 100644
--- a/media-gfx/qrencode/metadata.xml
+++ b/media-gfx/qrencode/metadata.xml
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>bircoph@gentoo.org</email>
+ <name>Andrew Savchenko</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 66+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/
@ 2016-06-11 20:39 Pacho Ramos
0 siblings, 0 replies; 66+ messages in thread
From: Pacho Ramos @ 2016-06-11 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 0b2b25fa1cbcab692e7ea17737f69edc1ae7d560
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 20:35:11 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 20:38:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2b25fa
media-gfx/qrencode: Cleanup due to #261692
Package-Manager: portage-2.3.0_rc1
media-gfx/qrencode/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/media-gfx/qrencode/metadata.xml b/media-gfx/qrencode/metadata.xml
index 65c9cad..097975e 100644
--- a/media-gfx/qrencode/metadata.xml
+++ b/media-gfx/qrencode/metadata.xml
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>joker@gentoo.org</email>
- <name>Christian Birchinger</name>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 66+ messages in thread
end of thread, other threads:[~2024-10-24 18:04 UTC | newest]
Thread overview: 66+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-06 6:10 [gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-10-24 18:04 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 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-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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox