diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-17 08:50:46 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-17 08:50:46 +0000 |
commit | 4ab0740cb1baf7858012a7b8c85acff919dc90be (patch) | |
tree | e232d830aefae3cd572ad4b25ba55571049c3e1f | |
parent | always enable MALLOC_GLIBC_COMPAT (diff) | |
download | historical-4ab0740cb1baf7858012a7b8c85acff919dc90be.tar.gz historical-4ab0740cb1baf7858012a7b8c85acff919dc90be.tar.bz2 historical-4ab0740cb1baf7858012a7b8c85acff919dc90be.zip |
Remove --datadir configure option, that's no more overriden with --datadir=/usr/share inside kde eclass. This fixes bug #112756. The reason of the old --datadir parameter is not clear but this does the same it was done until yesterday's changes to kde eclass.
Package-Manager: portage-2.0.53_rc7
-rw-r--r-- | net-nntp/klibido/ChangeLog | 9 | ||||
-rw-r--r-- | net-nntp/klibido/Manifest | 12 | ||||
-rw-r--r-- | net-nntp/klibido/klibido-0.2.3-r1.ebuild | 3 | ||||
-rw-r--r-- | net-nntp/klibido/klibido-0.2.4.1.ebuild | 3 |
4 files changed, 16 insertions, 11 deletions
diff --git a/net-nntp/klibido/ChangeLog b/net-nntp/klibido/ChangeLog index 074bfaedde7f..91f291971bea 100644 --- a/net-nntp/klibido/ChangeLog +++ b/net-nntp/klibido/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-nntp/klibido # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v 1.15 2005/09/23 11:55:32 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/ChangeLog,v 1.16 2005/11/17 08:50:46 flameeyes Exp $ + + 17 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> + klibido-0.2.3-r1.ebuild, klibido-0.2.4.1.ebuild: + Remove --datadir configure option, that's no more overriden with + --datadir=/usr/share inside kde eclass. This fixes bug #112756. The reason + of the old --datadir parameter is not clear but this does the same it was + done until yesterday's changes to kde eclass. *klibido-0.2.4.1 (23 Sep 2005) diff --git a/net-nntp/klibido/Manifest b/net-nntp/klibido/Manifest index 7a6acd707c54..e97ac61a8ecc 100644 --- a/net-nntp/klibido/Manifest +++ b/net-nntp/klibido/Manifest @@ -1,17 +1,17 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 7e2dcae011e5e41b2b660252409d3a3b ChangeLog 2435 +MD5 0de521e8378389b54bc2a5a05f0059dc ChangeLog 2809 MD5 562c45d10b93fb7abdb28bf180066e82 files/0.2.3-availablegroups.patch 680 MD5 b9341c26322876dabb2e10261c976076 files/digest-klibido-0.2.3-r1 65 MD5 11ff15e55098abf0e104d3c988f2f371 files/digest-klibido-0.2.4.1 67 -MD5 b360b489133888a78433d28e3aae4b3f klibido-0.2.3-r1.ebuild 930 -MD5 e87e7b6f6b36b104a9cdbfe8fe497952 klibido-0.2.4.1.ebuild 835 +MD5 53f7b9dfd8377ef07e870769803c5499 klibido-0.2.3-r1.ebuild 902 +MD5 b33a272b461140625c8859668350c44e klibido-0.2.4.1.ebuild 807 MD5 d4764f5c17f5e0b416f7ddf271c77d71 metadata.xml 161 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDM+1JI1lqEGTUzyQRAq3cAJ95vDJE4+dC8HHFvgymBP8CmzBlwQCZAZHh -EVt7X1G1B8T7obNpyvvMIyc= -=jcGW +iD8DBQFDfER5AiZjviIA2XgRAn/iAJ9y2TrJQoGSB5EpFET9G3/obO75FwCfckEB +LQrc4IGk0AuXSOVjhp5k3gk= +=eAiO -----END PGP SIGNATURE----- diff --git a/net-nntp/klibido/klibido-0.2.3-r1.ebuild b/net-nntp/klibido/klibido-0.2.3-r1.ebuild index 00918cd846d5..af89b96e3ee7 100644 --- a/net-nntp/klibido/klibido-0.2.3-r1.ebuild +++ b/net-nntp/klibido/klibido-0.2.3-r1.ebuild @@ -1,6 +1,6 @@ # 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.4 2005/09/09 17:07:55 swegener Exp $ +# $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 @@ -31,7 +31,6 @@ src_compile() { libdbver="$(get_version_component_range 1-2 ${libdbver})" myconf="${myconf} - --datadir='${D}'/usr/share --with-extra-includes=/usr/include/db${libdbver}/ $(use_enable debug) " diff --git a/net-nntp/klibido/klibido-0.2.4.1.ebuild b/net-nntp/klibido/klibido-0.2.4.1.ebuild index 3beba02c4fbe..c01aefff2039 100644 --- a/net-nntp/klibido/klibido-0.2.4.1.ebuild +++ b/net-nntp/klibido/klibido-0.2.4.1.ebuild @@ -1,6 +1,6 @@ # 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.4.1.ebuild,v 1.1 2005/09/23 11:55:32 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.4.1.ebuild,v 1.2 2005/11/17 08:50:46 flameeyes Exp $ inherit kde versionator @@ -25,7 +25,6 @@ src_compile() { libdbver="$(get_version_component_range 1-2 ${libdbver})" myconf="${myconf} - --datadir='${D}'/usr/share --with-extra-includes=/usr/include/db${libdbver}/ $(use_enable debug) " |