From 47341b0df58926f934344ff39054477402fc90cf Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Fri, 20 May 2005 05:22:18 +0000 Subject: Revision bump to pull in a patch from upstream developers that fixes bug #93265. (Portage version: 2.0.51.22-r1) --- net-nntp/klibido/files/0.2.3-availablegroups.patch | 24 ++++++++++++++++++++++ net-nntp/klibido/files/digest-klibido-0.2.3 | 1 - net-nntp/klibido/files/digest-klibido-0.2.3-r1 | 1 + 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 net-nntp/klibido/files/0.2.3-availablegroups.patch delete mode 100644 net-nntp/klibido/files/digest-klibido-0.2.3 create mode 100644 net-nntp/klibido/files/digest-klibido-0.2.3-r1 (limited to 'net-nntp/klibido/files') diff --git a/net-nntp/klibido/files/0.2.3-availablegroups.patch b/net-nntp/klibido/files/0.2.3-availablegroups.patch new file mode 100644 index 000000000000..877b7761e6cd --- /dev/null +++ b/net-nntp/klibido/files/0.2.3-availablegroups.patch @@ -0,0 +1,24 @@ +--- src/availablegroups.cpp 2005-03-01 01:58:57.000000000 +0100 ++++ src/availablegroups.cpp.fixed 2005-05-18 10:58:03.000000000 +0200 +@@ -30,8 +30,9 @@ + int ret; + if ((ret=groupDb->open(NULL, dbName, NULL, DB_BTREE, DB_CREATE | DB_THREAD, 0644)) != 0) + qDebug("Error opening database: %s", dbEnv->strerror(ret)); ++ else qDebug("AvailableGroups database opened"); + updating=false; +- ++ m_view=0; + + + } +@@ -77,7 +78,9 @@ + data=new Dbt; + Dbc *cursor; + Group *g; +- groupDb->cursor(NULL, &cursor, 0); ++ if (groupDb->cursor(NULL, &cursor, 0)) ++ kdDebug() << "Error opening cursor\n"; ++ else kdDebug() << "Cursor openend\n"; + int ret; + int count=0; + KListViewItem *item; diff --git a/net-nntp/klibido/files/digest-klibido-0.2.3 b/net-nntp/klibido/files/digest-klibido-0.2.3 deleted file mode 100644 index d1761e10eed2..000000000000 --- a/net-nntp/klibido/files/digest-klibido-0.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 adffc4df2df4f339794a49d5e06248b3 klibido-0.2.3.tar.gz 718043 diff --git a/net-nntp/klibido/files/digest-klibido-0.2.3-r1 b/net-nntp/klibido/files/digest-klibido-0.2.3-r1 new file mode 100644 index 000000000000..d1761e10eed2 --- /dev/null +++ b/net-nntp/klibido/files/digest-klibido-0.2.3-r1 @@ -0,0 +1 @@ +MD5 adffc4df2df4f339794a49d5e06248b3 klibido-0.2.3.tar.gz 718043 -- cgit v1.2.3-65-gdbad