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 F11E1138334 for ; Sun, 16 Sep 2018 08:10:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26627E0D30; Sun, 16 Sep 2018 08:10:35 +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 DCFA0E0D30 for ; Sun, 16 Sep 2018 08:10:34 +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 2B996335C0D for ; Sun, 16 Sep 2018 08:10:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E7073EC for ; Sun, 16 Sep 2018 08:10:30 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1537085398.bcb7ddf0557b84d7588b7ec61a4b3a79f50d8882.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm-mini-greeter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lightdm-mini-greeter/Manifest x11-misc/lightdm-mini-greeter/lightdm-mini-greeter-0.3.2.ebuild x11-misc/lightdm-mini-greeter/metadata.xml X-VCS-Directories: x11-misc/lightdm-mini-greeter/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: bcb7ddf0557b84d7588b7ec61a4b3a79f50d8882 X-VCS-Branch: master Date: Sun, 16 Sep 2018 08:10:30 +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: 15415f0c-835c-4563-a6d1-31a8464eb5bc X-Archives-Hash: df7eef788494402f08876bd3a57d4664 commit: bcb7ddf0557b84d7588b7ec61a4b3a79f50d8882 Author: Hans de Graaff gentoo org> AuthorDate: Sun Sep 16 08:08:11 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Sep 16 08:09:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb7ddf0 x11-misc/lightdm-mini-greeter: initial import of 0.3.2 Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-misc/lightdm-mini-greeter/Manifest | 1 + .../lightdm-mini-greeter-0.3.2.ebuild | 29 ++++++++++++++++++++++ x11-misc/lightdm-mini-greeter/metadata.xml | 11 ++++++++ 3 files changed, 41 insertions(+) diff --git a/x11-misc/lightdm-mini-greeter/Manifest b/x11-misc/lightdm-mini-greeter/Manifest new file mode 100644 index 00000000000..90a2363b105 --- /dev/null +++ b/x11-misc/lightdm-mini-greeter/Manifest @@ -0,0 +1 @@ +DIST lightdm-mini-greeter-0.3.2.tar.gz 25165 BLAKE2B 677c3544607354aff252cf19448c7b8a63ee98e836bd4a42ec0043782af5c76890b2c6d0a2f83279b2a69901a009d5d6afcf5c356b7bb2ffcbd845341822e64b SHA512 eed48cca47300c2461c75a467f247bf9242c762ed868f0c00842c17fe42ddbd389b5aa03e4bb588089dae763b2927b59fe296ed9ceee80122cd4198455275380 diff --git a/x11-misc/lightdm-mini-greeter/lightdm-mini-greeter-0.3.2.ebuild b/x11-misc/lightdm-mini-greeter/lightdm-mini-greeter-0.3.2.ebuild new file mode 100644 index 00000000000..e03722f2175 --- /dev/null +++ b/x11-misc/lightdm-mini-greeter/lightdm-mini-greeter-0.3.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="A Minimal, Configurable, Single-User GTK3 LightDM Greeter" +HOMEPAGE="https://github.com/prikhi/lightdm-mini-greeter" +SRC_URI="https://github.com/prikhi/lightdm-mini-greeter/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND="virtual/pkgconfig" + +RDEPEND=" + >=x11-libs/gtk+-3.14:3 + >=x11-misc/lightdm-1.12 +" +DEPEND="${RDEPEND}" + +DOCS="CHANGELOG.md README.md" + +src_prepare() { + eapply_user + eautoreconf +} diff --git a/x11-misc/lightdm-mini-greeter/metadata.xml b/x11-misc/lightdm-mini-greeter/metadata.xml new file mode 100644 index 00000000000..31c9c51c256 --- /dev/null +++ b/x11-misc/lightdm-mini-greeter/metadata.xml @@ -0,0 +1,11 @@ + + + + + graaff@gentoo.org + Hans de Graaff + + + prikhi/lightdm-mini-greeter + +