summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-05 23:23:02 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-05 23:23:02 +0000
commit83ea446d7e1b0f313d80a7f07a8acbd805e1482d (patch)
tree7a4aa2eb65cef162293588c60e86271f99332544 /media-video/xvattr
parentapp-eselect/eselect-php: Move from AddHandler to FilesMatch/SetHandler for se... (diff)
downloadgentoo-2-83ea446d7e1b0f313d80a7f07a8acbd805e1482d.tar.gz
gentoo-2-83ea446d7e1b0f313d80a7f07a8acbd805e1482d.tar.bz2
gentoo-2-83ea446d7e1b0f313d80a7f07a8acbd805e1482d.zip
Fix build, bug 456802. EAPI=5, drop to ~arch since nothing depends on it and stable fails to build
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'media-video/xvattr')
-rw-r--r--media-video/xvattr/ChangeLog11
-rw-r--r--media-video/xvattr/files/xvattr-1.3-pod-encoding.patch11
-rw-r--r--media-video/xvattr/xvattr-1.3-r3.ebuild (renamed from media-video/xvattr/xvattr-1.3-r2.ebuild)16
3 files changed, 27 insertions, 11 deletions
diff --git a/media-video/xvattr/ChangeLog b/media-video/xvattr/ChangeLog
index 1a85e2df8f0c..babc0a6cb00d 100644
--- a/media-video/xvattr/ChangeLog
+++ b/media-video/xvattr/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-video/xvattr
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/ChangeLog,v 1.25 2012/05/05 08:58:56 jdhore Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/ChangeLog,v 1.26 2015/04/05 23:23:02 dilfridge Exp $
+
+*xvattr-1.3-r3 (05 Apr 2015)
+
+ 05 Apr 2015; Andreas K. Huettel <dilfridge@gentoo.org> -xvattr-1.3-r2.ebuild,
+ +xvattr-1.3-r3.ebuild, +files/xvattr-1.3-pod-encoding.patch:
+ Fix build, bug 456802. EAPI=5, drop to ~arch since nothing depends on it and
+ stable fails to build
05 May 2012; Jeff Horelick <jdhore@gentoo.org> xvattr-1.3-r2.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
diff --git a/media-video/xvattr/files/xvattr-1.3-pod-encoding.patch b/media-video/xvattr/files/xvattr-1.3-pod-encoding.patch
new file mode 100644
index 000000000000..29343a240613
--- /dev/null
+++ b/media-video/xvattr/files/xvattr-1.3-pod-encoding.patch
@@ -0,0 +1,11 @@
+diff -ur xvattr-1.3.orig/xvattr.pod.in xvattr-1.3/xvattr.pod.in
+--- xvattr-1.3.orig/xvattr.pod.in 2014-05-18 13:22:59.321022155 +0200
++++ xvattr-1.3/xvattr.pod.in 2014-05-18 13:44:38.286711743 +0200
+@@ -1,5 +1,7 @@
+ =pod
+
++=encoding latin1
++
+ =head1 NAME
+
+ @PACKAGE@ - Query/Set X11 XVideo Setting(s)
diff --git a/media-video/xvattr/xvattr-1.3-r2.ebuild b/media-video/xvattr/xvattr-1.3-r3.ebuild
index d1918960d812..dd5ade2becc1 100644
--- a/media-video/xvattr/xvattr-1.3-r2.ebuild
+++ b/media-video/xvattr/xvattr-1.3-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/xvattr-1.3-r2.ebuild,v 1.7 2012/05/05 08:58:56 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/xvattr-1.3-r3.ebuild,v 1.1 2015/04/05 23:23:02 dilfridge Exp $
-EAPI=1
+EAPI=5
inherit eutils autotools
@@ -12,7 +12,7 @@ SRC_URI="http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT=0
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="gtk"
RDEPEND="x11-libs/libX11
@@ -23,16 +23,14 @@ DEPEND="${RDEPEND}
x11-libs/libXt
virtual/pkgconfig"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${P}-gtk.patch
+ epatch "${FILESDIR}"/${P}-pod-encoding.patch
eautoreconf
}
-src_compile() {
+src_configure() {
econf $(use_with gtk)
- emake || die "emake failed."
}
src_install() {