public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screensaver/
Date: Mon,  4 May 2020 09:40:26 +0000 (UTC)	[thread overview]
Message-ID: <1588585174.659b6289318445a9061efe42d3080c107c0cd718.mgorny@gentoo> (raw)

commit:     659b6289318445a9061efe42d3080c107c0cd718
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  4 09:39:34 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  4 09:39:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659b6289

xfce-extra/xfce4-screensaver: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-screensaver/Manifest              |  1 -
 .../xfce4-screensaver-0.1.9.ebuild                 | 74 ----------------------
 2 files changed, 75 deletions(-)

diff --git a/xfce-extra/xfce4-screensaver/Manifest b/xfce-extra/xfce4-screensaver/Manifest
index 75dfdf984ee..581fff737f7 100644
--- a/xfce-extra/xfce4-screensaver/Manifest
+++ b/xfce-extra/xfce4-screensaver/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-screensaver-0.1.10.tar.bz2 665624 BLAKE2B 9af4a821bcbb461462cf620dbd2c064a32b904f0d6887095cd00939f857244d69612e18559c0cf0be93e9044047d0e3dba8c756acc16fe9e3e136a718beb3942 SHA512 a04842697c7a8f84ee937f0371b3d1413163b59d1a54b9adf0b904dd501d6328ab645160567ff79afbe063cc113a488567ec5d8df4d6ed2db354738275c00b2e
 DIST xfce4-screensaver-0.1.8.tar.bz2 593968 BLAKE2B 693fe6e057bc1f5f1abff67c8a0a99244d5c270ab9c9afd7945f21b6eeb2bea027448d1485dea9a9f912b5f231211878a92a882bac56f28696557e44215ce283 SHA512 4cb76272f2f94f5e265a86d3fa58de8da6167da013466a4dd2a08a2e94fafe14816ce6c5a1e635a8c07e91497ede0650c014d21b0bbac666b8a72bc5f4645f69
-DIST xfce4-screensaver-0.1.9.tar.bz2 665025 BLAKE2B 290fc9cc81a19971cebd2876c767c04f1e010ed4282c9ccae8d2f615230f8fdb65fffbfb0ec7526cd5e23c7e1450565e6d23c108d23e6f2fd29c94ee4d6fc873 SHA512 ff2a967ebb62a5290405e1070ea064dba18e4a4062c2b2d990a23f44a6f730e0c56a98eac5ba86a166e5a8f67388333b0be695e2e59318abd76e8b6c3765d8eb

