diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-01-02 16:58:19 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-01-02 16:58:19 +0000 |
commit | 76f7757fd05b5c973c2a6afb48d78626f216558c (patch) | |
tree | 019d2a83cd4b06097dc4c25ec803885eb0816e28 /media-plugins/vdr-mlist | |
parent | eapi5; stable amd64 x86, wrt bug 495766 (diff) | |
download | gentoo-2-76f7757fd05b5c973c2a6afb48d78626f216558c.tar.gz gentoo-2-76f7757fd05b5c973c2a6afb48d78626f216558c.tar.bz2 gentoo-2-76f7757fd05b5c973c2a6afb48d78626f216558c.zip |
stable amd64 x86, wrt bug 495764
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-mlist')
-rw-r--r-- | media-plugins/vdr-mlist/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-plugins/vdr-mlist/ChangeLog b/media-plugins/vdr-mlist/ChangeLog index 8fbfc86ce891..ab4aa7d68be4 100644 --- a/media-plugins/vdr-mlist/ChangeLog +++ b/media-plugins/vdr-mlist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/vdr-mlist -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/ChangeLog,v 1.12 2013/06/30 17:50:57 hd_brummy Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/ChangeLog,v 1.13 2014/01/02 16:58:19 hd_brummy Exp $ + + 02 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-mlist-1.0.2.ebuild: + stable amd64 x86, wrt bug 495764 *vdr-mlist-1.0.2 (30 Jun 2013) diff --git a/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild index f08933717140..62078514bb9b 100644 --- a/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild +++ b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild,v 1.1 2013/06/30 17:50:57 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild,v 1.2 2014/01/02 16:58:19 hd_brummy Exp $ -EAPI="5" +EAPI=5 inherit vdr-plugin-2 @@ -10,7 +10,7 @@ DESCRIPTION="VDR plugin: Show a history of the last OSD message" HOMEPAGE="http://www.joachim-wilke.de/?alias=vdr-mlist" SRC_URI="http://joachim-wilke.de/vdr-mlist/${P}.tgz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="0" LICENSE="GPL-2" IUSE="" |