From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/recoll/
Date: Thu, 27 Apr 2017 18:15:03 +0000 (UTC) [thread overview]
Message-ID: <1493316884.6e026c287b096b7690f41a5bfdc855bef7f3b534.asturm@gentoo> (raw)
commit: 6e026c287b096b7690f41a5bfdc855bef7f3b534
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 17:56:56 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 18:14:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e026c28
app-misc/recoll: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-misc/recoll/Manifest | 1 -
app-misc/recoll/metadata.xml | 14 ---
app-misc/recoll/recoll-1.19.5-r1.ebuild | 179 --------------------------------
3 files changed, 194 deletions(-)
diff --git a/app-misc/recoll/Manifest b/app-misc/recoll/Manifest
index d2a26b7f4a7..55e40de6010 100644
--- a/app-misc/recoll/Manifest
+++ b/app-misc/recoll/Manifest
@@ -1,2 +1 @@
-DIST recoll-1.19.5.tar.gz 1997615 SHA256 c4d63a4cd1a598117a521a883a6078082b30fe63eef84a879da9b467fcb56a8d SHA512 45ae5dc6d4f6d6dbb3d7e634bd60a2835b767e5d2d8d188636ab4b1777d65a6918c09d5bc09e80e4849aea6e8b2c9c430b99a9e56b645531065e558f4161a5f3 WHIRLPOOL df099f39a681aa1956076018861d064445bcb9fc050c866133a830ebeddb33efcc9a06596ce18d17d80bcfdb663bb780434719092c6c571f42b6093a4c750be3
DIST recoll-1.22.4.tar.gz 2511949 SHA256 8211e1ccc6e576b0c21e5bfb4f49a0b69990a44bd5a3ce6eae4ff16aaf23412f SHA512 90d258c854972a41adbb3eef71b08d25c5aea24ed6fc830245d19e273112c016b66b0359e1d83143992d07b5a67226216e8f406ac135c21da6b86c7ffde31225 WHIRLPOOL 2dac2936e4c13448b6f8cb0c6d9d0d6d1d7c14b47a6761b6115762d734f91cfd8652186627b8ab55149c14ff5b00260838b0e62962f32ecbd4d2bef1f25e44ba
diff --git a/app-misc/recoll/metadata.xml b/app-misc/recoll/metadata.xml
index 2b4ebed373d..1e89b50bb67 100644
--- a/app-misc/recoll/metadata.xml
+++ b/app-misc/recoll/metadata.xml
@@ -18,22 +18,8 @@
</upstream>
<use>
<flag name="camelcase">Enable indexing for camelCase sentences and words</flag>
- <flag name="chm">Index chm files</flag>
- <flag name="dvi">Index dvi files</flag>
- <flag name="ics">Index iCalendar files</flag>
- <flag name="info">Index GNU info files</flag>
<flag name="inotify">Use the Linux Kernel notification subsystem for monitoring file alterations in realtime</flag>
- <flag name="lyx">Index Latex lyx files</flag>
- <flag name="msdoc">Index Microsoft Word documents</flag>
- <flag name="msppt">Index Microsoft PowerPoint documents</flag>
- <flag name="msxls">Index Microsoft Excel documents</flag>
- <flag name="pdf">Index PDF documents</flag>
- <flag name="rtf">Index Microsoft RTF documents</flag>
<flag name="session">Stop monitoring file alterations when X11 session terminates</flag>
- <flag name="sound">Index audio files</flag>
- <flag name="tex">Index TeX files</flag>
- <flag name="wordperfect">Index WordPerfect documents</flag>
- <flag name="xml">Index several XML-based formats (Abiword, FictionBook, Kword, Office OpenXML, OpenDocument, SVG)</flag>
</use>
<longdescription lang="en">
Recoll is a desktop full-text search tool. It can search most document
diff --git a/app-misc/recoll/recoll-1.19.5-r1.ebuild b/app-misc/recoll/recoll-1.19.5-r1.ebuild
deleted file mode 100644
index 3efef261f44..00000000000
--- a/app-misc/recoll/recoll-1.19.5-r1.ebuild
+++ /dev/null
@@ -1,179 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit toolchain-funcs qmake-utils qt4-r2 linux-info python-single-r1 readme.gentoo
-
-DESCRIPTION="A personal full text search package"
-HOMEPAGE="http://www.lesbonscomptes.com/recoll/"
-SRC_URI="http://www.lesbonscomptes.com/recoll/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-INDEX_HELPERS="chm djvu dvi exif postscript ics info lyx msdoc msppt msxls pdf rtf sound tex wordperfect xml"
-IUSE="+spell inotify +qt4 +session camelcase xattr webkit fam ${INDEX_HELPERS}"
-
-DEPEND="
- virtual/libiconv
- >=dev-libs/xapian-1.0.12
- sys-libs/zlib
- spell? ( app-text/aspell )
- !inotify? ( fam? ( virtual/fam ) )
- qt4? ( dev-qt/qtcore:4[qt3support] )
- webkit? ( dev-qt/qtwebkit:4 )
- session? (
- inotify? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE )
- !inotify? ( fam? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) )
- )
- ${PYTHON_DEPS}
-"
-
-RDEPEND="
- ${DEPEND}
- app-arch/unzip
- sys-apps/sed
- virtual/awk
- pdf? ( app-text/poppler )
- postscript? ( app-text/pstotext )
- msdoc? ( app-text/antiword )
- msxls? ( app-text/catdoc )
- msppt? ( app-text/catdoc )
- wordperfect? ( app-text/libwpd:0.9 )
- rtf? ( app-text/unrtf )
- tex? ( dev-tex/detex )
- dvi? ( virtual/tex-base )
- djvu? ( >=app-text/djvu-3.5.15 )
- exif? ( media-libs/exiftool )
- chm? ( dev-python/pychm[${PYTHON_USEDEP}] )
- ics? ( dev-python/icalendar[${PYTHON_USEDEP}] )
- lyx? ( app-office/lyx )
- sound? ( media-libs/mutagen )
- xml? ( dev-libs/libxslt )
- info? ( sys-apps/texinfo )
- "
-
-REQUIRED_USE="session? ( || ( fam inotify ) )
- ${PYTHON_REQUIRED_USE}"
-
-pkg_pretend() {
- if use inotify; then
- CONFIG_CHECK="~INOTIFY_USER"
- check_extra_config
- fi
-}
-
-pkg_setup() {
- python-single-r1_pkg_setup
-
- local i at_least_one_helper
-
- at_least_one_helper=0
- for i in $INDEX_HELPERS; do
- if use $i; then
- at_least_one_helper=1
- break
- fi
- done
- if [[ $at_least_one_helper -eq 0 ]]; then
- ewarn
- ewarn "You did not enable any of the optional file format flags."
- ewarn "Recoll can read some file formats natively, but many of them"
- ewarn "are optional since they require external helpers."
- ewarn
- fi
-}
-
-src_prepare() {
- use xattr && has_version "${CATEGORY}/${PN}:${SLOT}[-xattr]" && FORCE_PRINT_ELOG="yes"
- ! use xattr && has_version "${CATEGORY}/${PN}:${SLOT}[xattr]" && FORCE_PRINT_ELOG="yes"
-
- DOC_CONTENTS="Default configuration files located at
- /usr/share/${PN}/examples. Either edit these files to match
- your needs or copy them to ~/.recoll/ and edit these files
- instead."
-
- use xattr && DOC_CONTENTS+="
- Use flag \"xattr\" enables support for fetching field values
- from extended file attributes. You will also need to set up a
- map from the attributes names to the Recoll field names
- (see comment at the end of the fields configuration file."
-
- # remember configure.ac is b0rked. Fix it before using eautoreconf in the
- # future
- # eautoreconf
-
- # do not strip binaries
- sed -i -e "/STRIP/d" "${S}"/${PN}install.in \
- || die "Failed to fix the installation script"
- # Drop all the QMAKE lines. We will do it ourselves
- sed -i -e "/QMAKE/d" Makefile.in || die
-}
-
-src_configure() {
- local qtconf
-
- if use qt4 || use webkit; then
- qtconf="QMAKEPATH=$(qt4_get_bindir)/qmake"
- fi
-
- econf \
- $(use_with spell aspell) \
- $(use_enable xattr) \
- $(use_with inotify) \
- $(use_enable qt4 qtgui) \
- $(use_enable camelcase) \
- $(use_with fam) \
- $(use_with inotify) \
- $(use_enable session x11mon) \
- ${qtconf}
- if use qt4; then
- cd qtgui && eqmake4 ${PN}.pro && cd ..
- fi
-}
-
-src_compile() {
- # Do not let upstream people decide on our behalf
- sed -i "s:ar ru:$(tc-getAR) ru:" lib/Makefile || die
-
- emake \
- CC=$(tc-getCC) \
- CXX=$(tc-getCXX) \
- CFLAGS="${CFLAGS} ${LDFLAGS}" \
- CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
-}
-
-src_install() {
- # You probably wonder why I did not fix recollinstall in src_prepare.
- # --prefix requires an absolute path but recollinstall requires prefix
- # to be actually 'usr' because double // makes portage sad. And no, I am not
- # gonna ask upstream to fix the build system
- sed -i -e "/PREFIX/s:/usr:usr:" "${S}"/${PN}install || die
- sed -i -e "/prefix/s:/usr:usr:" "${S}"/Makefile || die
-
- emake DESTDIR="${D%/}" install
- python_optimize
- dodoc ChangeLog README
- mv "${D}/usr/share/${PN}/doc" "${D}/usr/share/doc/${PF}/html"
- dosym /usr/share/doc/${PF}/html /usr/share/${PN}/doc
-
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-
- if [[ -n ${REPLACING_VERSIONS} ]]; then
- elog
- elog "1.18 introduces significant index formats"
- elog "changes to support optional character case and diacritics"
- elog "sensitivity, and it will be advisable to reset the index in"
- elog "most cases. This will be best done by destroying the index"
- elog "directory (rm -rf ~/.recoll/xapiandb). If 1.18 is not configured"
- elog "for case and diacritics sensitivity, it is mostly compatible"
- elog "with 1.17 indexes."
- elog
- fi
-}
next reply other threads:[~2017-04-27 18:15 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-27 18:15 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-05 22:51 [gentoo-commits] repo/gentoo:master commit in: app-misc/recoll/ Andreas Sturmlechner
2025-01-03 22:08 Sam James
2025-01-03 22:08 Sam James
2024-10-19 7:07 Yixun Lan
2024-10-17 9:58 Joonas Niilola
2024-09-05 16:50 Andreas Sturmlechner
2024-04-21 12:38 Sam James
2024-04-21 12:38 Sam James
2024-04-09 6:55 Yixun Lan
2024-03-02 23:01 Sam James
2024-03-02 23:01 Sam James
2024-02-06 3:39 Sam James
2023-12-29 7:33 Arthur Zamarin
2023-07-08 18:08 Conrad Kostecki
2023-06-24 15:38 Arthur Zamarin
2023-05-27 7:49 Joonas Niilola
2023-05-27 7:49 Joonas Niilola
2023-05-27 7:49 Joonas Niilola
2023-05-01 0:23 Sam James
2023-05-01 0:09 Sam James
2023-04-10 7:37 Joonas Niilola
2023-01-12 14:07 Joonas Niilola
2022-08-17 17:11 Joonas Niilola
2022-07-03 11:51 Joonas Niilola
2022-07-03 11:51 Joonas Niilola
2022-04-23 6:25 Joonas Niilola
2022-04-23 6:25 Joonas Niilola
2022-01-09 11:02 Joonas Niilola
2022-01-09 11:02 Joonas Niilola
2021-12-09 16:24 Agostino Sarubbo
2021-12-08 11:54 Jakov Smolić
2021-11-10 8:02 Joonas Niilola
2021-07-08 7:35 Joonas Niilola
2021-06-29 21:24 Sam James
2021-06-29 21:24 Sam James
2021-05-31 20:18 Michał Górny
2021-04-22 3:01 Sam James
2021-04-22 2:59 Sam James
2021-03-16 6:54 Joonas Niilola
2021-03-10 11:33 Joonas Niilola
2021-02-10 14:55 Joonas Niilola
2021-02-10 14:55 Joonas Niilola
2021-01-13 9:18 Sam James
2021-01-13 9:17 Sam James
2020-12-05 4:55 Erik Mackdanz
2019-07-18 13:39 Agostino Sarubbo
2019-07-18 7:26 Agostino Sarubbo
2019-06-27 17:21 Andreas Sturmlechner
2019-05-08 17:05 Andreas Sturmlechner
2019-02-03 14:08 Andreas Sturmlechner
2018-09-10 19:46 Andreas Sturmlechner
2018-09-09 8:23 Mikle Kolyada
2018-09-09 1:12 Thomas Deutschmann
2018-06-01 14:10 Aaron Bauman
2017-12-16 23:15 Andreas Sturmlechner
2017-11-30 19:02 Thomas Deutschmann
2017-09-24 8:53 Michael Palimaka
2017-07-19 15:51 Patrice Clement
2017-04-24 7:23 Agostino Sarubbo
2017-04-20 7:59 David Seifert
2017-03-04 18:50 Andreas Sturmlechner
2017-03-04 18:17 Andreas Sturmlechner
2017-03-04 18:17 Andreas Sturmlechner
2016-11-01 10:30 Pacho Ramos
2016-11-01 10:29 Pacho Ramos
2016-08-17 13:50 Pacho Ramos
2016-06-25 8:26 Michał Górny
2015-10-18 18:20 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1493316884.6e026c287b096b7690f41a5bfdc855bef7f3b534.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox