View | Details | Raw Unified
Collapse All | Expand All

(-) libherdstat-0.1.1_bck/herdstat/portage/project_xml.cc (-1 / +1 lines)
 Lines 34-40    Link Here 
namespace herdstat {
namespace herdstat {
namespace portage {
namespace portage {
/*** static members *********************************************************/
/*** static members *********************************************************/
const char * const project_xml::_baseURL = "http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/xml/htdocs%s?rev=HEAD&root=gentoo&content-type=text/plain";
const char * const project_xml::_baseURL = "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo/xml/htdocs%s?content-type=text/plain";
const char * const project_xml::_baseLocal = "%s/gentoo/xml/htdocs/%s";
const char * const project_xml::_baseLocal = "%s/gentoo/xml/htdocs/%s";
std::set<std::string> project_xml::_parsed;
std::set<std::string> project_xml::_parsed;
/****************************************************************************/
/****************************************************************************/