public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm-gtk-greeter/
Date: Sun, 21 Oct 2018 12:48:52 +0000 (UTC)	[thread overview]
Message-ID: <1540126124.fdbd3fe8300ef67d648b9c2fe3e24144abe04654.polynomial-c@gentoo> (raw)

commit:     fdbd3fe8300ef67d648b9c2fe3e24144abe04654
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 12:46:26 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 12:48:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbd3fe8

x11-misc/lightdm-gtk-greeter: Removed old.

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 x11-misc/lightdm-gtk-greeter/Manifest              |  1 -
 .../lightdm-gtk-greeter-2.0.5-r1.ebuild            | 82 ----------------------
 2 files changed, 83 deletions(-)

diff --git a/x11-misc/lightdm-gtk-greeter/Manifest b/x11-misc/lightdm-gtk-greeter/Manifest
index b75fc71595a..5d112880b58 100644
--- a/x11-misc/lightdm-gtk-greeter/Manifest
+++ b/x11-misc/lightdm-gtk-greeter/Manifest
@@ -1,4 +1,3 @@
 DIST lightdm-gentoo-patch-2.tar.gz 695543 BLAKE2B 62e21dd413b90053160f774663d89c81b3c9d8c4a040023f4ce50bf775a2f036e0be6ed16ae767eb5b04586a27fdbf41eb56f777340b2d56633738a126c3d575 SHA512 8d9bfdee71ab1871de33e134b11bba409cc493876e5ae9534956100ff6af6c8748b29de9082ecf8b771ccac4c8c2024e15e93332165171dfe93eb99c9a834274
 DIST lightdm-gtk-greeter-2.0.1.tar.gz 467375 BLAKE2B 9b6e4c597b0dcace770609f7bbe55dac627445b609619b7965566e964f1584bb75ed3ff7d45567dbdded5fb777578043990b9f8ba6f17d27951adf222740cee8 SHA512 fd41cae828f7feafb462143519500d0d98a8b6729eb5ffd9be4247d47fa0074fa00ac9892c8cbdda9d7656e9d6949ae65e69911ae911269e99e80e4fefb19a08
-DIST lightdm-gtk-greeter-2.0.5.tar.gz 571189 BLAKE2B 583e75b1d621ffef4ade7e65fb3ab4891a119f1d416c8011a80d06e1916ecb5903f4c1af432052cb05a72aa38cde38293dd90eed00295fec5ff758e78576e10e SHA512 1ae31a36e19a2e8825bb0bfe4eef51f317306636bc0f14df9ee4c89c81d60ce7193d74e053ce59ae50c6fe05d27be73fb5a83cce732a0df4a3b4390539418fad
 DIST lightdm-gtk-greeter-2.0.6.tar.gz 575668 BLAKE2B 6aa5e4db80f411b5a5e34c5ce332906a11d7755af71f617dfedf1658c60777ba732e0ed81a9d5e01c93e2a7fd74364dffc8043d640cd6ab91f3e604769863c01 SHA512 778215351a9140f164c67c75d69efc55b1edf97a493f42a14e2a40e322f738cba99534274d00198291454466fbf407efdc927479c4821d04e12d742feb31cc3a

diff --git a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.5-r1.ebuild b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.5-r1.ebuild
deleted file mode 100644
index 199f3d93730..00000000000
--- a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.5-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools gnome2-utils 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 \
-			-e "/xft-hintstyle/s:slight:hintslight:" \
-			-e "/background/s:=.*:=/usr/share/lightdm/backgrounds/${GENTOO_BG}:" \
-			-i "${WORKDIR}"/${PN}.conf || die
-		# Add back the reboot/shutdown buttons
-		echo 'indicators=~host;~spacer;~clock;~spacer;~session;~language;~a11y;~power;~' \
-			>> "${WORKDIR}"/${PN}.conf || die
-	fi
-	default
-
-	# Fix docdir
-	sed "/^docdir/s@${PN}@${PF}@" -i data/Makefile.am || die
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		--enable-kill-on-sigterm
-		--enable-at-spi-command="${EPREFIX}/usr/libexec/at-spi-bus-launcher --launch-immediately"
-		$(use_enable ayatana libindicator)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-
-	if use branding; then
-		insinto /etc/lightdm/
-		doins "${WORKDIR}"/${PN}.conf
-		insinto /usr/share/lightdm/backgrounds/
-		doins "${WORKDIR}"/${GENTOO_BG}
-		newdoc "${WORKDIR}"/README.txt README-background.txt
-	fi
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2018-10-21 12:49 UTC|newest]

