summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-23 02:00:27 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-23 02:00:27 +0000
commitbec7a0c4a0df0b744f23e28aaf328fb35d12ce6b (patch)
tree9ac19b84f777819131798c5bc2e46757ee4b41cc /x11-misc
parentMove from xfce-extra next to notification-daemon. (diff)
downloadgentoo-2-bec7a0c4a0df0b744f23e28aaf328fb35d12ce6b.tar.gz
gentoo-2-bec7a0c4a0df0b744f23e28aaf328fb35d12ce6b.tar.bz2
gentoo-2-bec7a0c4a0df0b744f23e28aaf328fb35d12ce6b.zip
Move from xfce-extra next to notification-daemon.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64, RepoMan options: --force) (Unsigned Manifest commit)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/notification-daemon-xfce/Manifest4
-rw-r--r--x11-misc/notification-daemon-xfce/files/0.3.7/01_all_fix_autoconf.patch12
2 files changed, 14 insertions, 2 deletions
diff --git a/x11-misc/notification-daemon-xfce/Manifest b/x11-misc/notification-daemon-xfce/Manifest
index 95ab02a15280..4b70ca303163 100644
--- a/x11-misc/notification-daemon-xfce/Manifest
+++ b/x11-misc/notification-daemon-xfce/Manifest
@@ -1,5 +1,5 @@
AUX 0.3.7/01_all_fix_autoconf.patch 618 RMD160 80cbe02dbcfcf0f65551fc64d8c5b71130e38e43 SHA1 f44786ff03e1074574551f35a7a3fcd85138b3b7 SHA256 79f5fc30ca1487e594fc651f5ee8fc2a6501cf7ac9fa4da8e914545712dd2238
DIST notification-daemon-xfce-0.3.7.tar.bz2 329496 RMD160 d5df3795d7d7a5f5fceee6ac7672c7e173f01070 SHA1 46d8dead23db347db7aae56b90ecca4a1dedf545 SHA256 c0dc4100a9fc6cbc45ce8741fd360f4d80ad57ced6905e42a70a92855d09a38a
-EBUILD notification-daemon-xfce-0.3.7.ebuild 1163 RMD160 9ae14be8b01c9b62511166787b443f1a2c122afd SHA1 5afa3acd7073627f2d0faa3c7a6c4ff8274cae4b SHA256 705466c8ea4da90c1c9271a19425f97ff669e2fffb81d4e876378fae26b571ea
-MISC ChangeLog 2362 RMD160 d2bd3e9d374f491fb36a710db5f1f3b9c27ec499 SHA1 db0a977332d7b48a7f5272f9b778dba4a46186b1 SHA256 f6b2e4020b04461cb7c706fe9fa24db7e2b97d0c7c0c1cc796e0edb8548f9686
+EBUILD notification-daemon-xfce-0.3.7.ebuild 1294 RMD160 51b42f301ada0a370b67b9ae7e1288de1e91fa1c SHA1 dfb9812f1c49aaacc2b76276d5aba64a5b8ee004 SHA256 0598d49d8c08f7e190a9c1afb529152c229f5e0ace8d65a0487aaec552b7274e
+MISC ChangeLog 2356 RMD160 11a3617b8ae63a33f8fcc7d8b7ee198494536ee3 SHA1 73a9b669a924efc82bc3e13d93aa633a61c7b6bb SHA256 dc5132c563607dd7ce1ffe04eefe8193f1ccc59209f39383bd0447ca6effa800
MISC metadata.xml 157 RMD160 d7470fe88d1b96f3a7f1ef26fb7dc646b4a1b907 SHA1 7eae91f2588bdae8667d37a98fb3090d539eeca1 SHA256 44350daa7594842894d676413708d8ea77ccb0017bed24711af5b256281f5e61
diff --git a/x11-misc/notification-daemon-xfce/files/0.3.7/01_all_fix_autoconf.patch b/x11-misc/notification-daemon-xfce/files/0.3.7/01_all_fix_autoconf.patch
new file mode 100644
index 000000000000..1d7ab5009ef2
--- /dev/null
+++ b/x11-misc/notification-daemon-xfce/files/0.3.7/01_all_fix_autoconf.patch
@@ -0,0 +1,12 @@
+diff -ur notification-daemon-xfce-0.3.7.orig/configure.in notification-daemon-xfce-0.3.7/configure.in
+--- notification-daemon-xfce-0.3.7.orig/configure.in 2007-05-26 12:52:28.000000000 +0300
++++ notification-daemon-xfce-0.3.7/configure.in 2008-06-23 04:38:53.000000000 +0300
+@@ -18,7 +18,7 @@
+ dnl *********************
+ dnl *** init autoconf ***
+ dnl *********************
+-AC_INIT([notification-daemon-xfce], [notification_daemon_version()], [http://bugzilla.xfce.org/])
++AC_INIT([notification-daemon-xfce], [notification_daemon_version], [http://bugzilla.xfce.org/])
+ AC_PREREQ([2.50])
+
+ dnl *********************