diff --git a/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.9.ebuild b/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.9.ebuild
deleted file mode 100644
index 22482ef51e2..00000000000
--- a/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.9.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Screen saver and locker (port of MATE screensaver)"
-HOMEPAGE="https://git.xfce.org/apps/xfce4-screensaver/about/"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
-IUSE="consolekit elogind +locking opengl pam systemd"
-
-# Xrandr: optional but automagic
-RDEPEND="
-	>=dev-libs/dbus-glib-0.30
-	>=dev-libs/glib-2.50:2
-	>=x11-libs/gtk+-3.22:3
-	>=x11-libs/libwnck-3.20:3
-	x11-libs/libICE:=
-	x11-libs/libX11:=
-	x11-libs/libXScrnSaver:=
-	x11-libs/libXext:=
-	x11-libs/libXxf86vm:=
-	>=x11-libs/libXrandr-1.3:=
-	>=x11-libs/libxklavier-5.2:=
-	>=xfce-base/garcon-0.5.0:=
-	>=xfce-base/libxfce4ui-4.12.1:=
-	>=xfce-base/libxfce4util-4.12.1:=
-	>=xfce-base/xfconf-4.12.1:=
-	consolekit? ( sys-auth/consolekit )
-	elogind? ( sys-auth/elogind )
-	locking? (
-		pam? ( sys-libs/pam )
-	)
-	opengl? ( virtual/opengl )
-	systemd? ( sys-apps/systemd:= )
-"
-DEPEND="${RDEPEND}
-	dev-util/glib-utils
-	dev-util/intltool
-	sys-apps/dbus
-	virtual/pkgconfig"
-
-src_configure() {
-	local myconf=(
-		# disable docbook for now
-		ac_cv_path_XMLTO=no
-
-		# xscreensaver dirs autodetection doesn't seem to work
-		--with-xscreensaverdir=/usr/share/xscreensaver/config
-		--with-xscreensaverhackdir=/usr/$(get_libdir)/misc/xscreensaver
-
-		$(use_with opengl libgl)
-		$(use_enable locking)
-		$(use_enable pam)
-		$(use_with consolekit console-kit)
-		$(use_with elogind)
-		$(use_with systemd)
-	)
-
-	if use pam; then
-		myconf+=( --with-pam-auth-type=system )
-	fi
-
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	default
-
-	find "${D}" -name '*.la' -delete || die
-}


             reply	other threads:[~2020-05-04  9:40 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-04  9:40 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25 11:05 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screensaver/ Michał Górny
2024-12-21  8:11 Michał Górny
2024-06-25  0:29 Sam James
2024-03-23 11:57 Michał Górny
2024-03-23 10:25 Michał Górny
2024-03-04 16:26 Michał Górny
2023-08-15  9:32 Michał Górny
2023-08-15  3:17 Sam James
2023-08-03 10:28 Arthur Zamarin
2023-05-30 14:01 Michał Górny
2023-05-05 14:07 Michał Górny
2023-05-05 10:03 Arthur Zamarin
2023-05-04 10:54 Jakov Smolić
2023-05-04  9:13 Sam James
2023-05-04  9:13 Sam James
2023-03-27  3:49 Michał Górny
2023-03-18 15:03 Michał Górny
2023-03-17 18:28 Michał Górny
2022-11-26 17:03 Michał Górny
2022-08-28  6:49 WANG Xuerui
2021-05-29  0:03 Yixun Lan
2021-05-15  2:41 Sam James
2021-03-04  4:24 Sam James
2021-02-25  9:49 Sam James
2021-02-19  1:11 Michał Górny
2021-01-03 14:35 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 19:07 Thomas Deutschmann
2020-11-08 22:20 Michał Górny
2020-11-08 14:06 Michał Górny
2020-10-06 18:30 Mikle Kolyada
2020-07-19 14:19 Michał Górny
2020-07-16 13:00 Sam James
2020-05-08 10:46 Agostino Sarubbo
2020-03-30  6:51 Michał Górny
2020-03-23 15:13 Michał Górny
2019-10-20 10:24 Michał Górny
2019-10-12 17:35 Mikle Kolyada
2019-10-10 18:35 Mikle Kolyada
2019-10-10 18:31 Mikle Kolyada
2019-10-10 14:49 Michał Górny
2019-10-09 21:32 Matt Turner
2019-08-17 20:43 Georgy Yakovlev
2019-08-17 16:10 Matt Turner
2019-08-11 19:13 Michał Górny
2019-08-11  8:32 Michał Górny
2019-07-28 21:08 Michał Górny
2019-07-28 21:08 Michał Górny
2019-06-30 21:00 Michał Górny
2019-06-13 11:11 Michał Górny
2019-05-15 15:00 Mikle Kolyada
2019-05-13 16:37 Mikle Kolyada
2019-04-09 17:05 Michał Górny
2019-04-07  8:29 Michał Górny
2019-03-22 10:47 Michał Górny
2018-11-24 11:18 Mikle Kolyada
2018-11-05 12:00 Mikle Kolyada
2018-11-05 12:00 Mikle Kolyada
2018-11-02 20:01 Michał Górny
2018-11-01  8:48 Michał Górny
2018-10-16 18:10 Michał Górny

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=1588585174.659b6289318445a9061efe42d3080c107c0cd718.mgorny@gentoo \
    --to=mgorny@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