summaryrefslogtreecommitdiff
path: root/app-text/rarian/rarian-0.8.1-r4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-08 03:44:17 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-08 03:44:17 +0100
commit0d7ae8c4b021f0ea675d5bc81389c5d159a197fa (patch)
tree7a5b596d22fbf5127a880ea425deca60f36d27a6 /app-text/rarian/rarian-0.8.1-r4.ebuild
parentcda4539525c6eb3d5a55c383719645b9409e1aad (diff)
gentoo auto-resync : 08:06:2023 - 03:44:17
Diffstat (limited to 'app-text/rarian/rarian-0.8.1-r4.ebuild')
-rw-r--r--app-text/rarian/rarian-0.8.1-r4.ebuild61
1 files changed, 0 insertions, 61 deletions
diff --git a/app-text/rarian/rarian-0.8.1-r4.ebuild b/app-text/rarian/rarian-0.8.1-r4.ebuild
deleted file mode 100644
index 044d5c514ec0..000000000000
--- a/app-text/rarian/rarian-0.8.1-r4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="A documentation metadata library"
-HOMEPAGE="https://rarian.freedesktop.org/"
-SRC_URI="
- https://${PN}.freedesktop.org/Releases/${P}.tar.gz
- https://dev.gentoo.org/~soap/distfiles/${P}-r4-patches.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
-
-RDEPEND="
- dev-libs/libxslt
- dev-libs/tinyxml
- || (
- sys-apps/util-linux
- app-misc/getopt
- )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${WORKDIR}"/0001-Fix-uri-of-omf-files-produced-by-rarian-sk-preinstal.patch
- "${WORKDIR}"/0002-Allow-building-against-system-copy-of-tinyxml.patch
- "${WORKDIR}"/0003-Allow-to-specify-only-the-prefix-of-an-info-page-e.g.patch
- "${WORKDIR}"/0004-Fix-a-crash-when-opening-files-without-dots-in-their.patch
- "${WORKDIR}"/0005-Make-librarian-obey-to-LC_MESSAGES.patch
- "${WORKDIR}"/0006-Fix-m4-syntax-so-that-autoreconf-doesn-t-break.patch
- "${WORKDIR}"/0007-Remove-the-nonexistent-dist-gzip-Automake-option.patch
- "${WORKDIR}"/0008-Fix-OMF-category-parsing.patch
- "${WORKDIR}"/0009-Allow-the-getopt-command-to-be-customized-at-configu.patch
- "${WORKDIR}"/0010-Wimplicit-int.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- local myconf=()
- # https://bugs.gentoo.org/show_bug.cgi?id=409811
- # https://bugs.freedesktop.org/show_bug.cgi?id=53264
- if ! has_version sys-apps/util-linux; then
- myconf=( --with-getopt=getopt-long )
- fi
-
- econf \
- --localstatedir="${EPREFIX}"/var \
- "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}