]> Pileus Git - ~andy/sunrise/commitdiff
x11-misc/sw-notify-send: Moved to gx86.
authorMichał Górny <mgorny@gentoo.org>
Fri, 14 Jan 2011 13:41:48 +0000 (13:41 +0000)
committerMichał Górny <mgorny@gentoo.org>
Fri, 14 Jan 2011 13:41:48 +0000 (13:41 +0000)
svn path=/sunrise/; revision=11669

x11-misc/sw-notify-send/ChangeLog [deleted file]
x11-misc/sw-notify-send/Manifest [deleted file]
x11-misc/sw-notify-send/metadata.xml [deleted file]
x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild [deleted file]

diff --git a/x11-misc/sw-notify-send/ChangeLog b/x11-misc/sw-notify-send/ChangeLog
deleted file mode 100644 (file)
index d1436ec..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# ChangeLog for x11-misc/sw-notify-send
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*sw-notify-send-0.1.1 (10 Dec 2010)
-
-  10 Dec 2010; Michał Górny <mgorny@gentoo.org> -sw-notify-send-0.1.ebuild,
-  +sw-notify-send-0.1.1.ebuild:
-  Version bump with autotools use and a small segv-fix.
-
-  09 Aug 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
-  sw-notify-send-0.1.ebuild:
-  Update HOMEPAGE & SRC_URI (once again).
-
-  27 Jun 2010; Michał Górny (sedzimir) <mgorny.3ehbo@mailnull.com>
-  sw-notify-send-0.1.ebuild:
-  Update HOMEPAGE and SRC_URI.
-
-  04 Jun 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
-  sw-notify-send-0.1.ebuild:
-  Use emake to compile the executable.
-
-  15 May 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
-  sw-notify-send-0.1.ebuild:
-  Drop unnecessary libnotify RDEPEND.
-
-  09 May 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
-  +sw-notify-send-0.1.ebuild, +metadata.xml:
-  New ebuild for bug #318961, a system-wide notify-send wrapper.
-
diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
deleted file mode 100644 (file)
index 37504a6..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST sw-notify-send-0.1.1.tar.bz2 54661 RMD160 b02042aac8f682245bd8462691b82cc1f8d821c5 SHA1 33691cb59c7b68ca939dbec10a33fc288913bb92 SHA256 b178554b2359ccad72aefff3c986356b96a541602d08b819565dd8d91ca3e4d4
-EBUILD sw-notify-send-0.1.1.ebuild 727 RMD160 488ecb3e7cac0d413aa4f38471598155073ae1ed SHA1 cb4f2a982cd3746f511a5252ae7c0036b53d1d15 SHA256 4d7d25059bb496125c12107a433a54f2ec03b7fabc72412f4071cb4096722e40
-MISC ChangeLog 1034 RMD160 18a9062384d6d9f6fa235a96c806e24bb38bc959 SHA1 3eceb3326312553e35859ffea45273973be64196 SHA256 45c05d453181e53ff63d3ce0900a66bb5cf9b387b1ce5699b6740845c273caeb
-MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.16 (GNU/Linux)
-
-iEYEARECAAYFAk0CaGcACgkQnGSe5QXeB7uxuQCfTPnQgKJzr4sQwK4i4hTXmuQw
-684AnAqWfN56Xuddy4oMzU65O52LcI+c
-=ely8
------END PGP SIGNATURE-----
diff --git a/x11-misc/sw-notify-send/metadata.xml b/x11-misc/sw-notify-send/metadata.xml
deleted file mode 100644 (file)
index c6be580..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <herd>no-herd</herd>
-       <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild
deleted file mode 100644 (file)
index 282e361..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit base
-
-DESCRIPTION="A system-wide notification wrapper for notify-send"
-HOMEPAGE="http://github.com/mgorny/sw-notify-send/"
-SRC_URI="http://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="sys-process/procps"
-RDEPEND="${DEPEND}"
-
-# The lack of x11-libs/libnotify RDEPEND is intentional. The tool supports
-# calling 'notify-send' from within a chroot running libnotify-enabled system
-# where the host system is libnotify-free. Not to mention that running
-# a libnotify notification daemon implies having libnotify installed.
-
-DOCS=( README )