diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2013-01-31 02:06:40 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2013-01-31 02:06:40 +0000 |
commit | c0df09df57c3a032f92599f9ebcb56558313f410 (patch) | |
tree | 5a3473fc99d6a83698016d4f6e23e55e4c96a50b /x11-drivers | |
parent | Add ~x86-fbsd. (diff) | |
download | gentoo-2-c0df09df57c3a032f92599f9ebcb56558313f410.tar.gz gentoo-2-c0df09df57c3a032f92599f9ebcb56558313f410.tar.bz2 gentoo-2-c0df09df57c3a032f92599f9ebcb56558313f410.zip |
Fix compile issues, thanks to Diego Elio Petteno and Pacho Ramos in bug #428550
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ivtv/ChangeLog | 11 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild | 19 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild | 4 |
3 files changed, 30 insertions, 4 deletions
diff --git a/x11-drivers/xf86-video-ivtv/ChangeLog b/x11-drivers/xf86-video-ivtv/ChangeLog index 06351255d6b0..5737d94b7707 100644 --- a/x11-drivers/xf86-video-ivtv/ChangeLog +++ b/x11-drivers/xf86-video-ivtv/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-drivers/xf86-video-ivtv -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/ChangeLog,v 1.19 2011/04/18 11:32:21 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/ChangeLog,v 1.20 2013/01/31 02:06:40 je_fro Exp $ + +*xf86-video-ivtv-1.1.2-r1 (31 Jan 2013) + + 31 Jan 2013; Jeff Gardner <je_fro@gentoo.org> + +xf86-video-ivtv-1.1.2-r1.ebuild: + Fix compile issues, thanks to Diego Elio Petteno and Pacho Ramos in bug + #428550 18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-ivtv-1.1.1.ebuild: diff --git a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild new file mode 100644 index 000000000000..83590c8da961 --- /dev/null +++ b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild,v 1.1 2013/01/31 02:06:40 je_fro Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org driver for TV-out on ivtvdev cards" +HOMEPAGE="http://ivtvdriver.org/" +SRC_URI="http://dl.ivtvdriver.org/${PN}/${P}.tar.gz \ + mirror://${PF}.patch.tar.bz2" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +#src_prepare() { +# epatch "${FILESDIR}/${PF}.patch" +#} diff --git a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild index a51a346eba59..62721ce89bb2 100644 --- a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild +++ b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild,v 1.3 2011/03/26 10:42:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild,v 1.4 2013/01/31 02:06:40 je_fro Exp $ EAPI=4 inherit xorg-2 |