summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-12 00:00:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-12 00:00:04 +0100
commit95345df41ce46c863004fae12baa0bbb3626fd36 (patch)
tree2585da974bb476d6a4987ac68efda316cccec336 /app-text
parentkde-apps: Drop KDE Applications 17.12.1 (diff)
downloadgentoo-95345df41ce46c863004fae12baa0bbb3626fd36.tar.gz
gentoo-95345df41ce46c863004fae12baa0bbb3626fd36.tar.bz2
gentoo-95345df41ce46c863004fae12baa0bbb3626fd36.zip
profiles: Remove last-rited packages
Diffstat (limited to 'app-text')
-rw-r--r--app-text/tuxcards/Manifest1
-rw-r--r--app-text/tuxcards/metadata.xml5
-rw-r--r--app-text/tuxcards/tuxcards-2.2.1-r1.ebuild30
-rw-r--r--app-text/yagf/Manifest1
-rw-r--r--app-text/yagf/metadata.xml20
-rw-r--r--app-text/yagf/yagf-0.9.5.ebuild61
6 files changed, 0 insertions, 118 deletions
diff --git a/app-text/tuxcards/Manifest b/app-text/tuxcards/Manifest
deleted file mode 100644
index e838a98e5e97..000000000000
--- a/app-text/tuxcards/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tuxcards-2.2.1.tar.gz 310015 BLAKE2B a43db7814b6fc222f3d79652fc208e405cec4f47b5b335d14196d7cc936c8823251f5eef73b225f84ba91f4b35d07c9d64e517e58e7098672115bdd73b6ff3ae SHA512 70d420f57e4d08341f4137fce0fd4d7afe59b9af5a4ef821d93b3aac912401772cdab2d240470ab96ba6c91a1548eecac87fcaa6c746e93d18d7b5be69d86052
diff --git a/app-text/tuxcards/metadata.xml b/app-text/tuxcards/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-text/tuxcards/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/app-text/tuxcards/tuxcards-2.2.1-r1.ebuild b/app-text/tuxcards/tuxcards-2.2.1-r1.ebuild
deleted file mode 100644
index a8d98af0094a..000000000000
--- a/app-text/tuxcards/tuxcards-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils qmake-utils
-
-DESCRIPTION="A hierarchical notebook"
-HOMEPAGE="http://www.tuxcards.de/"
-SRC_URI="http://www.tuxcards.de/src/${P}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_configure() {
- eqmake4 tuxcards.pro
-}
-
-src_install() {
- dobin ${PN}
- newicon src/icons/lo32-app-tuxcards.png ${PN}.png
- make_desktop_entry ${PN} TuxCards ${PN} "Qt;Utility"
- dodoc AUTHORS README
-}
diff --git a/app-text/yagf/Manifest b/app-text/yagf/Manifest
deleted file mode 100644
index 12aa789a2c65..000000000000
--- a/app-text/yagf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST yagf-0.9.5.tar.gz 427018 BLAKE2B 4aace2cf06cafc22e08b1b670727e46234509bb40f15e537d3878ee41c0d0cf2aecc22b9a443f87182498180b1d1791a51b1870172267e4a24a1c4f9f7edfa03 SHA512 a0b77e49c11be0ed043d3f44b1c48122cdabf0ae4ae69d84bc01eee0a8b084dae8201234e08816065d449e4d47bd704f282b1cd3b31c3539d201e9f32dfef05c
diff --git a/app-text/yagf/metadata.xml b/app-text/yagf/metadata.xml
deleted file mode 100644
index 76b22cdda21f..000000000000
--- a/app-text/yagf/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- YAGF is a graphical front-end for cuneiform and tesseract OCR tools.
- With YAGF you can open already scanned image files or obtain new images
- via XSane (scanning results are automatically passed to YAGF).
- Once you have a scanned image you can prepare it for recognition, select
- particular image areas for recognition, set the recognition language and
- so no. Recognized text is displayed in a editor window where it can be
- corrected, saved to disk or copied to clipboard.
- YAGF also provides some facilities for a multi-page recognition (see
- the online help for more details).
- </longdescription>
- <use>
- <flag name="cuneiform">Enable support for the <pkg>app-text/cuneiform</pkg> OCR engine.</flag>
- <flag name="tesseract">Enable support for the <pkg>app-text/tesseract</pkg> OCR engine.</flag>
- </use>
-</pkgmetadata>
diff --git a/app-text/yagf/yagf-0.9.5.ebuild b/app-text/yagf/yagf-0.9.5.ebuild
deleted file mode 100644
index 3ebcae73386e..000000000000
--- a/app-text/yagf/yagf-0.9.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="fr ru"
-inherit cmake-utils l10n multilib
-
-DESCRIPTION="Graphical front-end for cuneiform and tesseract OCR tools"
-HOMEPAGE="http://sourceforge.net/projects/yagf-ocr/"
-SRC_URI="mirror://sourceforge/project/yagf-ocr/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="scanner cuneiform +tesseract pdf"
-
-REQUIRED_USE="|| ( cuneiform tesseract )"
-
-DEPEND="
- dev-qt/qtcore:4
- dev-qt/qtgui: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 )
-
-src_prepare() {
- # uk translation generation is broken
- rm src/translations/yagf_uk.ts || die
- # respect CFLAGS and fix translations path
- sed -i \
- -e '/add_definitions(-Wall -g)/d' \
- -e '/-DQML_INSTALL_PATH=/s:${QML_DESTINATION}:/${QML_DESTINATION}:' \
- CMakeLists.txt || die 'sed on CMakeLists.txt failed'
-
- l10n_find_plocales_changes "src/translations" "${PN}_" '.ts'
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local libdir="$(get_libdir)"
- local mycmakeargs=(
- -DLIB_PATH_SUFFIX=${libdir#lib}
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- remove_translation() {
- rm "${ED}/usr/share/yagf/translations/${PN}_${1}.qm" || die "remove '${PN}_${1}.qm' file failed"
- }
- cmake-utils_src_install
- l10n_for_each_disabled_locale_do remove_translation
-}