summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEttore Di Giacinto <mudler@gentoo.org>2016-10-21 21:19:08 +0200
committerEttore Di Giacinto <mudler@gentoo.org>2016-11-24 23:20:48 +0100
commit792e3f31b4d7b8eeed1f730cb62df4464e949544 (patch)
tree948f983cb52264ea15b3ca2e093fa335aaa87bb8 /x11-misc/mate-notification-daemon
parentx11-themes/mate-backgrounds: Drop 1.10.x (diff)
downloadgentoo-792e3f31b4d7b8eeed1f730cb62df4464e949544.tar.gz
gentoo-792e3f31b4d7b8eeed1f730cb62df4464e949544.tar.bz2
gentoo-792e3f31b4d7b8eeed1f730cb62df4464e949544.zip
x11-misc/mate-notification-daemon: Drop 1.10.x
Package-Manager: portage-2.3.1
Diffstat (limited to 'x11-misc/mate-notification-daemon')
-rw-r--r--x11-misc/mate-notification-daemon/Manifest1
-rw-r--r--x11-misc/mate-notification-daemon/mate-notification-daemon-1.10.2.ebuild58
2 files changed, 0 insertions, 59 deletions
diff --git a/x11-misc/mate-notification-daemon/Manifest b/x11-misc/mate-notification-daemon/Manifest
index 265c979e78a3..b1223f5564ca 100644
--- a/x11-misc/mate-notification-daemon/Manifest
+++ b/x11-misc/mate-notification-daemon/Manifest
@@ -1,3 +1,2 @@
-DIST mate-notification-daemon-1.10.2.tar.xz 304100 SHA256 f421deaf684368cc426954bbd6ecd1aa518fa50f44c03e0f68a50ae8aa9b35b3 SHA512 6b7cc9c7450da340c2a6061307c46a0fdabb4ff28fd6dfa12180f4007fcd33ea936d767abae19c571e6f63fa8a261df40dfc2bfb38d8efebbe9becc4ba16dbcc WHIRLPOOL fba269bdf8a0ad37889b9ebaf4d2da95835187714ce958989ca76471a82afdd1ed4970fe520936d59b8a961988b05f557cce32235e4a37eae355b980045b1b1b
DIST mate-notification-daemon-1.12.1.tar.xz 304752 SHA256 856bad2bb90e2b7d1124c0ae197c07a321b3cc2767897b3e6b78e59a3096a7dd SHA512 ce9cd1737cc70b0e17fa856730b51747f78bb40639ff58e205a3f1432edf53aba38442d59b7a4fca6ff460cbdc6c611c0a05a46bbf5db92db0ce5e714e19daae WHIRLPOOL b925ac68692f1535bc57bed23f9c19239583c5ca674e5f6493223d31ff6be6ca2bb94b89cdb12baa0eafcaad1cf1c3d6df7ee717b71730b6947be0c0c81a22cd
DIST mate-notification-daemon-1.14.1.tar.xz 336196 SHA256 8ddefb29d5fe626787fba29d4e76993b5e0efcbd36b2bb9aa2faa1cd64f732fd SHA512 6913e0a7891726fb2f4098b4c7ba578344d29960e6d27a9fa917687f745aedb9482fb65ea9c6d8816a0c8e505ef586f13ac08b010e558b6557e14e8961b1c1f6 WHIRLPOOL ba9fe7f7e30d2a92b93c51a1564414c27ad5533a3dd5d5c5946c697d6d2c3fc0ed586bf051b65a6d06852b08517ca60a262946cfb6f4b415b0a9459307c0ec2a
diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.10.2.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.10.2.ebuild
deleted file mode 100644
index 32f936d5edd5..000000000000
--- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.10.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="MATE Notification daemon"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-RDEPEND="
- dev-libs/atk:0
- >=dev-libs/dbus-glib-0.78:0
- >=dev-libs/glib-2.36:2
- >=media-libs/libcanberra-0.4:0[gtk]
- >=sys-apps/dbus-1:0
- x11-libs/cairo:0
- >=x11-libs/gdk-pixbuf-2.22:2
- >=x11-libs/gtk+-2.24:2
- >=x11-libs/libnotify-0.7:0
- x11-libs/libX11:0
- >=x11-libs/libwnck-1:1
- virtual/libintl:0
- !x11-misc/notify-osd:*
- !x11-misc/qtnotifydaemon:*
- !x11-misc/notification-daemon:*"
-
-DEPEND="${RDEPEND}
- app-arch/xz-utils:0
- >=dev-util/intltool-0.40:*
- sys-devel/gettext:*
- >=sys-devel/libtool-2.2.6:2
- virtual/pkgconfig:*"
-
-DOCS=( AUTHORS ChangeLog NEWS )
-
-src_install() {
- gnome2_src_install
-
- cat <<-EOF > "${T}/org.freedesktop.Notifications.service"
- [D-BUS Service]
- Name=org.freedesktop.Notifications
- Exec=/usr/libexec/mate-notification-daemon
- EOF
-
- insinto /usr/share/dbus-1/services
- doins "${T}/org.freedesktop.Notifications.service"
-}