diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-01-14 13:36:28 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-01-14 13:36:28 +0000 |
commit | 00f6c8a373acd9906b0fb23a56f61fb3f351d3f4 (patch) | |
tree | a6381b79f57bc64c24e320b269c0582c91702fbb /x11-misc | |
parent | Convert ebuild version (diff) | |
download | historical-00f6c8a373acd9906b0fb23a56f61fb3f351d3f4.tar.gz historical-00f6c8a373acd9906b0fb23a56f61fb3f351d3f4.tar.bz2 historical-00f6c8a373acd9906b0fb23a56f61fb3f351d3f4.zip |
A new ebuild for sw-notify-send, a system-wide notify-send wrapper. Moved from Sunrise per bug #318961.
Package-Manager: portage-2.2.0_alpha15_p1/cvs/Linux x86_64
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/sw-notify-send/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/sw-notify-send/Manifest | 14 | ||||
-rw-r--r-- | x11-misc/sw-notify-send/metadata.xml | 16 | ||||
-rw-r--r-- | x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild | 27 |
4 files changed, 68 insertions, 0 deletions
diff --git a/x11-misc/sw-notify-send/ChangeLog b/x11-misc/sw-notify-send/ChangeLog new file mode 100644 index 000000000000..fb6f870c4fdf --- /dev/null +++ b/x11-misc/sw-notify-send/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for x11-misc/sw-notify-send +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/ChangeLog,v 1.1 2011/01/14 13:36:28 mgorny Exp $ + +*sw-notify-send-0.1.1 (14 Jan 2011) + + 14 Jan 2011; Michał Górny <mgorny@gentoo.org> +sw-notify-send-0.1.1.ebuild, + +metadata.xml: + A new ebuild for sw-notify-send, a system-wide notify-send wrapper. Moved + from Sunrise per bug #318961. + diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest new file mode 100644 index 000000000000..cda442a31fcc --- /dev/null +++ b/x11-misc/sw-notify-send/Manifest @@ -0,0 +1,14 @@ +-----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 960 RMD160 282e7bc8eeb88c8b0eca071fc39126d594724016 SHA1 6e355b32d55aa9b3bf45ee271a75ac56eb51ffd7 SHA256 507f3c1c12d1b010f7bd5a246efb40900694ec2deb059fee7933be6f8c5fd1a0 +MISC ChangeLog 462 RMD160 09e7296d021c84a4195b6a29f325150769510016 SHA1 cec0a83cdcb399973711a33e1314af80f81515aa SHA256 cf5b84b1a96a8c9deb45c8a33ecdcb377cd286931dc8b41a1ebcda34d3bf11c4 +MISC metadata.xml 545 RMD160 7c294594b06340127479bec6e94d070d3ea41870 SHA1 8cf4578ce17232ed85bd65dd8d7808c1164571b1 SHA256 8b88607ce4c50a61019d92f617922636e15a293fe9489279a844b1099b447f4a +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.16 (GNU/Linux) + +iEYEARECAAYFAk0wUWMACgkQnGSe5QXeB7tX+ACdFUHrecWwa7nk3pgNUDN/5uxS +R0wAoM7f81AE0kxTi2/gqPt03nQyloS7 +=IkDg +-----END PGP SIGNATURE----- diff --git a/x11-misc/sw-notify-send/metadata.xml b/x11-misc/sw-notify-send/metadata.xml new file mode 100644 index 000000000000..03944ee1b05b --- /dev/null +++ b/x11-misc/sw-notify-send/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <upstream> + <maintainer status="active"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <bugs-to>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&component=Applications&short_desc=x11-misc/sw-notify-send:%20</bugs-to> + </upstream> +</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 new file mode 100644 index 000000000000..d4deff72bbe6 --- /dev/null +++ b/x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild,v 1.1 2011/01/14 13:36:28 mgorny Exp $ + +EAPI=3 +inherit autotools-utils + +DESCRIPTION="A system-wide notification wrapper for notify-send" +HOMEPAGE="https://github.com/mgorny/sw-notify-send/" +SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="sys-process/procps" +DEPEND="${RDEPEND}" + +# The lack of x11-libs/libnotify RDEPEND is intentional as: +# 1) The notification daemon may be running in a libnotify-enabled +# chroot system, while keeping the host system libnotify-free (in this +# case sw-notify-send enters the chroot first); +# 2) Having any kind of a notification daemon implies having libnotify +# installed. And if none is running, notify-send is not called anyway. + +DOCS=( README ) |