diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-02-23 20:21:56 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-02-23 20:21:56 +0000 |
commit | 0315bdefe2e3c770642e119572cd2fa31cc6874d (patch) | |
tree | 798667cfd47e9dabd078e200f4802d03862cb662 /media-plugins/vdr-mount | |
parent | cleanup old; eapi=5; converted to vdr-plugin-2.eclass (diff) | |
download | gentoo-2-0315bdefe2e3c770642e119572cd2fa31cc6874d.tar.gz gentoo-2-0315bdefe2e3c770642e119572cd2fa31cc6874d.tar.bz2 gentoo-2-0315bdefe2e3c770642e119572cd2fa31cc6874d.zip |
eapi=5; converted to vdr-plugin-2.eclass
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-mount')
-rw-r--r-- | media-plugins/vdr-mount/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-plugins/vdr-mount/ChangeLog b/media-plugins/vdr-mount/ChangeLog index 1a30e0af9283..d993dbe54dac 100644 --- a/media-plugins/vdr-mount/ChangeLog +++ b/media-plugins/vdr-mount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/vdr-mount -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v 1.4 2008/12/17 21:29:31 zzam Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v 1.5 2014/02/23 20:21:56 hd_brummy Exp $ + + 23 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-mount-0.0.2.ebuild: + eapi=5; converted to vdr-plugin-2.eclass 17 Dec 2008; Matthias Schwarzott <zzam@gentoo.org> +files/vdr-mount-0.0.2-makefile-fix.diff, vdr-mount-0.0.2.ebuild: diff --git a/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild b/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild index 97379356c4ed..736fa655a61e 100644 --- a/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild +++ b/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2008 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-mount/vdr-mount-0.0.2.ebuild,v 1.4 2008/12/17 21:29:31 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v 1.5 2014/02/23 20:21:56 hd_brummy Exp $ -inherit vdr-plugin +EAPI=5 + +inherit vdr-plugin-2 DESCRIPTION="VDR plugin: (Un)Mount removable media via osd" HOMEPAGE="http://www.vdr-wiki.de/wiki/index.php/Mount-plugin" |