sys-fs/udisks: drop old
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 26 Mar 2020 22:56:44 +0000 (23:56 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 26 Mar 2020 22:56:46 +0000 (23:56 +0100)
<sys-fs/lvm2-2.02.183 is gone since commit 9dc859090c6d45ef63d059138984aca4295f06b6.

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
sys-fs/udisks/Manifest
sys-fs/udisks/files/udisks-1.0.2-ntfs-3g.patch [deleted file]
sys-fs/udisks/files/udisks-1.0.4-revert-floppy.patch [deleted file]
sys-fs/udisks/files/udisks-1.0.5-stat-includes.patch [deleted file]
sys-fs/udisks/files/udisks-1.0.5-sysmacros.patch [deleted file]
sys-fs/udisks/metadata.xml
sys-fs/udisks/udisks-1.0.5-r3.ebuild [deleted file]

index 19e0dcde35746760f4c76c3227d854c4c6192491..77b36088141277af577b987a63d97e0490febca8 100644 (file)
@@ -1,2 +1 @@
-DIST udisks-1.0.5.tar.gz 736221 BLAKE2B 9a709c5d4fcd390d9a52ac764d0e3c678983a14644f79cfcf92dd4ea7ddecbac90aa046b890b7bdd1ad701f1106d5956d72dab1fbb030606319b4bcc4c297bdd SHA512 bdf4970113975221ff0e17866db18fd969ff9c8e1e851c8ad7572630814ab0c46b59df59433edcb2e7cc41cc8152afd35807f45e07f6d0fa87b21b5a77d0965a
 DIST udisks-2.8.4.tar.bz2 1619051 BLAKE2B 4fdf3d5ea8ae02eb74efd552afee2dbe94137767c343034dd68f1553b224871a51bb2382eda00de90d45bad18b4088b4812e1f3fbb004cd29e753e92afb34e05 SHA512 70860e5ca9ac73d442ca67f0e0429ce2f33575d8f64945fbf06d1694b080c8b6fed8d65b2485eff0ab66eab59cdebeb9309424820a2ee82c5faaa38029e15e6c
diff --git a/sys-fs/udisks/files/udisks-1.0.2-ntfs-3g.patch b/sys-fs/udisks/files/udisks-1.0.2-ntfs-3g.patch
deleted file mode 100644 (file)
index b6ba4a4..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Support ntfs-3g by default without entry in /etc/filesystems for write access.
-
---- src/device.c
-+++ src/device.c
-@@ -5909,6 +5909,7 @@
-   "vfat",
-   "exfat",
-   "ntfs",
-+  "ntfs-3g",
-   NULL,
- };
\ No newline at end of file
diff --git a/sys-fs/udisks/files/udisks-1.0.4-revert-floppy.patch b/sys-fs/udisks/files/udisks-1.0.4-revert-floppy.patch
deleted file mode 100644 (file)
index 0f13a6a..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-This change was done upstream to prevent UDisks1 from polling for floppy drive so often but broke
-mounting floppies while at it.
-
-http://bugs.freedesktop.org/show_bug.cgi?id=30283
-http://bugs.gentoo.org/show_bug.cgi?id=338185
-
---- src/device.c
-+++ src/device.c
-@@ -4485,7 +4485,8 @@ update_info (Device *device)
-         }
-       else
-         {
--          if (g_udev_device_get_property_as_boolean (device->priv->d, "ID_CDROM_MEDIA"))
-+          if (g_udev_device_get_property_as_boolean (device->priv->d, "ID_CDROM_MEDIA") ||
-+              g_udev_device_get_property_as_boolean (device->priv->d, "ID_DRIVE_FLOPPY"))
-             {
-               media_available = TRUE;
-             }
diff --git a/sys-fs/udisks/files/udisks-1.0.5-stat-includes.patch b/sys-fs/udisks/files/udisks-1.0.5-stat-includes.patch
deleted file mode 100644 (file)
index 85ef520..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From 0aa652a7b257f98f9e8e7dc7b0ddc9bc62377d09 Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev <tetromino@gentoo.org>
-Date: Fri, 29 May 2015 21:09:39 -0400
-Subject: [PATCH] Bug 90778 - fix build with newer glibc versions
-
-https://bugs.freedesktop.org/show_bug.cgi?id=90778
----
- src/helpers/job-drive-detach.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/helpers/job-drive-detach.c b/src/helpers/job-drive-detach.c
-index eeafcab..d122a1f 100644
---- a/src/helpers/job-drive-detach.c
-+++ b/src/helpers/job-drive-detach.c
-@@ -18,6 +18,7 @@
-  *
-  */
-+#include <sys/stat.h>
- #include <stdio.h>
- #include <string.h>
- #include <errno.h>
--- 
-2.4.2
-
diff --git a/sys-fs/udisks/files/udisks-1.0.5-sysmacros.patch b/sys-fs/udisks/files/udisks-1.0.5-sysmacros.patch
deleted file mode 100644 (file)
index 96ce943..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-https://bugs.gentoo.org/580230
-https://bugs.freedesktop.org/95028
-
-From 245093a15abe985b1746603c00084cb972fb71ae Mon Sep 17 00:00:00 2001
-From: Mike Frysinger <vapier@gentoo.org>
-Date: Tue, 19 Apr 2016 23:04:32 -0400
-Subject: [PATCH] include sys/sysmacros.h for major/minor/makedev
-
-Linux C libraries are moving away from implicit includes of
-sys/sysmacros.h, so pull in this header directly in the files
-that use these funcs.
-
---- a/src/daemon.c
-+++ b/src/daemon.c
-@@ -38,6 +38,7 @@
- #include <signal.h>
- #include <errno.h>
- #include <string.h>
-+#include <sys/sysmacros.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <sys/time.h>
---- a/src/device.c
-+++ b/src/device.c
-@@ -28,6 +28,7 @@
- #include <signal.h>
- #include <errno.h>
- #include <string.h>
-+#include <sys/sysmacros.h>
- #include <sys/types.h>
- #include <sys/wait.h>
- #include <sys/stat.h>
---- a/src/mount-monitor.c
-+++ b/src/mount-monitor.c
-@@ -27,6 +27,7 @@
- #include <signal.h>
- #include <errno.h>
- #include <string.h>
-+#include <sys/sysmacros.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <mntent.h>
---- a/src/probers/part-id.c
-+++ b/src/probers/part-id.c
-@@ -23,6 +23,7 @@
- #include <string.h>
- #include <ctype.h>
- #include <unistd.h>
-+#include <sys/sysmacros.h>
- #include <sys/types.h>
- #include <sys/wait.h>
- #include <sys/stat.h>
---- a/tools/udisks.c
-+++ b/tools/udisks.c
-@@ -28,6 +28,7 @@
- #include <signal.h>
- #include <errno.h>
- #include <string.h>
-+#include <sys/sysmacros.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <sys/wait.h>
---- a/tools/umount-udisks.c
-+++ b/tools/umount-udisks.c
-@@ -28,6 +28,7 @@
- #include <signal.h>
- #include <errno.h>
- #include <string.h>
-+#include <sys/sysmacros.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
index a62a8bcadb90051c1dace433736824a215deeabd..b4357b2df5b0606e245cb671764f6d36b559e7d3 100644 (file)
@@ -7,7 +7,6 @@
        <use>
                <flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking</flag>
                <flag name="lvm">Add support for Logical Volume Management via <pkg>sys-fs/lvm2</pkg>.</flag>
-               <flag name="remote-access">Control whether connections from other clients over LAN are allowed</flag>
                <flag name="systemd">Support <pkg>sys-apps/systemd</pkg>'s logind</flag>
                <flag name="vdo">Enable Virtual Data Optimizer support.</flag>
        </use>
diff --git a/sys-fs/udisks/udisks-1.0.5-r3.ebuild b/sys-fs/udisks/udisks-1.0.5-r3.ebuild
deleted file mode 100644 (file)
index f4a4725..0000000
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils bash-completion-r1 linux-info ltprune udev systemd
-
-DESCRIPTION="Daemon providing interfaces to work with storage devices"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/udisks"
-SRC_URI="https://hal.freedesktop.org/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86"
-IUSE="debug +lvm nls remote-access selinux"
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.100
-       >=dev-libs/glib-2.30
-       >=dev-libs/libatasmart-0.19
-       dev-libs/libgudev:=
-       >=sys-auth/polkit-0.110
-       >=sys-apps/dbus-1.6
-       >=sys-apps/sg3_utils-1.27.20090411
-       >=sys-block/parted-3
-       lvm? (
-               >=sys-fs/lvm2-2.02.66
-               <sys-fs/lvm2-2.02.183
-       )
-       virtual/libudev:=
-       virtual/udev
-       selinux? ( sec-policy/selinux-devicekit )"
-# util-linux -> mount, umount, swapon, swapoff (see also #403073)
-RDEPEND="${COMMON_DEPEND}
-       >=sys-apps/util-linux-2.20.1-r2
-       virtual/eject
-       remote-access? ( net-dns/avahi )"
-DEPEND="${COMMON_DEPEND}
-       app-text/docbook-xsl-stylesheets
-       dev-libs/libxslt
-       dev-util/intltool
-       virtual/pkgconfig"
-
-QA_MULTILIB_PATHS="usr/lib/${PN}/.*"
-
-pkg_setup() {
-       # Listing only major arch's here to avoid tracking kernel's defconfig
-       if use amd64 || use arm || use ppc || use ppc64 || use x86; then
-               CONFIG_CHECK="~!IDE" #319829
-               CONFIG_CHECK+=" ~NLS_UTF8" #425562
-               kernel_is lt 3 10 && CONFIG_CHECK+=" ~USB_SUSPEND" #331065, #477278
-               linux-info_pkg_setup
-       fi
-}
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${PN}-1.0.2-ntfs-3g.patch \
-               "${FILESDIR}"/${PN}-1.0.4-revert-floppy.patch \
-               "${FILESDIR}"/${PN}-1.0.5-stat-includes.patch \
-               "${FILESDIR}"/${PN}-1.0.5-sysmacros.patch
-
-       sed -i -e "s:/lib/udev:$(get_udevdir):" data/80-udisks.rules || die
-
-       epatch_user
-}
-
-src_configure() {
-       # device-mapper -> lvm2 -> mandatory depend -> force enabled
-       econf \
-               --libexecdir=/usr/lib/${PN} \
-               --localstatedir="${EPREFIX}"/var \
-               --disable-static \
-               $(use_enable debug verbose-mode) \
-               --enable-man-pages \
-               --disable-gtk-doc \
-               $(use_enable lvm lvm2) \
-               --enable-dmmp \
-               $(use_enable remote-access) \
-               $(use_enable nls) \
-               --with-html-dir="${EPREFIX}"/deprecated \
-               "$(systemd_with_unitdir)"
-}
-
-src_test() {
-       ewarn "Skipping testsuite because sys-fs/udisks:0 is deprecated"
-       ewarn "in favour of sys-fs/udisks:2."
-}
-
-src_install() {
-       emake \
-               DESTDIR="${D}" \
-               slashsbindir=/usr/sbin \
-               slashlibdir=/usr/lib \
-               udevhelperdir="$(get_udevdir)" \
-               udevrulesdir="$(get_udevdir)"/rules.d \
-               install #398081
-
-       dodoc AUTHORS HACKING NEWS README
-
-       rm -f "${ED}"/etc/profile.d/udisks-bash-completion.sh
-       newbashcomp tools/udisks-bash-completion.sh ${PN}
-
-       prune_libtool_files --all
-
-       keepdir /media
-       keepdir /var/lib/udisks #383091
-
-       rm -rf "${ED}"/deprecated
-}