public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/vdr-channel-logos/
@ 2017-11-26 23:33 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2017-11-26 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     cdd1f6e9bc611beada8df560ba624e2da48c4622
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 13:16:11 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:32:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd1f6e9

x11-themes/vdr-channel-logos: [QA] Consistent whitespace in metadata.xml

 x11-themes/vdr-channel-logos/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-themes/vdr-channel-logos/metadata.xml b/x11-themes/vdr-channel-logos/metadata.xml
index fd3086d89d1..984a01fab26 100644
--- a/x11-themes/vdr-channel-logos/metadata.xml
+++ b/x11-themes/vdr-channel-logos/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="project">
-  			<email>vdr@gentoo.org</email>
-			<name>Gentoo VDR Project</name>
-		</maintainer>
+		<email>vdr@gentoo.org</email>
+		<name>Gentoo VDR Project</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/vdr-channel-logos/
@ 2019-07-15 15:28 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2019-07-15 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     17258af7bb749042d34a4b00e033a7701aba3c8b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 15:27:29 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 15:27:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17258af7

x11-themes/vdr-channel-logos: Sort KEYWORDS

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r1.ebuild | 4 ++--
 x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r1.ebuild b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r1.ebuild
index ecc0aeb57d7..17184e4f08e 100644
--- a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r1.ebuild
+++ b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="http://www.vdrskins.org/vdrskins/albums/userpics/10138/${MY_P}.tar.gz"
 
 LICENSE="fairuse"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 S=${WORKDIR}/logos

diff --git a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild
index e01e839d78c..196e464f3fc 100644
--- a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild
+++ b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="http://www.vdrskins.org/vdrskins/albums/userpics/10138/${MY_P}.tar.gz"
 
 LICENSE="fairuse"
 SLOT="0"
-KEYWORDS="x86 amd64"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 S=${WORKDIR}/logos


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/vdr-channel-logos/
@ 2019-12-24 13:00 Jörg Bornkessel
  0 siblings, 0 replies; 7+ messages in thread
From: Jörg Bornkessel @ 2019-12-24 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     86a43424a970a109c45a55a773f14e16210a392c
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 13:00:07 2019 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 13:00:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a43424

x11-themes/vdr-channel-logos: fixed failed install on no UTF-8 systems

this versions needs to set the locale to UTF-8

Bug: https://bugs.gentoo.org/362069
Closes: https://bugs.gentoo.org/362069
Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>

 x11-themes/vdr-channel-logos/metadata.xml              |  4 ++++
 ...s-0.2-r1.ebuild => vdr-channel-logos-0.2-r2.ebuild} | 18 ++++++++++++++----
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/x11-themes/vdr-channel-logos/metadata.xml b/x11-themes/vdr-channel-logos/metadata.xml
index 984a01fab26..19717edee84 100644
--- a/x11-themes/vdr-channel-logos/metadata.xml
+++ b/x11-themes/vdr-channel-logos/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person">
+		<email>hd_brummy@gentoo.org</email>
+		<name>Joerg Bornkessel</name>
+	</maintainer>
 	<maintainer type="project">
 		<email>vdr@gentoo.org</email>
 		<name>Gentoo VDR Project</name>

