diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-17 17:10:33 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-17 17:10:33 +0000 |
commit | d426f94757eddc5c0293be8325ef980e9ca5ebc6 (patch) | |
tree | 71f162f0d1af8ff0371c0e1982d526f96111c013 /app-text/yagf | |
parent | [bump] dev-perl/YAML-LibYAML-0.410.0 (diff) | |
download | gentoo-2-d426f94757eddc5c0293be8325ef980e9ca5ebc6.tar.gz gentoo-2-d426f94757eddc5c0293be8325ef980e9ca5ebc6.tar.bz2 gentoo-2-d426f94757eddc5c0293be8325ef980e9ca5ebc6.zip |
Drop old
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-text/yagf')
-rw-r--r-- | app-text/yagf/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/yagf/files/yagf-0.9-mdv-linkage.patch | 12 | ||||
-rw-r--r-- | app-text/yagf/yagf-0.9.ebuild | 33 |
3 files changed, 5 insertions, 46 deletions
diff --git a/app-text/yagf/ChangeLog b/app-text/yagf/ChangeLog index 7c1d7e405132..917e17a15a4f 100644 --- a/app-text/yagf/ChangeLog +++ b/app-text/yagf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/yagf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/yagf/ChangeLog,v 1.15 2013/03/17 17:08:57 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/yagf/ChangeLog,v 1.16 2013/03/17 17:10:33 pinkbyte Exp $ + + 17 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> -yagf-0.9.ebuild, + -files/yagf-0.9-mdv-linkage.patch: + Drop old 17 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> yagf-0.9.2.ebuild: Adjust poppler dependency, wrt bug #462020 diff --git a/app-text/yagf/files/yagf-0.9-mdv-linkage.patch b/app-text/yagf/files/yagf-0.9-mdv-linkage.patch deleted file mode 100644 index 32b28de6aa1c..000000000000 --- a/app-text/yagf/files/yagf-0.9-mdv-linkage.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: yagf-0.9/CMakeLists.txt -=================================================================== ---- yagf-0.9.orig/CMakeLists.txt -+++ yagf-0.9/CMakeLists.txt -@@ -21,6 +21,7 @@ qt4_add_resources(yagf_RCC_SRCS ${yagf_R - include_directories( ${CMAKE_BINARY_DIR} ${PROJECT_SOURCE_DIR}) - add_executable(yagf ${SOURCES} ${UI_HEADERS} ${MOC_SRCS} ${yagf_RCC_SRCS} ${QM_FILES}) - add_library(xspreload SHARED ${INT_SOURCES}) -+target_link_libraries(xspreload dl) - target_link_libraries(yagf ${QT_LIBRARIES} ${ASPELL_LIBRARIES}) - add_custom_target(translations DEPENDS ${QM_FILES}) - qt4_add_translation(${CMAKE_BINARY_DIR}/yagf_ru.qm ${PROJECT_SOURCE_DIR}/src/mainform.cpp ${PROJECT_SOURCE_DIR}/src/popplerdialog.cpp ${MOC_SRCS} ${UI_HEADERS} ${PROJECT_SOURCE_DIR}/src/translations/yagf_ru.ts) diff --git a/app-text/yagf/yagf-0.9.ebuild b/app-text/yagf/yagf-0.9.ebuild deleted file mode 100644 index 80adc8b9f2a6..000000000000 --- a/app-text/yagf/yagf-0.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/yagf/yagf-0.9.ebuild,v 1.3 2013/03/02 19:46:25 hwoarang Exp $ - -EAPI="4" -inherit cmake-utils - -DESCRIPTION="Graphical front-end for cuneiform and tesseract OCR tools" -HOMEPAGE="http://symmetrica.net/cuneiform-linux/yagf-en.html" -SRC_URI="http://symmetrica.net/cuneiform-linux/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="scanner +cuneiform tesseract pdf" - -REQUIRED_USE="|| ( cuneiform tesseract )" - -DEPEND=">=dev-qt/qtgui-4.7:4 - app-text/aspell" -RDEPEND="${DEPEND} - cuneiform? ( app-text/cuneiform ) - tesseract? ( app-text/tesseract ) - scanner? ( media-gfx/xsane ) - pdf? ( || ( app-text/poppler[utils] app-text/ghostscript-gpl ) )" - -DOCS="AUTHORS ChangeLog DESCRIPTION README" - -CMAKE_IN_SOURCE_BUILD=1 - -src_prepare() { - epatch "${FILESDIR}"/${P}-mdv-linkage.patch -} |