commit:     cf02d0224fdfe72629825ca058bc84c7c3cb42cf
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 20:47:19 2015 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 20:47:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf02d022

x11-plugins/wmudmount: drop old versions

Package-Manager: portage-2.2.26

 x11-plugins/wmudmount/Manifest                     |  4 --
 .../wmudmount/files/wmudmount-headers.patch        | 24 -----------
 x11-plugins/wmudmount/wmudmount-1.11.ebuild        | 47 ----------------------
 x11-plugins/wmudmount/wmudmount-1.13.ebuild        | 43 --------------------
 x11-plugins/wmudmount/wmudmount-2.0.ebuild         | 35 ----------------
 x11-plugins/wmudmount/wmudmount-2.1.ebuild         | 35 ----------------
 6 files changed, 188 deletions(-)

diff --git a/x11-plugins/wmudmount/Manifest b/x11-plugins/wmudmount/Manifest
index e21ecb5..54d3057 100644
--- a/x11-plugins/wmudmount/Manifest
+++ b/x11-plugins/wmudmount/Manifest
@@ -1,5 +1 @@
-DIST wmudmount-1.11.tar.gz 173910 SHA256 
68755b8fcebcea4a959d701000fd01a57c0e612cd059333fd0d02e770b71bf53 SHA512 
5b9821fb423f618637dbd5b9c99921c87cf46508a5f4b3110103aa654c3b01e54f2559d4f59f51bfdd8d3097c6426e3e47be6e1c9ac0e52e8e6e0011d54d0843
 WHIRLPOOL 
78baf86d9bc4bc6b3042ee37a3f317da71cce686fb811a0f67122568678dba2eaf2d1efeb6532babf6c44eecfb581e3d7e35c82e38b0b5754a317df337b608c7
-DIST wmudmount-1.13.tar.gz 179979 SHA256 
c645b627f1faa3982e0310f891b9eb88130b3957253260aca9f1a1813f3c7ad2 SHA512 
fb94a851b0c8a1364f3f875b8cf8b42db36eae2ccdb28462a18bbc908056d9e92762df3cd9a9ae14a4ea878d54042893536b25792b26cbf3a11b7ec47d8e3ed5
 WHIRLPOOL 
0a4ac9c6d75d33ea5612f8676f7bcc98c366bbf128a25365b02189afbf54ec7ecfb19ed2e5ab9e9983a7117b7325079e660189b9715196f69e438950f6f3ba47
-DIST wmudmount-2.0.tar.gz 180965 SHA256 
8727f588cfe9f7c168160158ade42e7d5d566546be72c833c4ebed6e7185ac8a SHA512 
ff950169e4deb1a6987236d818b64562327489265e05905fc431ec3a22a2b77cf9280f0b7567d0384f1fb70b4b7a0db7e98586b5b67419421074d101ead931a3
 WHIRLPOOL 
b55644babd9fe6ab84f189b9518e3c9ea8fa2fe29c14c6c078b80f94662199786d8bd64d22f602e5eb8d1130c532c5faf18ad016360059fe0688005c5687c042
-DIST wmudmount-2.1.tar.gz 181245 SHA256 
47bdce2d80e6ae7d2fddadd728d0ab982c9fb58045780fc31211ff2a83d610c5 SHA512 
df0580eb4257852a9787008151c008461557d363d077053b16913cf79407bb4aa7b632001302e461a37215bcb17eee7eebea170ba8515da531339adf497c6f6e
 WHIRLPOOL 
034006a8a3609bf28353b7b9dc38a3db645edc536f8c040b148b74b597b1de7915c57ecc0270d821a31ba6a1bc184184b0a7d8e94f10029f93e586217433a901
 DIST wmudmount-2.2.tar.gz 181700 SHA256 
6402d215e5ad7619f588651bcc30041ff3fae13ec2e844088443c855aa3fb805 SHA512 
6bc08b60430bbe66710ce183f0e7693a7818cee68cefac3a3bc191104663dd3649f8cdb62c7f214bdf4ed377b01fef250fe388f14645690aab7993c6071ceffe
 WHIRLPOOL 
83600c9767e4ca1da3fda5503af8583dcb8bf5fe8931db181de8dd6b0e4458526441e08c688dae6e9baf255798ab0a4e380ea23b2b383743edbf4a7247f506c3