diff --git a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r1.ebuild b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r2.ebuild
similarity index 70%
rename from x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r1.ebuild
rename to x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r2.ebuild
index 17184e4f08e..7baf764c285 100644
--- a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r1.ebuild
+++ b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r2.ebuild
@@ -1,9 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit eutils
+EAPI=7
 
 MY_P=${PN#vdr-channel-}-${PV}
 
@@ -18,9 +16,21 @@ IUSE=""
 
 S=${WORKDIR}/logos
 
-RDEPEND="app-text/convmv"
+BDEPEND="app-text/convmv"
+
+_test_charmap() {
+	local charmap=$(locale charmap)
+
+	if [ "${charmap}" != "UTF-8" ]; then
+		eerror "You need locale UTF-8 to use the logos"
+		die "missing locale UTF-8 on your system"
+	fi
+}
 
 src_prepare() {
+	default
+
+	_test_charmap
 
 	convmv --notest --replace -f iso-8859-1 -t utf-8 -r "${S}"/
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/vdr-channel-logos/
@ 2021-02-16 16:13 Jörg Bornkessel
  0 siblings, 0 replies; 7+ messages in thread
From: Jörg Bornkessel @ 2021-02-16 16:13 UTC (permalink / raw
  To: gentoo-commits

commit:     8586a60cec6a891d0e464f36b5b1da4352ca5d13
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 16:13:04 2021 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 16:13:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8586a60c

x11-themes/vdr-channel-logos: fixed install for musl

cleanup buggy version
this will fix bug 715694

Closes: https://bugs.gentoo.org/715694
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>

 ...nel-logos-0.2-r2.ebuild => vdr-channel-logos-0.2-r3.ebuild} | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r2.ebuild b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
similarity index 81%
rename from x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r2.ebuild
rename to x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
index 7baf764c285..427c4822d44 100644
--- a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r2.ebuild
+++ b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,9 +30,11 @@ _test_charmap() {
 src_prepare() {
 	default
 
-	_test_charmap
-
-	convmv --notest --replace -f iso-8859-1 -t utf-8 -r "${S}"/
+	# bug 715684
+	if [[ ${CHOST} != *-musl* ]] ; then
+		_test_charmap
+	fi
+		convmv --notest --replace -f iso-8859-1 -t utf-8 -r "${S}"/
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/vdr-channel-logos/
@ 2021-10-21 23:28 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-10-21 23:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c752c5e56fe9db2721b2baf9c600cff3947bc231
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 23:26:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 23:26:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c752c5e5

x11-themes/vdr-channel-logos: Stabilize 0.2-r3 x86, #819135

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
index 427c4822d44..67fdeac0a89 100644
--- a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
+++ b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.vdrskins.org/vdrskins/albums/userpics/10138/${MY_P}.tar.gz"
 
 LICENSE="fairuse"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 S=${WORKDIR}/logos


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/vdr-channel-logos/
@ 2021-10-21 23:28 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-10-21 23:28 UTC (permalink / raw
  To: gentoo-commits

commit:     e2deb1ed59b42717a5f4ef1c8e3f630d665c9cc9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 23:27:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 23:27:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2deb1ed

x11-themes/vdr-channel-logos: Stabilize 0.2-r3 amd64, #819135

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
index 67fdeac0a89..b73de828c93 100644
--- a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
+++ b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.vdrskins.org/vdrskins/albums/userpics/10138/${MY_P}.tar.gz"
 
 LICENSE="fairuse"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 S=${WORKDIR}/logos


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/vdr-channel-logos/
@ 2021-10-22  6:40 Jakov Smolić
  0 siblings, 0 replies; 7+ messages in thread
From: Jakov Smolić @ 2021-10-22  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4655123a499af2ad6caa576e562efd2dfac10f84
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 22 06:38:43 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 06:38:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4655123a

x11-themes/vdr-channel-logos: drop 0.2

Bug: https://bugs.gentoo.org/819135
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../vdr-channel-logos/vdr-channel-logos-0.2.ebuild | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild
deleted file mode 100644
index 196e464f3fc..00000000000
--- a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-MY_P=${PN#vdr-channel-}-${PV}
-
-DESCRIPTION="Logos for vdr-skin*"
-HOMEPAGE="http://www.vdrskins.org/"
-SRC_URI="http://www.vdrskins.org/vdrskins/albums/userpics/10138/${MY_P}.tar.gz"
-
-LICENSE="fairuse"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S=${WORKDIR}/logos
-
-src_install() {
-	insinto /usr/share/vdr/channel-logos
-	find -maxdepth 1 -name "*.xpm" -print0|xargs -0 cp -a --target="${D}/usr/share/vdr/channel-logos/"
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-10-22  6:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-26 23:33 [gentoo-commits] repo/gentoo:master commit in: x11-themes/vdr-channel-logos/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2019-07-15 15:28 Michał Górny
2019-12-24 13:00 Jörg Bornkessel
2021-02-16 16:13 Jörg Bornkessel
2021-10-21 23:28 Sam James
2021-10-21 23:28 Sam James
2021-10-22  6:40 Jakov Smolić

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox