diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-08-31 11:21:32 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-08-31 11:21:32 +0000 |
commit | ea29cae6d4af205ab74ade0dc4238011359070b2 (patch) | |
tree | e1cc58c3b98e3d8e3424f5d9b7a6abd8f6dbb6ce /media-plugins/vdr-mlist | |
parent | Drop old. (diff) | |
download | gentoo-2-ea29cae6d4af205ab74ade0dc4238011359070b2.tar.gz gentoo-2-ea29cae6d4af205ab74ade0dc4238011359070b2.tar.bz2 gentoo-2-ea29cae6d4af205ab74ade0dc4238011359070b2.zip |
cleanup old
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-mlist')
-rw-r--r-- | media-plugins/vdr-mlist/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/vdr-mlist/vdr-mlist-1.0.1.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/media-plugins/vdr-mlist/ChangeLog b/media-plugins/vdr-mlist/ChangeLog index 86cd94c90a66..5a67349bcebe 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/ChangeLog,v 1.14 2014/01/08 14:20:34 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/ChangeLog,v 1.15 2014/08/31 11:21:32 hd_brummy Exp $ + + 31 Aug 2014; Joerg Bornkessel <hd_brummy@gentoo.org> -vdr-mlist-1.0.1.ebuild: + cleanup old 08 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-mlist-1.0.1.ebuild: converted to vdr-plugin-2.eclass diff --git a/media-plugins/vdr-mlist/vdr-mlist-1.0.1.ebuild b/media-plugins/vdr-mlist/vdr-mlist-1.0.1.ebuild deleted file mode 100644 index 26711eb356ab..000000000000 --- a/media-plugins/vdr-mlist/vdr-mlist-1.0.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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.1.ebuild,v 1.4 2014/01/08 14:20:34 hd_brummy Exp $ - -EAPI=5 - -IUSE="" - -inherit vdr-plugin-2 - -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" -SLOT="0" -LICENSE="GPL-2" - -DEPEND=">=media-video/vdr-1.3.30" -RDEPEND="${DEPEND}" |