diff options
author | 2013-10-08 16:54:28 +0000 | |
---|---|---|
committer | 2013-10-08 16:54:28 +0000 | |
commit | 30282ee3185b63cda84a318723745800b5842447 (patch) | |
tree | a27b4c5fd25adfac3d5323b0ffb44a0663edda72 /x11-themes | |
parent | Remove old patch. (diff) | |
download | gentoo-2-30282ee3185b63cda84a318723745800b5842447.tar.gz gentoo-2-30282ee3185b63cda84a318723745800b5842447.tar.bz2 gentoo-2-30282ee3185b63cda84a318723745800b5842447.zip |
snapshot 2013/10/08, should cover all logos from Astra 19.2E
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/skinenigmang-logos/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild | 27 |
2 files changed, 35 insertions, 2 deletions
diff --git a/x11-themes/skinenigmang-logos/ChangeLog b/x11-themes/skinenigmang-logos/ChangeLog index afef42c11f91..2c7d7f435c2c 100644 --- a/x11-themes/skinenigmang-logos/ChangeLog +++ b/x11-themes/skinenigmang-logos/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/skinenigmang-logos -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/skinenigmang-logos/ChangeLog,v 1.4 2011/01/17 19:29:56 hd_brummy Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/skinenigmang-logos/ChangeLog,v 1.5 2013/10/08 16:54:28 hd_brummy Exp $ + +*skinenigmang-logos-20131008 (08 Oct 2013) + + 08 Oct 2013; Joerg Bornkessel <hd_brummy@gentoo.org> + +skinenigmang-logos-20131008.ebuild: + snapshot 2013/10/08, should cover all logos from Astra 19.2E *skinenigmang-logos-20070214-r1 (17 Jan 2011) diff --git a/x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild b/x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild new file mode 100644 index 000000000000..ef3680d1651a --- /dev/null +++ b/x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild,v 1.1 2013/10/08 16:54:28 hd_brummy Exp $ + +EAPI="5" + +inherit eutils + +DESCRIPTION="VDR - Skin Plugin: enigma-ng logos" +HOMEPAGE="http://andreas.vdr-developer.org/enigmang/download.html + http://creimer.net/channellogos/" +SRC_URI="http://vdr.websitec.de/download/${PN}/enigma-logos-${PV}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +RDEPEND="media-plugins/vdr-skinenigmang" + +S=${WORKDIR}/enigmalogos + +src_install() { + + insinto /usr/share/vdr/skinenigmang/ + cp -r -a "${S}"/* --target="${D}"/usr/share/vdr/skinenigmang/ +} |