dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 9fd8a641d187bf8bb87a366db49dcd2625c85d90
parent eece238367b12b21f47428ddfcae4c5cff6079fe
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 10 Oct 2010 10:41:26 +1000

cleanups

Diffstat:
Mmetadata/categories.conf | 4++--
Mpackages/gnome-desktop/gnome-themes-extras/gnome-themes-extras-2.22.0.exheres-0 | 2+-
Mpackages/mail-client/mail-notification/files/disable-icon-cache-update.patch | 2+-
Mpackages/sys-auth/nss_ldap/files/nss_ldap-265-vers_string.patch | 4+++-
Mpackages/sys-auth/nss_ldap/nss_ldap-265.exheres-0 | 2+-
Mpackages/sys-auth/pam_ldap/files/pam_ldap-185-vers_string.patch | 4++++
Mpackages/sys-auth/pam_ldap/pam_ldap-185.exheres-0 | 2+-
Mpackages/x11-misc/gmrun/files/gmrun-0.9.2-sysconfdir.patch | 6++----
Mpackages/x11-misc/gmrun/files/missing-headers.patch | 5++---
Mpackages/x11-misc/gmrun/files/scandir-compar-prototype.patch | 3++-
Mpackages/x11-misc/gmrun/files/strncasecmp.patch | 5++---
11 files changed, 21 insertions(+), 18 deletions(-)
diff --git a/metadata/categories.conf b/metadata/categories.conf
@@ -1,4 +1,4 @@
-sys-auth
+gnome-desktop
 mail-client
+sys-auth
 x11-misc
-gnome-desktop
diff --git a/packages/gnome-desktop/gnome-themes-extras/gnome-themes-extras-2.22.0.exheres-0 b/packages/gnome-desktop/gnome-themes-extras/gnome-themes-extras-2.22.0.exheres-0
@@ -1,4 +1,4 @@
-# Copyright 2010 <name>
+# Copyright 2010 Dan Callaghan <djc@djc.id.au>
 # Distributed under the terms of the GNU General Public License v2
 
 require gnome.org gtk-icon-cache
diff --git a/packages/mail-client/mail-notification/files/disable-icon-cache-update.patch b/packages/mail-client/mail-notification/files/disable-icon-cache-update.patch
@@ -1,4 +1,4 @@
-From: Dan Callaghan <djc@djc.id.au>
+Source: Dan Callaghan <djc@djc.id.au>
 Reason: we handle icon cache updates outside of the build
 Upstream: not yet
 
diff --git a/packages/sys-auth/nss_ldap/files/nss_ldap-265-vers_string.patch b/packages/sys-auth/nss_ldap/files/nss_ldap-265-vers_string.patch
@@ -1,4 +1,6 @@
-Upstream: http://old.nabble.com/nss_ldap-265-td26230441.html#a26236814
+Source: Upstream http://old.nabble.com/nss_ldap-265-td26230441.html#a26236814
+Upstream: To be released in nss_ldap-266
+Reason: Only crazy people have . in $PATH
 
 --- nss_ldap-265.orig/Makefile.am	2009-11-06 20:28:08.000000000 +1000
 +++ nss_ldap-265/Makefile.am	2010-10-04 20:34:30.406862018 +1000
diff --git a/packages/sys-auth/nss_ldap/nss_ldap-265.exheres-0 b/packages/sys-auth/nss_ldap/nss_ldap-265.exheres-0
@@ -20,7 +20,7 @@ MYOPTIONS="debug"
 
 DEPENDENCIES="
     build:
-        dev-lang/perl:* [[ description = [ for ./vers_string script ] ]]
+        dev-lang/perl:* [[ note = [ for ./vers_string script ] ]]
     build+run:
         net-directory/openldap[>=2.4.21]
 "
diff --git a/packages/sys-auth/pam_ldap/files/pam_ldap-185-vers_string.patch b/packages/sys-auth/pam_ldap/files/pam_ldap-185-vers_string.patch
@@ -1,3 +1,7 @@
+Source: Same deal as http://old.nabble.com/nss_ldap-265-td26230441.html#a26236814
+Upstream: In next release, I hope
+Reason: Only crazy people have . in $PATH
+
 --- pam_ldap-185.orig/Makefile.am	2009-11-06 20:29:34.000000000 +1000
 +++ pam_ldap-185/Makefile.am	2010-10-04 22:23:06.301562203 +1000
 @@ -44,4 +44,4 @@
diff --git a/packages/sys-auth/pam_ldap/pam_ldap-185.exheres-0 b/packages/sys-auth/pam_ldap/pam_ldap-185.exheres-0
@@ -19,7 +19,7 @@ MYOPTIONS="ssl"
 
 DEPENDENCIES="
     build:
-        dev-lang/perl:* [[ description = [ for ./vers_string script ] ]]
+        dev-lang/perl:* [[ note = [ for ./vers_string script ] ]]
     build+run:
         net-directory/openldap[>=2.4.21]
 "
diff --git a/packages/x11-misc/gmrun/files/gmrun-0.9.2-sysconfdir.patch b/packages/x11-misc/gmrun/files/gmrun-0.9.2-sysconfdir.patch
@@ -1,8 +1,6 @@
-From: Łukasz Stelmach <stlman@poczta.fm>
-Source: http://bugs.gentoo.org/292856
+Source: Łukasz Stelmach <stlman@poczta.fm> from http://bugs.gentoo.org/292856
 Upstream: TODO
-
-keep config in /etc rather than /usr/share
+Reason: config belongs in /etc rather than /usr/share
 
 diff -ur gmrun-0.9.2.orig/config/Makefile.am gmrun-0.9.2/config/Makefile.am
 --- gmrun-0.9.2.orig/config/Makefile.am	2001-05-17 09:58:07.000000000 +0300
diff --git a/packages/x11-misc/gmrun/files/missing-headers.patch b/packages/x11-misc/gmrun/files/missing-headers.patch
@@ -1,7 +1,6 @@
-From: Dan Callaghan <djc@djc.id.au>
+Source: Dan Callaghan <djc@djc.id.au>
 Upstream: TODO
-
-adds missing includes
+Reason: transitive #include slackness
 
 --- gmrun-0.9.2-orig/src/ci_string.h	2001-05-17 00:39:31.000000000 +1000
 +++ gmrun-0.9.2/src/ci_string.h	2010-10-09 15:39:27.734709225 +1000
diff --git a/packages/x11-misc/gmrun/files/scandir-compar-prototype.patch b/packages/x11-misc/gmrun/files/scandir-compar-prototype.patch
@@ -1,5 +1,6 @@
-From: Dan Callaghan <djc@djc.id.au>
+Source: Dan Callaghan <djc@djc.id.au>
 Upstream: TODO
+Reason: gcc4 is strict about function pointer argument types
 
 --- gmrun-0.9.2-orig/src/gtkcompletionline.cc	2003-11-16 20:55:07.000000000 +1000
 +++ gmrun-0.9.2/src/gtkcompletionline.cc	2010-10-09 15:36:31.735708701 +1000
diff --git a/packages/x11-misc/gmrun/files/strncasecmp.patch b/packages/x11-misc/gmrun/files/strncasecmp.patch
@@ -1,7 +1,6 @@
-From: Dan Callaghan <djc@djc.id.au>
+Source: Dan Callaghan <djc@djc.id.au>
 Upstream: TODO
-
-use POSIX strncasecmp
+Reason: need to use POSIX strncasecmp
 
 Not sure what this is about, strncasecmp is not a member of std::char_traits in 
 any STL I can find...