diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2006-03-07 21:59:10 +0000 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2006-03-07 21:59:10 +0000 |
commit | ad9b4680866faa8f4bc99b3a8b8e18fd80663bbb (patch) | |
tree | 8db12e2ae1224689dec912bc56bc3e0f0e6dbfc4 /media-plugins/vdr-weatherng-images | |
parent | Stable on hppa (bug #125330). (diff) | |
download | historical-ad9b4680866faa8f4bc99b3a8b8e18fd80663bbb.tar.gz historical-ad9b4680866faa8f4bc99b3a8b8e18fd80663bbb.tar.bz2 historical-ad9b4680866faa8f4bc99b3a8b8e18fd80663bbb.zip |
imported ebuild from gentoo.de CVS
Package-Manager: portage-2.0.54
Diffstat (limited to 'media-plugins/vdr-weatherng-images')
5 files changed, 64 insertions, 0 deletions
diff --git a/media-plugins/vdr-weatherng-images/ChangeLog b/media-plugins/vdr-weatherng-images/ChangeLog new file mode 100644 index 000000000000..8b4456c6ea34 --- /dev/null +++ b/media-plugins/vdr-weatherng-images/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-plugins/vdr-weatherng-images +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng-images/ChangeLog,v 1.1 2006/03/07 21:59:10 hd_brummy Exp $ + +*vdr-weatherng-images-0.0.5 (07 Mar 2006) + + 07 Mar 2006; Joerg Bornkessel <hd_brummy@gentoo.org> +metadata.xml, + +vdr-weatherng-images-0.0.5.ebuild: + imported ebuild from gentoo.de CVS + diff --git a/media-plugins/vdr-weatherng-images/Manifest b/media-plugins/vdr-weatherng-images/Manifest new file mode 100644 index 000000000000..91dc4400a0d2 --- /dev/null +++ b/media-plugins/vdr-weatherng-images/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 0c54d6fcad5393dd3e7eca58755573d7 ChangeLog 433 +MD5 66382b8885d7627b2ae28c357610ec1e files/digest-vdr-weatherng-images-0.0.5 68 +MD5 95c34568c5cbf1d332e2da83d21428f2 metadata.xml 463 +MD5 be2b800297354dd411726faabe5f54e5 vdr-weatherng-images-0.0.5.ebuild 690 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1 (GNU/Linux) +Comment: no further Information + +iD8DBQFEDgJAdn07HTTCgIoRAqCwAJ4oq3QIaLLhThZRzx0WhS4TuvNC8wCfbKJS +z4cDK7nDHFdXC1lBdh5wiwQ= +=cgtG +-----END PGP SIGNATURE----- diff --git a/media-plugins/vdr-weatherng-images/files/digest-vdr-weatherng-images-0.0.5 b/media-plugins/vdr-weatherng-images/files/digest-vdr-weatherng-images-0.0.5 new file mode 100644 index 000000000000..fbb9b06d4c0d --- /dev/null +++ b/media-plugins/vdr-weatherng-images/files/digest-vdr-weatherng-images-0.0.5 @@ -0,0 +1 @@ +MD5 bd6c6653fe89fde1a576d2ba6fff671a images-2MB.0.0.5.tar.bz2 73009 diff --git a/media-plugins/vdr-weatherng-images/metadata.xml b/media-plugins/vdr-weatherng-images/metadata.xml new file mode 100644 index 000000000000..f4b2de738496 --- /dev/null +++ b/media-plugins/vdr-weatherng-images/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>media-tv</herd> + <maintainer> + <email>zzam@gentoo.org</email> + <name>Matthias Schwarzott</name> + </maintainer> + <maintainer> + <email>hd_brummy@gentoo.org</email> + <name>Joerg Bornkessel</name> + </maintainer> + <longdescription> + Images used by the weatherng plugin to Video Disk Recorder (VDR) + </longdescription> +</pkgmetadata> diff --git a/media-plugins/vdr-weatherng-images/vdr-weatherng-images-0.0.5.ebuild b/media-plugins/vdr-weatherng-images/vdr-weatherng-images-0.0.5.ebuild new file mode 100644 index 000000000000..3fc1dde82fea --- /dev/null +++ b/media-plugins/vdr-weatherng-images/vdr-weatherng-images-0.0.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng-images/vdr-weatherng-images-0.0.5.ebuild,v 1.1 2006/03/07 21:59:10 hd_brummy Exp $ + +DESCRIPTION="Images used by the weatherng plugin to Video Disk Recorder (VDR)" +HOMEPAGE="http://beejay.vdr-developer.org/" +SRC_URI="http://www.glaserei-franz.de/VDR/Moronimo2/downloads/images-2MB.${PV}.tar.bz2 + mirror://vdrfiles/${PN}/images-2MB.${PV}.tar.bz2" + +LICENSE="weatherng-images" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="" + +S=${WORKDIR}/images + +src_install() { + insinto /usr/share/vdr/weatherng/images + doins *.png +} |