hd_brummy 15/01/22 02:07:58 Modified: ChangeLog Added: vdr-rpihddevice-0.0.11.ebuild Log: bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Revision Changes Path 1.2 media-plugins/vdr-rpihddevice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-rpihddevice/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-rpihddevice/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-rpihddevice/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-rpihddevice/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 6 Jan 2015 16:39:25 -0000 1.1 +++ ChangeLog 22 Jan 2015 02:07:58 -0000 1.2 @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/vdr-rpihddevice # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-rpihddevice/ChangeLog,v 1.1 2015/01/06 16:39:25 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-rpihddevice/ChangeLog,v 1.2 2015/01/22 02:07:58 hd_brummy Exp $ + +*vdr-rpihddevice-0.0.11 (22 Jan 2015) + + 22 Jan 2015; Joerg Bornkessel <[email protected]> + +vdr-rpihddevice-0.0.11.ebuild: + bump *vdr-rpihddevice-0.0.10 (06 Jan 2015) 1.1 media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild?rev=1.1&content-type=text/plain Index: vdr-rpihddevice-0.0.11.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild,v 1.1 2015/01/22 02:07:58 hd_brummy Exp $ EAPI=5 inherit vdr-plugin-2 VERSION="1861" #every bump, new version DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi" HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="~arm" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND=">=media-video/vdr-2 >=media-libs/raspberrypi-userland-0_pre20140117 virtual/ffmpeg" RDEPEND="${DEPEND}"
