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 AC5531382C5 for ; Mon, 23 Apr 2018 13:19:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86BE9E0B09; Mon, 23 Apr 2018 13:19:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59CDBE0B13 for ; Mon, 23 Apr 2018 13:19:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 970DE335C2E for ; Mon, 23 Apr 2018 13:19:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D20927C for ; Mon, 23 Apr 2018 13:19:42 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1524489307.2028e42621eaa96f4a651cce89b6f1ad7b149b0c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/libgsf/Manifest gnome-extra/libgsf/libgsf-1.14.43.ebuild X-VCS-Directories: gnome-extra/libgsf/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 2028e42621eaa96f4a651cce89b6f1ad7b149b0c X-VCS-Branch: master Date: Mon, 23 Apr 2018 13:19:42 +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: 60fa2c7f-9e6a-4f91-bdb2-7182c01ad138 X-Archives-Hash: 8b30366d9f95e9451ae0b4b9f9e103f1 commit: 2028e42621eaa96f4a651cce89b6f1ad7b149b0c Author: Mart Raudsepp gentoo org> AuthorDate: Mon Apr 23 11:40:03 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Apr 23 13:15:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2028e426 gnome-extra/libgsf: bump to 1.14.43 Package-Manager: Portage-2.3.28, Repoman-2.3.9 gnome-extra/libgsf/Manifest | 1 + gnome-extra/libgsf/libgsf-1.14.43.ebuild | 39 ++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest index f97303dd56b..474262a522c 100644 --- a/gnome-extra/libgsf/Manifest +++ b/gnome-extra/libgsf/Manifest @@ -1 +1,2 @@ DIST libgsf-1.14.41.tar.xz 616944 BLAKE2B 300da197dcbd5568758da21ea25b25636fcd7b16483a5b526e1c9e0242145208580f6edd41ac1028b7b51fe159eab506a32947ef81beb47883cf133bf2ea9cb7 SHA512 e3892500288e5d1d9e46cdd3940d872ae2504fe54babe2dc085218c3e1a5aff5a7220c88bde730239af4a56c340a22f47337280b8892f0ab31e1e751adea9bc3 +DIST libgsf-1.14.43.tar.xz 618272 BLAKE2B a381125ce75d06ae4bf1c9dbe9b2e207534ff7c3310e40984e482bc5120eae45a7e3ed4cfd878890037f31ee540c700dea3120119b9a533fa79cab317a0c83a8 SHA512 bb487de9358c057fc73f3414c9515726315be9b6d78456253daaca1cbd58281de8766e0b72914532d63fab04d3ae2cf90f711f436c7b4f70620d77e8a7802ac9 diff --git a/gnome-extra/libgsf/libgsf-1.14.43.ebuild b/gnome-extra/libgsf/libgsf-1.14.43.ebuild new file mode 100644 index 00000000000..77a9583b2c3 --- /dev/null +++ b/gnome-extra/libgsf/libgsf-1.14.43.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 + +DESCRIPTION="The GNOME Structured File Library" +HOMEPAGE="https://developer.gnome.org/gsf/" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0/114" # libgsf-1.so version +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="bzip2 gtk +introspection" + +RDEPEND=" + >=dev-libs/glib-2.26:2 + >=dev-libs/libxml2-2.4.16:2 + sys-libs/zlib + bzip2? ( app-arch/bzip2 ) + gtk? ( + x11-libs/gdk-pixbuf:2 + virtual/imagemagick-tools + ) + introspection? ( >=dev-libs/gobject-introspection-1:= ) +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.12 + >=dev-util/intltool-0.35.0 + dev-libs/gobject-introspection-common + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + --disable-static \ + $(use_with bzip2 bz2) \ + $(use_enable introspection) \ + $(use_with gtk gdk-pixbuf) +}