summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2014-10-09 02:47:31 +0000
committerAndrey Grozin <grozin@gentoo.org>2014-10-09 02:47:31 +0000
commit8e44c3bdef996881505768f97db68aae4a6e930b (patch)
tree69f2ef89c281ae1cd2dbb22dceb9f95ddfa6c663 /media-libs
parentadd patch from upstream, fixes version bordering issues added by them Aug 5, ... (diff)
downloadgentoo-2-8e44c3bdef996881505768f97db68aae4a6e930b.tar.gz
gentoo-2-8e44c3bdef996881505768f97db68aae4a6e930b.tar.bz2
gentoo-2-8e44c3bdef996881505768f97db68aae4a6e930b.zip
Patching rst2man -> rst2man.py, closing #524474
(Portage version: 2.2.14_rc1/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/lensfun/ChangeLog6
-rw-r--r--media-libs/lensfun/files/lensfun-0.3.0-rst2man.patch12
-rw-r--r--media-libs/lensfun/lensfun-0.3.0.ebuild4
3 files changed, 20 insertions, 2 deletions
diff --git a/media-libs/lensfun/ChangeLog b/media-libs/lensfun/ChangeLog
index 7b1e75cf61c7..7b25a60f4a6a 100644
--- a/media-libs/lensfun/ChangeLog
+++ b/media-libs/lensfun/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/lensfun
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.78 2014/10/08 00:52:28 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.79 2014/10/09 02:47:31 grozin Exp $
+
+ 09 Oct 2014; Andrey Grozin <grozin@gentoo.org> lensfun-0.3.0.ebuild,
+ +files/lensfun-0.3.0-rst2man.patch:
+ Patching rst2man -> rst2man.py, closing #524474
08 Oct 2014; Manuel Rüger <mrueg@gentoo.org> lensfun-0.2.8-r1.ebuild:
Mark stable on amd64. See bug #524436.
diff --git a/media-libs/lensfun/files/lensfun-0.3.0-rst2man.patch b/media-libs/lensfun/files/lensfun-0.3.0-rst2man.patch
new file mode 100644
index 000000000000..1f2382feabb4
--- /dev/null
+++ b/media-libs/lensfun/files/lensfun-0.3.0-rst2man.patch
@@ -0,0 +1,12 @@
+diff -r -U1 lensfun-0.3.0.orig/docs/CMakeLists.txt lensfun-0.3.0/docs/CMakeLists.txt
+--- lensfun-0.3.0.orig/docs/CMakeLists.txt 2014-10-01 00:37:34.000000000 +0700
++++ lensfun-0.3.0/docs/CMakeLists.txt 2014-10-08 15:50:44.135182005 +0700
+@@ -28,5 +28,5 @@
+ TARGET man
+- COMMAND rst2man ${CMAKE_CURRENT_SOURCE_DIR}/man/g-lensfun-update-data.1.rst > ${CMAKE_CURRENT_BINARY_DIR}/g-lensfun-update-data.1
+- COMMAND rst2man ${CMAKE_CURRENT_SOURCE_DIR}/man/lensfun-update-data.1.rst > ${CMAKE_CURRENT_BINARY_DIR}/lensfun-update-data.1
+- COMMAND rst2man ${CMAKE_CURRENT_SOURCE_DIR}/man/lensfun-add-adapter.1.rst > ${CMAKE_CURRENT_BINARY_DIR}/lensfun-add-adapter.1
++ COMMAND rst2man.py ${CMAKE_CURRENT_SOURCE_DIR}/man/g-lensfun-update-data.1.rst > ${CMAKE_CURRENT_BINARY_DIR}/g-lensfun-update-data.1
++ COMMAND rst2man.py ${CMAKE_CURRENT_SOURCE_DIR}/man/lensfun-update-data.1.rst > ${CMAKE_CURRENT_BINARY_DIR}/lensfun-update-data.1
++ COMMAND rst2man.py ${CMAKE_CURRENT_SOURCE_DIR}/man/lensfun-add-adapter.1.rst > ${CMAKE_CURRENT_BINARY_DIR}/lensfun-add-adapter.1
+ WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
diff --git a/media-libs/lensfun/lensfun-0.3.0.ebuild b/media-libs/lensfun/lensfun-0.3.0.ebuild
index 994706d41abe..232ade229b12 100644
--- a/media-libs/lensfun/lensfun-0.3.0.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.3.0.ebuild,v 1.1 2014/10/04 10:13:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.3.0.ebuild,v 1.2 2014/10/09 02:47:31 grozin Exp $
EAPI=5
@@ -25,6 +25,8 @@ DEPEND="${RDEPEND}
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+PATCHES=( "${FILESDIR}"/${P}-rst2man.patch )
+
DOCS=( README docs/mounts.txt ChangeLog )
src_configure() {