From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-screensaver/
Date: Sat, 26 Mar 2016 02:37:12 +0000 (UTC) [thread overview]
Message-ID: <1458959029.53cae9259a5af129f7bf6c655be9194954bdfc68.np-hardass@gentoo> (raw)
commit: 53cae9259a5af129f7bf6c655be9194954bdfc68
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 02:04:32 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 02:23:49 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=53cae925
mate-extra/mate-screensaver: Drop 1.8.x
Package-Manager: portage-2.2.26
| 1 -
.../mate-screensaver-1.8.1-r1.ebuild | 120 ---------------------
2 files changed, 121 deletions(-)
--git a/mate-extra/mate-screensaver/Manifest b/mate-extra/mate-screensaver/Manifest
index 922bbd2..f4d2374 100644
--- a/mate-extra/mate-screensaver/Manifest
+++ b/mate-extra/mate-screensaver/Manifest
@@ -1,2 +1 @@
DIST mate-screensaver-1.10.2.tar.xz 4888108 SHA256 19b79dc4b4b5a6dcd407daf5b8f310b6da8210445a6271d265458e79a58d539d SHA512 474d0db2aa42bce2ab6185badc8a10d921ec1450d2b873c167047e7f29d5f9d5dd3ef608f8a9d232221fc4be82171343cba45c5598cb745b38d85f5baf900f47 WHIRLPOOL 7ba45db491251942ce0373a80a47268a0c2c9f5315495d3621174a07b580722a785193da7f2a47bf0c65f22312c91813480205e1ad9117b1d36c04fbab5994ff
-DIST mate-screensaver-1.8.1.tar.xz 4874424 SHA256 a3dd1fe9e8d05b7815544fa186c43a35271dd8b512d6b0377038df02c28c9d62 SHA512 e2bb5b4efbd5818834d0e9f9bf13e9f362f1251bdfc975fc93c69ab90163db859ebfc089e056fa73801053cd396d661954bb6e906e02881452b01a0394d7d2ff WHIRLPOOL a46bc84824205bc6a257325dda507b38a83751c30275052e921c3cbceb53a9243caed8704f0e63888f5fa927ff2a0b04b693e5c7fe0514e709fc356a7756af57
diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.8.1-r1.ebuild b/mate-extra/mate-screensaver/mate-screensaver-1.8.1-r1.ebuild
deleted file mode 100644
index 8a03d63..0000000
--- a/mate-extra/mate-screensaver/mate-screensaver-1.8.1-r1.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2 multilib readme.gentoo versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="Replaces xscreensaver, integrating with the MATE desktop"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="X consolekit kernel_linux libnotify opengl pam systemd"
-
-DOC_CONTENTS="
- Information for converting screensavers is located in
- /usr/share/doc/${PF}/xss-conversion.txt*
-"
-
-RDEPEND="
- >=dev-libs/dbus-glib-0.71:0
- >=dev-libs/glib-2.26:2
- gnome-base/dconf:0
- >=mate-base/libmatekbd-1.8:0
- >=mate-base/mate-desktop-1.8:0
- >=mate-base/mate-menus-1.8:0
- >=mate-base/mate-session-manager-1.8:0
- >=sys-apps/dbus-0.30:0
- >=x11-libs/gdk-pixbuf-2.14:2
- >=x11-libs/gtk+-2.14:2
- >=x11-libs/libX11-1:0
- x11-libs/cairo:0
- x11-libs/libXext:0
- x11-libs/libXrandr:0
- x11-libs/libXScrnSaver:0
- x11-libs/libXxf86misc:0
- x11-libs/libXxf86vm:0
- x11-libs/libxklavier:0
- x11-libs/pango:0
- virtual/libintl:0
- libnotify? ( >=x11-libs/libnotify-0.7:0 )
- opengl? ( virtual/opengl:0 )
- pam? ( gnome-base/gnome-keyring:0 virtual/pam:0 )
- !pam? ( kernel_linux? ( sys-apps/shadow:0 ) )
- !!<gnome-extra/gnome-screensaver-3:0"
-
-# FIXME: Why is systemd and consolekit only a DEPEND? ConsoleKit can't be used build-time only.
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35:*
- >=mate-base/mate-common-1.8:0
- sys-devel/gettext:*
- x11-proto/randrproto:0
- x11-proto/scrnsaverproto:0
- x11-proto/xextproto:0
- x11-proto/xf86miscproto:0
- virtual/pkgconfig:*
- consolekit? ( sys-auth/consolekit:0 )
- systemd? ( sys-apps/systemd:0= )"
-
-src_configure() {
- gnome2_src_configure \
- $(use_with consolekit console-kit) \
- $(use_enable debug) \
- $(use_with libnotify) \
- $(use_with opengl libgl) \
- $(use_enable pam) \
- $(use_with systemd) \
- $(use_with X x) \
- --enable-locking \
- --with-kbd-layout-indicator \
- --with-xf86gamma-ext \
- --with-xscreensaverdir=/usr/share/xscreensaver/config \
- --with-xscreensaverhackdir=/usr/$(get_libdir)/misc/xscreensaver
-}
-
-src_install() {
- gnome2_src_install
-
- # Install the conversion script in the documentation.
- dodoc "${S}"/data/migrate-xscreensaver-config.sh
- dodoc "${S}"/data/xscreensaver-config.xsl
- dodoc "${FILESDIR}"/xss-conversion.txt
-
- # Non PAM users will need this suid to read the password hashes.
- # OpenPAM users will probably need this too when
- # http://bugzilla.gnome.org/show_bug.cgi?id=370847
- # is fixed.
- if ! use pam ; then
- fperms u+s /usr/libexec/mate-screensaver-dialog
- fi
-
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- if has_version "<x11-base/xorg-server-1.5.3-r4" ; then
- ewarn "You have a too old xorg-server installation. This will cause"
- ewarn "mate-screensaver to eat up your CPU. Please consider upgrading."
- echo
- fi
-
- if has_version "<x11-misc/xscreensaver-4.22-r2" ; then
- ewarn "You have xscreensaver installed, you probably want to disable it."
- ewarn "To prevent a duplicate screensaver entry in the menu, you need to"
- ewarn "build xscreensaver with -gnome in the USE flags."
- ewarn "echo \"x11-misc/xscreensaver -gnome\" >> /etc/portage/package.use"
- echo
- fi
-
- readme.gentoo_print_elog
-}
next reply other threads:[~2016-03-26 2:37 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-26 2:37 NP Hardass [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-10 15:36 [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-screensaver/ Adam Feldman
2021-06-08 22:14 Adam Feldman
2021-05-23 20:07 Adam Feldman
2020-09-02 5:55 Adam Feldman
2018-02-11 13:49 Ettore Di Giacinto
2018-01-14 10:52 Ettore Di Giacinto
2018-01-14 10:52 Ettore Di Giacinto
2017-09-27 3:18 NP Hardass
2017-05-13 6:50 NP Hardass
2016-11-29 19:49 Ettore Di Giacinto
2016-08-13 18:49 NP Hardass
2016-08-12 5:50 NP Hardass
2016-07-09 0:27 NP Hardass
2016-06-17 17:39 NP Hardass
2015-12-31 9:51 Amy Winston
2015-07-19 20:36 NP Hardass
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=1458959029.53cae9259a5af129f7bf6c655be9194954bdfc68.np-hardass@gentoo \
--to=np-hardass@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