From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A233138330 for ; Fri, 30 Sep 2016 21:47:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFCB2E09A9; Fri, 30 Sep 2016 21:47:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EEC0E09A9 for ; Fri, 30 Sep 2016 21:47:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 038BF340A85 for ; Fri, 30 Sep 2016 21:47:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 529D9248D for ; Fri, 30 Sep 2016 21:47:25 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1475272038.8eb8edc7566fcab7b19f136338c06f6bd0f5b64e.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rarian/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/rarian/Manifest app-text/rarian/rarian-0.8.1-r3.ebuild X-VCS-Directories: app-text/rarian/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 8eb8edc7566fcab7b19f136338c06f6bd0f5b64e X-VCS-Branch: master Date: Fri, 30 Sep 2016 21:47:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3ff571b6-9876-48f0-a334-7bdcf2eead9d X-Archives-Hash: 21f6e381505f7666e42d8d101fd2b732 commit: 8eb8edc7566fcab7b19f136338c06f6bd0f5b64e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Fri Sep 30 21:44:25 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri Sep 30 21:47:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb8edc7 app-text/rarian: unbundle tinyxml, apply patches from other distros Project is most certainly dead nowadays but a surprising number of patches from Redhat, Debian and Ubuntu are lying around waiting to be collected. Since unbundling tinyxml produced a patch too big for repoman to accept, these are provided via a tarball in dev space. Bump ebuild to EAPI6. Gentoo-bug: 252920 Package-Manager: portage-2.3.1 app-text/rarian/Manifest | 1 + app-text/rarian/rarian-0.8.1-r3.ebuild | 66 ++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/app-text/rarian/Manifest b/app-text/rarian/Manifest index b54bb63..a62f574 100644 --- a/app-text/rarian/Manifest +++ b/app-text/rarian/Manifest @@ -1 +1,2 @@ +DIST rarian-0.8.1-r3-patches.tar.xz 33508 SHA256 204f4f57724bc4c6f914df5cecea0b799b0f0f166f12e6462ea3762c76c6f234 SHA512 a6a258803ce165854047aacd1ffef32d8d5c271cad3e6b74fb3c694ca6a0de9a8f253c89f9ff53279e7228ae401fad06721f10a6374a03a51bad76b2ef969000 WHIRLPOOL 1824c7e537e9d10e126e3bf8b0b6ed388394ac47b29ea5c5cb4685557572b9a61c663a0337fea34f982782e625c559f549b371934b2f125b4eec1cbf4ee258ad DIST rarian-0.8.1.tar.gz 459461 SHA256 b410d9581dddfabe93e29f9e235a9f9d04d33d8eb12afd0f5ad3bd238c55adef SHA512 ddc640e1ac210e9dc3fcdde6bbff6e21dabe97b160b531cac68d47d1b831dec71b7c4aced9819cfafd8f89f290920c4e33550b8e29d9872a1c1a202d6fe8e3eb WHIRLPOOL bd11206a4701e1771ebd5d82123d299c1c3cbb7ecfa6e00654372494d07b8f47cdfc6e88dc8ea6a405acdae0f57b12ae8c927a952f42d55cdab8f1214f0ac237 diff --git a/app-text/rarian/rarian-0.8.1-r3.ebuild b/app-text/rarian/rarian-0.8.1-r3.ebuild new file mode 100644 index 00000000..ae24e00 --- /dev/null +++ b/app-text/rarian/rarian-0.8.1-r3.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools eutils + +DESCRIPTION="A documentation metadata library" +HOMEPAGE="https://rarian.freedesktop.org/" +SRC_URI="https://${PN}.freedesktop.org/Releases/${P}.tar.gz + https://dev.gentoo.org/~eva/distfiles/${PN}/${P}-r3-patches.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="static-libs" + +RDEPEND=" + dev-libs/libxslt + dev-libs/tinyxml + || ( + sys-apps/util-linux + app-misc/getopt ) +" +DEPEND="${RDEPEND} + !