summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-04-15 00:04:17 +0000
committerSven Wegener <swegener@gentoo.org>2007-04-15 00:04:17 +0000
commit1a0af2e91aada2692a6731cbab8c09d18a003d33 (patch)
treeefefb78e81273f421645c14ac9f6fad610ad8d39 /net-nntp
parentLast rites for app-vim/doxygen-syntax (diff)
downloadgentoo-2-1a0af2e91aada2692a6731cbab8c09d18a003d33.tar.gz
gentoo-2-1a0af2e91aada2692a6731cbab8c09d18a003d33.tar.bz2
gentoo-2-1a0af2e91aada2692a6731cbab8c09d18a003d33.zip
Cleanup.
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/klibido/ChangeLog7
-rw-r--r--net-nntp/klibido/files/0.2.3-availablegroups.patch24
-rw-r--r--net-nntp/klibido/files/digest-klibido-0.2.3-r13
-rw-r--r--net-nntp/klibido/files/digest-klibido-0.2.4.13
-rw-r--r--net-nntp/klibido/klibido-0.2.3-r1.ebuild38
-rw-r--r--net-nntp/klibido/klibido-0.2.4.1.ebuild41
-rw-r--r--net-nntp/klibido/klibido-0.2.5.ebuild5
7 files changed, 9 insertions, 112 deletions
diff --git a/net-nntp/klibido/ChangeLog b/net-nntp/klibido/ChangeLog
index 1d432844dc41..fb413cfbb513 100644
--- a/net-nntp/klibido/ChangeLog
+++ b/net-nntp/klibido/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-nntp/klibido
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v 1.22 2007/04/12 21:56:33 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v 1.23 2007/04/15 00:04:17 swegener Exp $
+
+ 15 Apr 2007; Sven Wegener <swegener@gentoo.org>
+ -files/0.2.3-availablegroups.patch, -klibido-0.2.3-r1.ebuild,
+ -klibido-0.2.4.1.ebuild, klibido-0.2.5.ebuild:
+ Cleanup.
12 Apr 2007; philantrop@gentoo.org klibido-0.2.5.ebuild:
Added support for sys-libs/db-4.5*.
diff --git a/net-nntp/klibido/files/0.2.3-availablegroups.patch b/net-nntp/klibido/files/0.2.3-availablegroups.patch
deleted file mode 100644
index 877b7761e6cd..000000000000
--- a/net-nntp/klibido/files/0.2.3-availablegroups.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- 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-r1 b/net-nntp/klibido/files/digest-klibido-0.2.3-r1
deleted file mode 100644
index aad9d5fce665..000000000000
--- a/net-nntp/klibido/files/digest-klibido-0.2.3-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 adffc4df2df4f339794a49d5e06248b3 klibido-0.2.3.tar.gz 718043
-RMD160 e43cbe053ee25b39f5caee100d57ac2cc7e3a57a klibido-0.2.3.tar.gz 718043
-SHA256 a7af6c5b0d04d64ba177d892c6fa452f498060badc90cb3caeb5e66fefc0441c klibido-0.2.3.tar.gz 718043
diff --git a/net-nntp/klibido/files/digest-klibido-0.2.4.1 b/net-nntp/klibido/files/digest-klibido-0.2.4.1
deleted file mode 100644
index c9910d49e9a8..000000000000
--- a/net-nntp/klibido/files/digest-klibido-0.2.4.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 111a6e714509d0619a0b29e20a4ded65 klibido-0.2.4.1.tar.gz 798084
-RMD160 52b09d4af13ab261677204ff68fb5c94445c5a41 klibido-0.2.4.1.tar.gz 798084
-SHA256 c8a1d015b929490cb18fa9deff876a3ce4b3c17ea4ed91783d83302782efcaf1 klibido-0.2.4.1.tar.gz 798084
diff --git a/net-nntp/klibido/klibido-0.2.3-r1.ebuild b/net-nntp/klibido/klibido-0.2.3-r1.ebuild
deleted file mode 100644
index af89b96e3ee7..000000000000
--- a/net-nntp/klibido/klibido-0.2.3-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.3-r1.ebuild,v 1.5 2005/11/17 08:50:46 flameeyes Exp $
-
-inherit kde versionator
-
-DESCRIPTION="KDE Linux Binaries Downloader"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://klibido.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc ~amd64"
-IUSE="debug"
-
-RDEPEND=">=sys-libs/db-4.1"
-DEPEND="${RDEPEND}
- dev-libs/uulib"
-
-need-kde 3
-
-src_unpack() {
- kde_src_unpack
- cd "${S}"
- epatch "${FILESDIR}"/${PV}-availablegroups.patch
-}
-
-src_compile() {
- local libdbver="$(best_version sys-libs/db)"
- libdbver="${libdbver/sys-libs\/db-/}"
- libdbver="$(get_version_component_range 1-2 ${libdbver})"
-
- myconf="${myconf}
- --with-extra-includes=/usr/include/db${libdbver}/
- $(use_enable debug)
- "
- kde_src_compile
-}
diff --git a/net-nntp/klibido/klibido-0.2.4.1.ebuild b/net-nntp/klibido/klibido-0.2.4.1.ebuild
deleted file mode 100644
index 3776692a8fe1..000000000000
--- a/net-nntp/klibido/klibido-0.2.4.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.4.1.ebuild,v 1.3 2006/05/21 10:29:17 pauldv Exp $
-
-inherit kde db-use
-
-DESCRIPTION="KDE Linux Binaries Downloader"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://klibido.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="debug"
-
-RDEPEND=">=sys-libs/db-4.1"
-DEPEND="${RDEPEND}
- dev-libs/uulib"
-
-need-kde 3
-
-src_unpack() {
- kde_src_unpack
- dbincldir="$(db_includedir 4.4 4.3 4.2 4.1)" || die "unable to find db"
- einfo "db include dir = ${dbincldir}"
- if [ ! -d ${dbincldir} ]; then
- die "Db include dir does not exist"
- fi
- sed -i -e "s,-I/usr/include/db4,-I${dbincldir}," ${S}/src/Makefile.am
- sed -i -e "s,-I/usr/include/db4,-I${dbincldir}," ${S}/src/Makefile.in
-}
-
-src_compile() {
-# dbincldir="$(db_includedir 4.4 4.3 4.2 4.1)" || die "unable to find db"
-# --with-extra-includes="${dbincldir}/"
-
- myconf="${myconf}
- $(use_enable debug)
- "
- kde_src_compile
-}
diff --git a/net-nntp/klibido/klibido-0.2.5.ebuild b/net-nntp/klibido/klibido-0.2.5.ebuild
index da42ac1d1c16..b6683530a490 100644
--- a/net-nntp/klibido/klibido-0.2.5.ebuild
+++ b/net-nntp/klibido/klibido-0.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild,v 1.5 2007/04/12 21:56:33 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild,v 1.6 2007/04/15 00:04:17 swegener Exp $
inherit kde db-use
@@ -26,12 +26,13 @@ src_unpack() {
einfo "db include dir = ${dbincldir}"
if [ ! -d ${dbincldir} ]; then
- die "Db include dir does not exist"
+ die "db include dir does not exist"
fi
sed -i \
-e "s,-I/usr/include/db4,-I${dbincldir}," \
"${S}"/src/Makefile.{am,in}
+
epatch "${FILESDIR}/${P}-gcc4.1.diff"
}