diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-02-12 05:37:02 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-02-12 05:37:02 +0000 |
commit | 3cec33c55520e73033084d43f9976af0420383d4 (patch) | |
tree | 1770208fefe07c6d3a7460f64f6aa9767267e44d /app-portage | |
parent | Stable for HPPA (bug #159871). (diff) | |
download | gentoo-2-3cec33c55520e73033084d43f9976af0420383d4.tar.gz gentoo-2-3cec33c55520e73033084d43f9976af0420383d4.tar.bz2 gentoo-2-3cec33c55520e73033084d43f9976af0420383d4.zip |
really fix the patch, I swear
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/herdstat/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/herdstat/files/herds-xml-location-update.patch | 13 |
2 files changed, 17 insertions, 2 deletions
diff --git a/app-portage/herdstat/ChangeLog b/app-portage/herdstat/ChangeLog index b8bbea23e65e..9bd2db17b43b 100644 --- a/app-portage/herdstat/ChangeLog +++ b/app-portage/herdstat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/herdstat # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/herdstat/ChangeLog,v 1.75 2007/02/12 05:01:25 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/herdstat/ChangeLog,v 1.76 2007/02/12 05:37:02 compnerd Exp $ + + 12 Feb 2007; Saleem Abdulrasool <compnerd@gentoo.org> + files/herds-xml-location-update.patch: + Fix the patch to really update the location *herdstat-1.1.91-r1 (12 Feb 2007) diff --git a/app-portage/herdstat/files/herds-xml-location-update.patch b/app-portage/herdstat/files/herds-xml-location-update.patch index 71d3f5e75464..05021c02c56a 100644 --- a/app-portage/herdstat/files/herds-xml-location-update.patch +++ b/app-portage/herdstat/files/herds-xml-location-update.patch @@ -1,4 +1,4 @@ ---- src/herdstat.cc.orig 2007-02-11 22:56:25.000000000 -0600 +--- src/herdstat.cc 2007-02-11 22:56:25.000000000 -0600 +++ src/herdstat.cc 2007-02-11 22:58:30.000000000 -0600 @@ -632,7 +632,7 @@ @@ -9,3 +9,14 @@ if (options.userinfoxml().empty()) options.set_userinfoxml(gentoocvs+"/gentoo/xml/htdocs/proj/en/devrel/roll-call/userinfo.xml"); } +--- src/common.cc 2007-02-11 23:12:12.000000000 -0600 ++++ src/common.cc 2007-02-11 23:12:37.000000000 -0600 +@@ -30,7 +30,7 @@ + #include "options.hh" + #include "common.hh" + +-#define HERDSXML_REMOTE "http://www.gentoo.org/cgi-bin/viewcvs.cgi/misc/herds.xml?rev=HEAD;cvsroot=gentoo;content-type=text/plain" ++#define HERDSXML_REMOTE "http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/proj/en/metastructure/herds/herds.xml?rev=HEAD;cvsroot=gentoo;content-type=text/plain" + #define HERDSXML_LOCAL LOCALSTATEDIR"/herds.xml" + #define DEVAWAYXML_REMOTE "http://dev.gentoo.org/devaway/xml/index.php" + #define DEVAWAYXML_LOCAL LOCALSTATEDIR"/devaway.xml" |