diff --git a/x11-plugins/wmudmount/files/wmudmount-headers.patch 
b/x11-plugins/wmudmount/files/wmudmount-headers.patch
deleted file mode 100644
index 85b6646..0000000
--- a/x11-plugins/wmudmount/files/wmudmount-headers.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-http://sourceforge.net/tracker/?func=detail&aid=3540867&group_id=309786&atid=1304474
-
-warning: implicit declaration of function ‘free’ and 'realloc' 
[-Wimplicit-function-declaration]
-
---- askpass.c
-+++ askpass.c
-@@ -23,6 +23,7 @@
- #include <sys/resources.h>
- #endif
- 
-+#include <stdlib.h> /* free */
- #include <glib.h>
- 
- #ifdef HAVE_GNOME_KEYRING
---- secureentry.c
-+++ secureentry.c
-@@ -18,6 +18,7 @@
- #include "config.h"
- 
- #include <unistd.h>
-+#include <stdlib.h> /* free and realloc */
- #include <string.h>
- #ifdef HAVE_GNOME_KEYRING
- #include <gnome-keyring-memory.h>

diff --git a/x11-plugins/wmudmount/wmudmount-1.11.ebuild 
b/x11-plugins/wmudmount/wmudmount-1.11.ebuild
deleted file mode 100644
index 3dc2f61..0000000
--- a/x11-plugins/wmudmount/wmudmount-1.11.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit gnome2-utils
-
-DESCRIPTION="A filesystem mounter that uses udisks to handle notification and 
mounting"
-HOMEPAGE="http://sourceforge.net/projects/wmudmount/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gnome-keyring libnotify"
-
-RDEPEND=">=x11-libs/gtk+-2.18:2
-       dev-libs/dbus-glib
-       sys-fs/udisks:0
-       gnome-keyring? ( gnome-base/libgnome-keyring )
-       libnotify? ( >=x11-libs/libnotify-0.7 )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
-
-src_configure() {
-       econf \
-               $(use_with libnotify) \
-               $(use_with gnome-keyring)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       dodoc ChangeLog
-}
-
-pkg_preinst() {
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}

diff --git a/x11-plugins/wmudmount/wmudmount-1.13.ebuild 
b/x11-plugins/wmudmount/wmudmount-1.13.ebuild
deleted file mode 100644
index 50915cf..0000000
--- a/x11-plugins/wmudmount/wmudmount-1.13.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils gnome2-utils
-
-DESCRIPTION="A filesystem mounter that uses udisks to handle notification and 
mounting"
-HOMEPAGE="http://sourceforge.net/projects/wmudmount/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome-keyring libnotify"
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.98
-       >=dev-libs/glib-2.20
-       >=x11-libs/gtk+-2.18:2
-       x11-libs/libX11
-       gnome-keyring? ( gnome-base/libgnome-keyring )
-       libnotify? ( >=x11-libs/libnotify-0.7 )"
-RDEPEND="${COMMON_DEPEND}
-       sys-fs/udisks:0"
-DEPEND="${COMMON_DEPEND}
-       virtual/pkgconfig
-       || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
-
-DOCS="ChangeLog"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-headers.patch
-}
-
-src_configure() {
-       econf \
-               $(use_with libnotify) \
-               $(use_with gnome-keyring)
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }

diff --git a/x11-plugins/wmudmount/wmudmount-2.0.ebuild 
b/x11-plugins/wmudmount/wmudmount-2.0.ebuild
deleted file mode 100644
index add0510..0000000
--- a/x11-plugins/wmudmount/wmudmount-2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils gnome2-utils
-
-DESCRIPTION="A filesystem mounter that uses udisks to handle notification and 
mounting"
-HOMEPAGE="http://sourceforge.net/projects/wmudmount/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome-keyring libnotify"
-
-RDEPEND="sys-fs/udisks:2
-       >=x11-libs/gtk+-3.8.0:3
-       gnome-keyring? ( gnome-base/libgnome-keyring )
-       libnotify? ( >=x11-libs/libnotify-0.7 )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
-
-DOCS="ChangeLog"
-
-src_configure() {
-       econf \
-               $(use_with libnotify) \
-               $(use_with gnome-keyring)
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }

diff --git a/x11-plugins/wmudmount/wmudmount-2.1.ebuild 
b/x11-plugins/wmudmount/wmudmount-2.1.ebuild
deleted file mode 100644
index add0510..0000000
--- a/x11-plugins/wmudmount/wmudmount-2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils gnome2-utils
-
-DESCRIPTION="A filesystem mounter that uses udisks to handle notification and 
mounting"
-HOMEPAGE="http://sourceforge.net/projects/wmudmount/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome-keyring libnotify"
-
-RDEPEND="sys-fs/udisks:2
-       >=x11-libs/gtk+-3.8.0:3
-       gnome-keyring? ( gnome-base/libgnome-keyring )
-       libnotify? ( >=x11-libs/libnotify-0.7 )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
-
-DOCS="ChangeLog"
-
-src_configure() {
-       econf \
-               $(use_with libnotify) \
-               $(use_with gnome-keyring)
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }

Reply via email to