public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-image/
@ 2016-12-06 21:27 Joerg Bornkessel
  0 siblings, 0 replies; 3+ messages in thread
From: Joerg Bornkessel @ 2016-12-06 21:27 UTC (permalink / raw
  To: gentoo-commits

commit:     74cb95bd80e4627cd32ac6371600fad5fde104ed
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 21:25:41 2016 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 21:26:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74cb95bd

media-plugins/vdr-image: stable amd64, x86; wrt bug 601670

Package-Manager: portage-2.3.0

 media-plugins/vdr-image/vdr-image-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-image/vdr-image-0.4.0.ebuild b/media-plugins/vdr-image/vdr-image-0.4.0.ebuild
index 0e74b98..552cd46 100644
--- a/media-plugins/vdr-image/vdr-image-0.4.0.ebuild
+++ b/media-plugins/vdr-image/vdr-image-0.4.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="VDR plugin: display of digital images, like jpeg, tiff, png, bmp"
 HOMEPAGE="http://projects.vdr-developer.org/projects/plg-image"
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="exif"


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-image/
@ 2017-11-26 23:06 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-11-26 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     e477ff95d92b5007f51080419ba374e77b90eb7d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 12:08:02 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:06:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e477ff95

media-plugins/vdr-image: [QA] Consistent whitespace in metadata.xml

 media-plugins/vdr-image/metadata.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/media-plugins/vdr-image/metadata.xml b/media-plugins/vdr-image/metadata.xml
index 9a4301e3be1..8860e595d26 100644
--- a/media-plugins/vdr-image/metadata.xml
+++ b/media-plugins/vdr-image/metadata.xml
@@ -2,13 +2,13 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="project">
-			<email>vdr@gentoo.org</email>
-			<name>Gentoo VDR Project</name>
-			<description>
-			  Please contacts maintainer before you something change.
-			</description>
-		</maintainer>
-		<longdescription>
-			VDR Plugin to show pictures on TV
-		</longdescription>
+		<email>vdr@gentoo.org</email>
+		<name>Gentoo VDR Project</name>
+		<description>
+			Please contact maintainer before you change something.
+		</description>
+	</maintainer>
+	<longdescription>
+		VDR Plugin to show pictures on TV
+	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-image/
@ 2018-03-26 19:18 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-03-26 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     c72d3768bd544b2e6638dc650c0ce1460ce4bdaf
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 11 17:15:53 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 19:15:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72d3768

media-plugins/vdr-image: use HTTPS

 media-plugins/vdr-image/vdr-image-0.3.1.ebuild | 4 ++--
 media-plugins/vdr-image/vdr-image-0.4.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-plugins/vdr-image/vdr-image-0.3.1.ebuild b/media-plugins/vdr-image/vdr-image-0.3.1.ebuild
index 1d7e5b4d052..8343d9a7fa9 100644
--- a/media-plugins/vdr-image/vdr-image-0.3.1.ebuild
+++ b/media-plugins/vdr-image/vdr-image-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ inherit vdr-plugin-2 flag-o-matic
 VERSION="679" #every bump, new version
 
 DESCRIPTION="VDR plugin: display of digital images, like jpeg, tiff, png, bmp"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-image"
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-image"
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz"
 
 KEYWORDS="amd64 x86"

diff --git a/media-plugins/vdr-image/vdr-image-0.4.0.ebuild b/media-plugins/vdr-image/vdr-image-0.4.0.ebuild
index 7c767a04efe..d00933099ff 100644
--- a/media-plugins/vdr-image/vdr-image-0.4.0.ebuild
+++ b/media-plugins/vdr-image/vdr-image-0.4.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=5
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1325" #every bump, new version
 
 DESCRIPTION="VDR plugin: display of digital images, like jpeg, tiff, png, bmp"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-image"
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-image"
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="amd64 x86"


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

end of thread, other threads:[~2018-03-26 19:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-06 21:27 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-image/ Joerg Bornkessel
  -- strict thread matches above, loose matches on Subject: below --
2017-11-26 23:06 David Seifert
2018-03-26 19:18 Aaron Bauman

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