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 34788139082 for ; Wed, 29 Nov 2017 20:55:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60675E0BCF; Wed, 29 Nov 2017 20:55:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 382B8E0BCF for ; Wed, 29 Nov 2017 20:55:16 +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 7BACC33BE2E for ; Wed, 29 Nov 2017 20:55:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10345ABF8 for ; Wed, 29 Nov 2017 20:55:14 +0000 (UTC) From: "Denis Dupeyron" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Dupeyron" Message-ID: <1511988903.15e4908feef67381f6163b66eb0347bd118195ca.calchan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xfbib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xfbib/Manifest app-text/xfbib/xfbib-0.0.2-r2.ebuild X-VCS-Directories: app-text/xfbib/ X-VCS-Committer: calchan X-VCS-Committer-Name: Denis Dupeyron X-VCS-Revision: 15e4908feef67381f6163b66eb0347bd118195ca X-VCS-Branch: master Date: Wed, 29 Nov 2017 20:55:14 +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: 17eac2c9-5119-4e1e-8ee7-abe88b3e2067 X-Archives-Hash: 41842a59ea0481135fe0f3fffe8b71de commit: 15e4908feef67381f6163b66eb0347bd118195ca Author: Denis Dupeyron gentoo org> AuthorDate: Wed Nov 29 20:45:54 2017 +0000 Commit: Denis Dupeyron gentoo org> CommitDate: Wed Nov 29 20:55:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e4908f app-text/xfbib: fix deps and patching, remove obsolete xfconf.eclass, migrate to EAPI6 Package-Manager: Portage-2.3.16, Repoman-2.3.6 app-text/xfbib/Manifest | 2 +- app-text/xfbib/xfbib-0.0.2-r2.ebuild | 42 ++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/app-text/xfbib/Manifest b/app-text/xfbib/Manifest index 3d97305934b..62f018ed762 100644 --- a/app-text/xfbib/Manifest +++ b/app-text/xfbib/Manifest @@ -1 +1 @@ -DIST xfbib-0.0.2.tar.bz2 340703 SHA256 eeb668b5cedbc9a9b4d8e54767fb7262f173dd9e440031b94580ca108b95f920 SHA512 7f6f812bfdb6b95574f66b63e51fb1a70ce20fd795b6070b055cdc8e753656a266237be92a7e60865d9f1e5fa750be0af3404ecf219a8a5d89dde505c759aebc WHIRLPOOL b45d18574479c42b3fe473d38b217fa603ff0d69a8f678ea328e7af72d8bb92121dfc450e33f46b747e3a8c25e02aa689d16ba61c988bdb28815ffac52bc0807 +DIST xfbib-0.0.2.tar.bz2 340703 BLAKE2B 4f15fb39fc55e06b5cde8961db27661f3f2f2e954e52e809105fb7f3326f54c63e63acb6fa21585da8a5aa340eafd4bc33df73822fe9f6ac7a04e67d95db6e0a SHA512 7f6f812bfdb6b95574f66b63e51fb1a70ce20fd795b6070b055cdc8e753656a266237be92a7e60865d9f1e5fa750be0af3404ecf219a8a5d89dde505c759aebc diff --git a/app-text/xfbib/xfbib-0.0.2-r2.ebuild b/app-text/xfbib/xfbib-0.0.2-r2.ebuild new file mode 100644 index 00000000000..48361d024ae --- /dev/null +++ b/app-text/xfbib/xfbib-0.0.2-r2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils xdg-utils + +DESCRIPTION="a lightweight BibTeX editor" +HOMEPAGE="https://goodies.xfce.org/projects/applications/xfbib" +SRC_URI="https://goodies.xfce.org/releases/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.12 + >=x11-libs/gtk+-2.10:2 + >=xfce-base/libxfcegui4-4.2 + >=xfce-base/libxfce4ui-4.8 + >=xfce-base/libxfce4util-4.8" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog NEWS README TODO ) + +src_prepare() { + eapply -p0 "${FILESDIR}"/${P}-validate.patch + default +} + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +}