aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSardem FF7 <sardemff7.pub@gmail.com>2011-02-05 16:14:19 +0100
committerSardem FF7 <sardemff7.pub@gmail.com>2011-02-05 16:14:19 +0100
commit87b14ff3d54f42a6d596e003a608f3fdf255fbe9 (patch)
tree8fde3a0db160b7be7b14ab6cad0c6e85bfd17658 /x11-misc
parentUpdate Elementary theme (diff)
downloadsardemff7-87b14ff3d54f42a6d596e003a608f3fdf255fbe9.tar.gz
sardemff7-87b14ff3d54f42a6d596e003a608f3fdf255fbe9.tar.bz2
sardemff7-87b14ff3d54f42a6d596e003a608f3fdf255fbe9.zip
Stop supporting notify-osd
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/notification-daemon/Manifest1
-rw-r--r--x11-misc/notification-daemon/notification-daemon-1000.ebuild18
-rw-r--r--x11-misc/notify-osd/Manifest2
-rw-r--r--x11-misc/notify-osd/notify-osd-0.9.29.ebuild54
4 files changed, 0 insertions, 75 deletions
diff --git a/x11-misc/notification-daemon/Manifest b/x11-misc/notification-daemon/Manifest
deleted file mode 100644
index bc324e5..0000000
--- a/x11-misc/notification-daemon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD notification-daemon-1000.ebuild 373 RMD160 c835309bf476b3bf8a1b9815a0bbae8c2fa71c38 SHA1 202975cbe39ba7b5f5e9554067be39e0f60e41e9 SHA256 d85a0749b9e4699c4764c205ac11df5bcf396bac93d51a4b817fc3b59a1f638a
diff --git a/x11-misc/notification-daemon/notification-daemon-1000.ebuild b/x11-misc/notification-daemon/notification-daemon-1000.ebuild
deleted file mode 100644
index b1c7770..0000000
--- a/x11-misc/notification-daemon/notification-daemon-1000.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-DESCRIPTION="Dummy package to permit notify-osd easy install"
-HOMEPAGE=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-misc/notify-osd"
-DEPEND="${RDEPEND}
- !xfce-extra/notification-daemon-xfce
- !x11-misc/xfce4-notifyd"
diff --git a/x11-misc/notify-osd/Manifest b/x11-misc/notify-osd/Manifest
deleted file mode 100644
index d643e4f..0000000
--- a/x11-misc/notify-osd/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD notify-osd-0.9.29.ebuild 1124 RMD160 b5b6e79130f6056e03ee1936f199be15491460cb SHA1 d8490c95bb18ed9e0efb53b23f2f403f2d95e1fa SHA256 9988ae390e8d103a3a1dd553643dc53939b5af6df1b2fe729c47158ae42021b0
-DIST notify-osd-0.9.29.tar.gz 607576 RMD160 2f7e92e9c23e48fed5dfdb233746ab7c2a3cd94d SHA1 795ecc42602b46390437c3787f3eb94f6fd562fc SHA256 7b8d79fc6dce7002fb3639ae7e9ad85e5f5063fbcc62fe27b80700142a0d7fd7
diff --git a/x11-misc/notify-osd/notify-osd-0.9.29.ebuild b/x11-misc/notify-osd/notify-osd-0.9.29.ebuild
deleted file mode 100644
index 86711d7..0000000
--- a/x11-misc/notify-osd/notify-osd-0.9.29.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit eutils
-
-DESCRIPTION="Canonical's on-screen-display notification agent"
-HOMEPAGE="https://launchpad.net/notify-osd"
-#SRC_URI="http://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz"
-SRC_URI="http://launchpad.net/${PN}/lucid/ubuntu-10.04-beta-2/+download/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples mono"
-
-RDEPEND=">=dev-libs/glib-2.16
- >=dev-libs/dbus-glib-0.76
- >=gnome-base/gconf-2
- >=x11-libs/gtk+-2.14
- >=x11-libs/libnotify-0.4.5
- x11-libs/libwnck"
-DEPEND="${RDEPEND}
- examples? ( mono? ( dev-dotnet/notify-sharp ) )
- >=dev-util/pkgconfig-0.9"
-
-RESTRICT="test"
-
-src_prepare() {
- local myconf
-
- if use examples ; then
- if use mono ; then
- myconf="${myconf} --with-examples=all"
- else
- myconf="${myconf} --with-examples=c"
- fi
- else
- myconf="${myconf} --without-examples"
- fi
- econf ${myconf} || die
-
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-}