From 262ba9f049a7660f3dfca8f86b1332ec376fbbf6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 10 Dec 2010 17:54:21 +0000 Subject: x11-misc/sw-notify-send: Version bump with autotools use and a small segv-fix. (Portage version: 2.2.0_alpha7_p6/git/Linux x86_64, signed Manifest commit with key 05DE07BB) svn path=/sunrise/; revision=11599 --- x11-misc/sw-notify-send/ChangeLog | 6 +++++ x11-misc/sw-notify-send/Manifest | 16 ++++++++--- .../sw-notify-send/sw-notify-send-0.1.1.ebuild | 24 +++++++++++++++++ x11-misc/sw-notify-send/sw-notify-send-0.1.ebuild | 31 ---------------------- 4 files changed, 43 insertions(+), 34 deletions(-) create mode 100644 x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild delete mode 100644 x11-misc/sw-notify-send/sw-notify-send-0.1.ebuild (limited to 'x11-misc') diff --git a/x11-misc/sw-notify-send/ChangeLog b/x11-misc/sw-notify-send/ChangeLog index ae7913d76..d1436ec6f 100644 --- a/x11-misc/sw-notify-send/ChangeLog +++ b/x11-misc/sw-notify-send/ChangeLog @@ -2,6 +2,12 @@ # 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 -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) sw-notify-send-0.1.ebuild: Update HOMEPAGE & SRC_URI (once again). diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest index cc91b5568..37504a61c 100644 --- a/x11-misc/sw-notify-send/Manifest +++ b/x11-misc/sw-notify-send/Manifest @@ -1,4 +1,14 @@ -DIST sw-notify-send-0.1.c.bz2 1732 RMD160 e43ac679a5da4ae467917f3fa48171046513e8df SHA1 1d38b31510710abdb30cf1bd523890e48bf74d5f SHA256 e58a66d3bd419287ea47d507027c0b08cd1451dc4c88bb70f6810ae2734596b8 -EBUILD sw-notify-send-0.1.ebuild 830 RMD160 167130e9bbe2b74ff4f88a04c33f0a029236cde8 SHA1 bb69a31cbefe888acde208a595c1e0be0d0bbf40 SHA256 170c73937d245b768a5f741a2831e86d7119d6ef8e5b85f30fa3cd19adea5041 -MISC ChangeLog 830 RMD160 edb4858c19d6c7208a3f25af2a7fad7da3695714 SHA1 17d8ed3b2d4040ebb7f450022628103362679123 SHA256 e75be2ae9dcc1b47a91f1dc46d1bbd8eec376968a04f6801b6d5ce21becad58d +-----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/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 000000000..282e361e1 --- /dev/null +++ b/x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild @@ -0,0 +1,24 @@ +# 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 ) diff --git a/x11-misc/sw-notify-send/sw-notify-send-0.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-0.1.ebuild deleted file mode 100644 index fd85f481e..000000000 --- a/x11-misc/sw-notify-send/sw-notify-send-0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit toolchain-funcs - -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}.c.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. - -src_compile() { - tc-export CC - emake LDLIBS=-lproc ${P} || die -} - -src_install() { - newbin ${P} ${PN} || die -} -- cgit v1.2.3-65-gdbad