Thread overview: 86+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-21 12:48 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-02  4:47 [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm-gtk-greeter/ Viorel Munteanu
2024-07-02  4:47 Viorel Munteanu
2024-06-30 18:26 Michał Górny
2024-06-30 18:26 Michał Górny
2024-06-30 18:26 Michał Górny
2024-06-30 17:31 Sam James
2024-06-30 17:31 Sam James
2024-06-30 17:31 Sam James
2024-06-29 18:24 Viorel Munteanu
2024-06-28 12:01 Viorel Munteanu
2024-04-07 18:26 Marek Szuba
2023-06-10 10:35 Marek Szuba
2023-05-27 11:12 Sam James
2023-05-27 11:04 Arthur Zamarin
2023-05-23  0:10 Sam James
2023-05-19 17:50 Arthur Zamarin
2023-03-01 21:43 Marek Szuba
2023-03-01 21:43 Marek Szuba
2023-03-01 21:43 Marek Szuba
2022-07-02 23:23 WANG Xuerui
2022-06-29 11:08 Marek Szuba
2021-07-26  7:40 Yixun Lan
2020-12-03  5:04 Sam James
2020-12-02 10:23 Sam James
2020-11-29  8:22 Agostino Sarubbo
2020-11-29  8:20 Agostino Sarubbo
2020-11-29  8:16 Agostino Sarubbo
2020-11-27 16:49 Thomas Deutschmann
2020-06-25  8:57 Lars Wendler
2020-06-25  8:57 Lars Wendler
2020-06-03 15:12 Agostino Sarubbo
2020-05-28 15:45 Agostino Sarubbo
2020-05-25  9:36 Sergei Trofimovich
2020-05-24  8:09 Agostino Sarubbo
2020-05-23 10:08 Pacho Ramos
2020-05-22  8:02 Sergei Trofimovich
2019-11-19 11:01 Lars Wendler
2019-11-18 15:39 Lars Wendler
2019-10-15 14:21 Lars Wendler
2019-08-17 16:10 Matt Turner
2019-07-28 10:59 Mikle Kolyada
2019-07-22 23:19 Aaron Bauman
2019-06-22  9:38 Sergei Trofimovich
2019-06-22  9:32 Sergei Trofimovich
2019-06-20  9:05 Mikle Kolyada
2019-06-18 18:24 Thomas Deutschmann
2019-05-29  0:32 Aaron Bauman
2019-04-23  7:42 Lars Wendler
2018-10-22  7:26 Lars Wendler
2018-10-20 12:16 Sergei Trofimovich
2018-10-04  8:51 Mikle Kolyada
2018-09-24  1:50 Thomas Deutschmann
2018-09-15 18:26 Sergei Trofimovich
2018-09-15 12:42 Mikle Kolyada
2018-09-13 10:33 Lars Wendler
2018-09-13 10:33 Lars Wendler
2018-08-26 20:35 Michał Górny
2018-07-19  8:44 Lars Wendler
2018-04-27  8:17 Lars Wendler
2018-03-21  9:02 Lars Wendler
2018-03-21  9:02 Lars Wendler
2018-03-01 17:03 Lars Wendler
2018-03-01 16:56 Lars Wendler
2018-02-27 15:03 Lars Wendler
2018-02-27 15:03 Lars Wendler
2018-01-25 22:52 Patrice Clement
2018-01-17  9:26 Lars Wendler
2017-10-04  9:17 Michał Górny
2017-09-30  1:07 Lars Wendler
2017-09-30  1:07 Lars Wendler
2017-07-30 16:04 David Seifert
2017-07-06 15:09 Lars Wendler
2017-02-23 16:38 Michael Weber
2016-11-27 11:21 Pacho Ramos
2016-10-17 12:41 Lars Wendler
2016-10-17  9:05 Lars Wendler
2016-10-17  9:05 Lars Wendler
2016-10-15  5:34 Jeroen Roovers
2016-07-05 21:42 Aaron Bauman
2016-07-05 21:00 Markus Meier
2016-07-02  5:23 Aaron Bauman
2016-07-02  4:59 Aaron Bauman
2016-04-09 13:46 Agostino Sarubbo
2015-12-03 21:44 Markos Chandras
2015-08-27 18:25 Markos Chandras

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1540126124.fdbd3fe8300ef67d648b9c2fe3e24144abe04654.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox