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 08F1D138334 for ; Fri, 6 Dec 2019 14:20:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 667E3E08CA; Fri, 6 Dec 2019 14:20:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3FA95E08CA for ; Fri, 6 Dec 2019 14:20:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8D58234D852 for ; Fri, 6 Dec 2019 14:20:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E13E98D7 for ; Fri, 6 Dec 2019 14:20:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1575641989.cc9361ac4b7aca195a0ff7968a913bda3b7d9ff8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfconf/Manifest xfce-base/xfconf/xfconf-4.12.1-r1.ebuild X-VCS-Directories: xfce-base/xfconf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cc9361ac4b7aca195a0ff7968a913bda3b7d9ff8 X-VCS-Branch: master Date: Fri, 6 Dec 2019 14:20:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bee9b10b-2349-447e-b4b7-e87a01db339f X-Archives-Hash: c07c19d24c24e36e00080c1fd5a7deee commit: cc9361ac4b7aca195a0ff7968a913bda3b7d9ff8 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 6 12:34:19 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 6 14:19:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9361ac xfce-base/xfconf: Remove redundant version Signed-off-by: Michał Górny gentoo.org> xfce-base/xfconf/Manifest | 1 - xfce-base/xfconf/xfconf-4.12.1-r1.ebuild | 90 -------------------------------- 2 files changed, 91 deletions(-) diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest index 311d59923a5..be5a6bf5e02 100644 --- a/xfce-base/xfconf/Manifest +++ b/xfce-base/xfconf/Manifest @@ -1,2 +1 @@ -DIST xfconf-4.12.1.tar.bz2 564131 BLAKE2B 893210f19d743559b0879e9e38004400c8f8af0b6b8c72db4602360eee2ee7058f074e86f2f9e4397f6e728eae0148d3621424461d53e84ad768d7f0673ed08a SHA512 114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f DIST xfconf-4.14.1.tar.bz2 644804 BLAKE2B 1b04770fa9b3f4901f561bc3978dd7ffdbfea9496330a98334ffb19c0c7413b0540423f20200e2e5191ff876f3e2c32ca8354bbab70aac4de00592d995f77e72 SHA512 727d013f7e71e0eb9ff17e464acd65c1fa507f8eba1bd29621dae070161042f60f47b8ac048b28849bf45232d04d5d6e48530aa0bd1e661a3f58db47703a8808 diff --git a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild deleted file mode 100644 index 0c1d52b947d..00000000000 --- a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit xdg-utils - -DESCRIPTION="A configuration management system for Xfce" -HOMEPAGE="https://www.xfce.org/projects/" -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" -IUSE="debug perl" - -RDEPEND=">=dev-libs/dbus-glib-0.98 - >=dev-libs/glib-2.30 - >=xfce-base/libxfce4util-4.10 - perl? ( - dev-lang/perl:=[-build(-)] - dev-perl/glib-perl - )" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext - perl? ( - dev-perl/ExtUtils-Depends - dev-perl/ExtUtils-PkgConfig - )" - -src_configure() { - local myconf=( - $(use_enable perl perl-bindings) - $(use_enable debug checks) - --with-perl-options=INSTALLDIRS=vendor - ) - [[ ${CHOST} == *-darwin* ]] && myconf+=( --disable-visibility ) #366857 - - xdg_environment_reset - econf "${myconf[@]}" -} - -src_prepare() { - # https://bugzilla.xfce.org/show_bug.cgi?id=9556 - cat <<-EOF >> po/POTFILES.skip - xfconf-perl/xs/Xfconf.c - xfconf-perl/xs/XfconfBinding.c - xfconf-perl/xs/XfconfChannel.c - EOF - - default -} - -src_compile() { - emake OTHERLDFLAGS="${LDFLAGS}" -} - -src_test() { - local service_dir=${HOME}/.local/share/dbus-1/services - mkdir -p "${service_dir}" || die - cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die - [D-BUS Service] - Name=org.xfce.Xfconf - Exec=${S}/xfconfd/xfconfd - EOF - - ( - # start isolated dbus session bus - dbus_data=$(dbus-launch --sh-syntax) || exit - eval "${dbus_data}" - - nonfatal emake check - ret=${?} - - kill "${DBUS_SESSION_BUS_PID}" - exit "${ret}" - ) || die -} - -src_install() { - default - find "${D}" -type f -name '*.la' -delete || die - - if use perl; then - find "${ED}" -type f -name perllocal.pod -delete || die - find "${ED}" -depth -mindepth 1 -type d -empty -delete || die - fi -}