Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
does anyone have confcache source?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
no_hope
Guru
Guru


Joined: 23 Jun 2003
Posts: 482

PostPosted: Sat Jul 05, 2008 12:02 am    Post subject: does anyone have confcache source? Reply with quote

I am doing some benchmarks that require me to frequently re-emerge a lot of tiny packages. confcache would really speed things up for me. Does anyone know where I can find its source?

http://gentooexperimental.org/~ferringb/confcache/ no longer exists.
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Sat Jul 05, 2008 12:18 am    Post subject: Reply with quote

Archive.org and google are your friends... ;)

http://web.archive.org/web/20061210121714/http://gentooexperimental.org/~ferringb/confcache/


http://scriptkitty.com/files/
Back to top
View user's profile Send private message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2790
Location: Pittsburgh, PA, USA

PostPosted: Sat Jul 05, 2008 4:32 am    Post subject: Reply with quote

It was in the masterdriverz overlay. Not sure if it is still there but here is the ebuild:

Code:
# cat confcache-0.4.2-r1.ebuild
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/confcache-0.4.2-r1.ebuild,v 1.3 2006/05/20 11:17:41 flameeyes Exp $

inherit distutils

DESCRIPTION="global autoconf cache manager"
HOMEPAGE="http://gentooexperimental.org/~ferringb/confcache/"
SRC_URI="http://dev.gentooexperimental.org/~masterdriverz/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE=""
DEPEND=">=dev-lang/python-2.2"
RDEPEND=">=dev-lang/python-2.2 >=sys-apps/sandbox-1.2.12"

src_install() {
        distutils_src_install
        rm -rf "${D}/usr/share/doc/confcache"

        fperms 0755 /usr/share/confcache
}

pkg_postinst() {
        ewarn "If you are upgrading from an older version of confcache please check"
        ewarn "the permissions on /usr/share/confcache directory. If the directory"
        ewarn "is world-writable, issue the following command to fix them:"
        einfo "  chmod 0755 /usr/share/confcache"
}


Also the download link still works.
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
DanPT
n00b
n00b


Joined: 16 Nov 2007
Posts: 14

PostPosted: Sat Jul 05, 2008 9:20 pm    Post subject: Reply with quote

It still in the masterdriverz overlay. I saw it in the tree but did not emerge, test nor veryfied if the version is up to date.

I always Check http://gentoo.zapto.org for ebuild in different overlay. I just search confcache and it give the masterdriverz overlay. Very useful search engine.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum