]> Pileus Git - ~andy/sunrise/commitdiff
x11-misc/sw-notify-send: Version bump with autotools use and a small segv-fix.
authorMichał Górny <mgorny@gentoo.org>
Fri, 10 Dec 2010 17:54:21 +0000 (17:54 +0000)
committerMichał Górny <mgorny@gentoo.org>
Fri, 10 Dec 2010 17:54:21 +0000 (17:54 +0000)
(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
x11-misc/sw-notify-send/Manifest
x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild [moved from x11-misc/sw-notify-send/sw-notify-send-0.1.ebuild with 76% similarity]

index ae7913d76422c5adec077a3d7bf6d535d7bd856f..d1436ec6f86c965c1d0738afdf5b8b90a7467f57 100644 (file)
@@ -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 <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).
index cc91b5568bba7567d86134653cc913fdfe25d6ba..37504a61ccc06eefd1ca14c9932f93af72968176 100644 (file)
@@ -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-----
similarity index 76%
rename from x11-misc/sw-notify-send/sw-notify-send-0.1.ebuild
rename to x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild
index fd85f481e42c15eb0409455e4d6330a89a8069fb..282e361e14724ab2ffc8a58e8d25120a415646de 100644 (file)
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-inherit toolchain-funcs
+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}.c.bz2"
+SRC_URI="http://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
@@ -21,11 +21,4 @@ RDEPEND="${DEPEND}"
 # 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
-}
+DOCS=( README )