* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-JPEG-Lite/
@ 2016-04-26 20:03 Andreas Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2016-04-26 20:03 UTC (permalink / raw
To: gentoo-commits
commit: 31a00dd933347ec16442bd7fe15416199aa5e8c2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 23:21:35 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 20:02:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a00dd9
dev-perl/Tk-JPEG-Lite: Bump to version 2.15.0
- EAPI6
- Use VirtualX For Tk testing.
Upstream:
- Migrate to a -lite suffixed bin like we did.
Keywording:
- New dependency, loses:
~ia64 ~ppc ~sparc
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
dev-perl/Tk-JPEG-Lite/Manifest | 1 +
dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild | 25 ++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-perl/Tk-JPEG-Lite/Manifest b/dev-perl/Tk-JPEG-Lite/Manifest
index a6a7581..2db296e 100644
--- a/dev-perl/Tk-JPEG-Lite/Manifest
+++ b/dev-perl/Tk-JPEG-Lite/Manifest
@@ -1 +1,2 @@
DIST Tk-JPEG-Lite-2.01403.tar.gz 19328 SHA256 efec0b2135acde51a73990ba04b2222d18f55abc6699b65dae18bba231702271 SHA512 1c90cadbaff4a9ba39eec7e83d82ccba262d320dfe82968a7ed8b9c2eaec76d24f10177fd70425f2072b498fdd0ef19720af737fff667187a7be5712977c42c5 WHIRLPOOL 10f88ec971eb2c3f9d91c7d8cfc63a065a87568cd3ee644d470932974586aa0c6c37fe8bfa3dbbd1e235a2dfa6da93ab49ecc2da045e4ae802ac778467d97f79
+DIST Tk-JPEG-Lite-2.015.tar.gz 21406 SHA256 a60cb81b45f6af69a838516a29619ed3f353a23a5bf7de0931140cc33817274d SHA512 959586f7cdfa516fc05eac352d626367fc5cf37f452713afea1d87e017f427c15c425a722e66db66d90dc98f942831e5437a4c8a2aac3179824105481a28c1a8 WHIRLPOOL 85cbd81618d5183cffc5f60adb151b4637a3e7946b0752bc4d81995cd10f71a5f1dc1655a6132c071f5fde86d6971f63dc442a84420e138adb8a8ddfa94495a2
diff --git a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
new file mode 100644
index 0000000..616a2be
--- /dev/null
+++ b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SREZIC
+DIST_VERSION=2.015
+inherit perl-module virtualx
+
+DESCRIPTION="lite JPEG loader for Tk::Photo"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/jpeg:0
+ >=dev-perl/Tk-800.15.0"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.580.0
+ dev-perl/Devel-CheckLib
+"
+src_test() {
+ virtx perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-JPEG-Lite/
@ 2018-09-02 11:48 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2018-09-02 11:48 UTC (permalink / raw
To: gentoo-commits
commit: 8dddbaaa6aed4aacd78434488eb3f39c59eeec9c
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Sep 2 11:26:30 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 2 11:48:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dddbaaa
dev-perl/Tk-JPEG-Lite: keyworded 2.15.0 for sparc, bug #665088
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
index 6af276e1845..dbf6ca8dc81 100644
--- a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
+++ b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module virtualx
DESCRIPTION="lite JPEG loader for Tk::Photo"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
RDEPEND="virtual/jpeg:0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-JPEG-Lite/
@ 2018-09-07 22:37 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2018-09-07 22:37 UTC (permalink / raw
To: gentoo-commits
commit: 151e3a2c937b9e4de488d9a5dd116a7c5137741b
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 7 22:36:54 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 7 22:37:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151e3a2c
dev-perl/Tk-JPEG-Lite: keyworded 2.15.0 for ia64, bug #665088
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"
dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
index dbf6ca8dc81..01705264aab 100644
--- a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
+++ b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
DESCRIPTION="lite JPEG loader for Tk::Photo"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
IUSE=""
RDEPEND="virtual/jpeg:0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-JPEG-Lite/
@ 2018-09-07 22:47 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2018-09-07 22:47 UTC (permalink / raw
To: gentoo-commits
commit: fa830bd74cf7addb31318c9e993b7bc1f8ceeb42
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 7 22:45:31 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 7 22:45:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa830bd7
dev-perl/Tk-JPEG-Lite: keyworded 2.15.0 for ppc, bug #665088
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"
dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
index 01705264aab..158ec4b3c11 100644
--- a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
+++ b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
DESCRIPTION="lite JPEG loader for Tk::Photo"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="virtual/jpeg:0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-JPEG-Lite/
@ 2018-09-30 18:52 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2018-09-30 18:52 UTC (permalink / raw
To: gentoo-commits
commit: f49f47c37756cdfdd19c13ca07329fab920c9cc5
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Sep 30 15:28:20 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 18:52:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49f47c3
dev-perl/Tk-JPEG-Lite: stable 2.15.0 for sparc, bug #667266
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
index 158ec4b3c11..07c9f8a6212 100644
--- a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
+++ b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
DESCRIPTION="lite JPEG loader for Tk::Photo"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86"
IUSE=""
RDEPEND="virtual/jpeg:0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-JPEG-Lite/
@ 2018-10-01 0:07 Thomas Deutschmann
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2018-10-01 0:07 UTC (permalink / raw
To: gentoo-commits
commit: 06c03c62816a5757360a451b5a092f57a7fdb629
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 23:51:11 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Oct 1 00:06:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c03c62
dev-perl/Tk-JPEG-Lite: x86 stable (bug #667266)
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
index 07c9f8a6212..4bc663c79b9 100644
--- a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
+++ b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.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
@@ -10,7 +10,7 @@ inherit perl-module virtualx
DESCRIPTION="lite JPEG loader for Tk::Photo"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc sparc x86"
IUSE=""
RDEPEND="virtual/jpeg:0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-JPEG-Lite/
@ 2018-10-02 7:33 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2018-10-02 7:33 UTC (permalink / raw
To: gentoo-commits
commit: 976695643b4fbf7db7e1b0cc3308e491810a19e4
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 1 23:24:06 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Oct 2 07:33:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97669564
dev-perl/Tk-JPEG-Lite: stable 2.15.0 for ia64, bug #667266
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"
dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
index 4bc663c79b9..ef257be3fb1 100644
--- a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
+++ b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
DESCRIPTION="lite JPEG loader for Tk::Photo"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc sparc x86"
+KEYWORDS="~amd64 ia64 ~ppc sparc x86"
IUSE=""
RDEPEND="virtual/jpeg:0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-JPEG-Lite/
@ 2018-11-23 13:06 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2018-11-23 13:06 UTC (permalink / raw
To: gentoo-commits
commit: a2020c535286a6746fd7c4423551acf7f17c7d00
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 13:06:32 2018 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 13:06:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2020c53
dev-perl/Tk-JPEG-Lite: amd64 stable wrt bug #667266
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
index ef257be3fb1..d0a7db1d7b3 100644
--- a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
+++ b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
DESCRIPTION="lite JPEG loader for Tk::Photo"
SLOT="0"
-KEYWORDS="~amd64 ia64 ~ppc sparc x86"
+KEYWORDS="amd64 ia64 ~ppc sparc x86"
IUSE=""
RDEPEND="virtual/jpeg:0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-JPEG-Lite/
@ 2021-05-11 23:12 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-05-11 23:12 UTC (permalink / raw
To: gentoo-commits
commit: 87fc022fcef17a4c8273db414b3c3a67b297fa4b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 11 22:51:36 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 11 23:11:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fc022f
dev-perl/Tk-JPEG-Lite: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Tk-JPEG-Lite/Manifest | 1 -
.../Tk-JPEG-Lite/Tk-JPEG-Lite-2.14.30-r1.ebuild | 30 ----------------------
2 files changed, 31 deletions(-)
diff --git a/dev-perl/Tk-JPEG-Lite/Manifest b/dev-perl/Tk-JPEG-Lite/Manifest
index 8ff9933cc0f..4df052a75ca 100644
--- a/dev-perl/Tk-JPEG-Lite/Manifest
+++ b/dev-perl/Tk-JPEG-Lite/Manifest
@@ -1,2 +1 @@
-DIST Tk-JPEG-Lite-2.01403.tar.gz 19328 BLAKE2B c5b67db84cbc6fa74fb586eadcbf84909d62dd7bc99ea04986e3601c0a51cb5878af1e84452e6a297eb056fcd9fcf7f3bfc00ef091e634cbd814b37ca05e20a1 SHA512 1c90cadbaff4a9ba39eec7e83d82ccba262d320dfe82968a7ed8b9c2eaec76d24f10177fd70425f2072b498fdd0ef19720af737fff667187a7be5712977c42c5
DIST Tk-JPEG-Lite-2.015.tar.gz 21406 BLAKE2B a9499ef3a8fdec43d184e385885ca18926f70f972b47bc3871b15bf7660e22cd8477ee04c9eaa66548cf435055d283428134523cfd67c33f6bfb4a3e8667635d SHA512 959586f7cdfa516fc05eac352d626367fc5cf37f452713afea1d87e017f427c15c425a722e66db66d90dc98f942831e5437a4c8a2aac3179824105481a28c1a8
diff --git a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.14.30-r1.ebuild b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.14.30-r1.ebuild
deleted file mode 100644
index fe4ff06d75f..00000000000
--- a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.14.30-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SREZIC
-MODULE_VERSION=2.01403
-inherit perl-module
-
-DESCRIPTION="lite JPEG loader for Tk::Photo"
-
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc sparc x86"
-IUSE=""
-
-RDEPEND="virtual/jpeg
- dev-perl/Tk"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- perl-module_src_prepare
- sed -i -e 's:tkjpeg:tkjpeg-lite:' Makefile.PL tkjpeg MANIFEST || die
- mv tkjpeg tkjpeg-lite || die
-}
-
-pkg_postinst() {
- elog
- elog "To avoid collisions, the command line program has been renamed from tkjpeg to tkjpeg-lite"
- elog
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-JPEG-Lite/
@ 2021-09-29 20:03 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-09-29 20:03 UTC (permalink / raw
To: gentoo-commits
commit: 84783daab2a85370ef2eef717ded8d6be2d47d45
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 29 19:52:14 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Sep 29 20:02:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84783daa
dev-perl/Tk-JPEG-Lite: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Tk-JPEG-Lite-2.15.0.ebuild => Tk-JPEG-Lite-2.15.0-r1.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0-r1.ebuild
similarity index 84%
rename from dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
rename to dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0-r1.ebuild
index 78bd6e685b9..b1eb9cc7551 100644
--- a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild
+++ b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=SREZIC
DIST_VERSION=2.015
@@ -11,11 +11,10 @@ DESCRIPTION="lite JPEG loader for Tk::Photo"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~ppc sparc x86"
-IUSE=""
RDEPEND="virtual/jpeg:0
>=dev-perl/Tk-800.15.0"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.580.0
dev-perl/Devel-CheckLib
"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-09-29 20:03 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-07 22:37 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-JPEG-Lite/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2021-09-29 20:03 Andreas K. Hüttel
2021-05-11 23:12 Andreas K. Hüttel
2018-11-23 13:06 Agostino Sarubbo
2018-10-02 7:33 Sergei Trofimovich
2018-10-01 0:07 Thomas Deutschmann
2018-09-30 18:52 Sergei Trofimovich
2018-09-07 22:47 Sergei Trofimovich
2018-09-02 11:48 Sergei Trofimovich
2016-04-26 20:03 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox