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 BCB0E1396D1 for ; Sat, 30 Sep 2017 01:07:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F3F92BC021; Sat, 30 Sep 2017 01:07:54 +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 10C622BC021 for ; Sat, 30 Sep 2017 01:07:54 +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 546733417DC for ; Sat, 30 Sep 2017 01:07:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A91AC909B for ; Sat, 30 Sep 2017 01:07:50 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1506733665.0027b0f53ad9284114371b3e44a250f069aad319.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm-gtk-greeter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.2.ebuild X-VCS-Directories: x11-misc/lightdm-gtk-greeter/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0027b0f53ad9284114371b3e44a250f069aad319 X-VCS-Branch: master Date: Sat, 30 Sep 2017 01:07:50 +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: 8883923b-81ab-493a-9006-70d8f803e16c X-Archives-Hash: f3d834ad3356ea4b88379b29d925f9d3 commit: 0027b0f53ad9284114371b3e44a250f069aad319 Author: Lars Wendler gentoo org> AuthorDate: Sat Sep 30 01:07:09 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Sep 30 01:07:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0027b0f5 x11-misc/lightdm-gtk-greeter: Removed old. Package-Manager: Portage-2.3.10, Repoman-2.3.3 .../lightdm-gtk-greeter-2.0.2.ebuild | 64 ---------------------- 1 file changed, 64 deletions(-) diff --git a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.2.ebuild b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.2.ebuild deleted file mode 100644 index 409a5950371..00000000000 --- a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.2.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit versionator - -DESCRIPTION="LightDM GTK+ Greeter" -HOMEPAGE="https://launchpad.net/lightdm-gtk-greeter" -SRC_URI="https://launchpad.net/lightdm-gtk-greeter/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz - branding? ( https://dev.gentoo.org/~hwoarang/distfiles/lightdm-gentoo-patch-2.tar.gz )" - -LICENSE="GPL-3 LGPL-3 - branding? ( CC-BY-3.0 )" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="ayatana branding" - -COMMON_DEPEND="ayatana? ( dev-libs/libindicator:3 ) - x11-libs/gtk+:3 - >=x11-misc/lightdm-1.2.2" - -DEPEND="${COMMON_DEPEND} - dev-util/intltool - sys-devel/gettext - xfce-base/exo" - -RDEPEND="${COMMON_DEPEND} - x11-themes/gnome-themes-standard - >=x11-themes/adwaita-icon-theme-3.14.1" - -GENTOO_BG="gentoo-bg_65.jpg" - -src_prepare() { - # Ok, this has to be fixed in the tarball but I am too lazy to do it. - # I will fix this once I decide to update the tarball with a new gentoo - # background - # Bug #404467 - if use branding; then - sed -i -e "/xft-hintstyle/s:slight:hintslight:" \ - "${WORKDIR}"/${PN}.conf || die - fi - default -} - -src_configure() { - econf --enable-kill-on-sigterm \ - $(use_enable ayatana libindicator) -} - -src_install() { - default - - if use branding; then - insinto /etc/lightdm/ - doins "${WORKDIR}"/${PN}.conf - insinto /usr/share/lightdm/backgrounds/ - doins "${WORKDIR}"/${GENTOO_BG} - sed -i -e \ - "/background/s:=.*:=/usr/share/lightdm/backgrounds/${GENTOO_BG}:" \ - "${D}"/etc/lightdm/${PN}.conf || die - newdoc "${WORKDIR}"/README.txt README-background.txt - fi -}