Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17103 - evidence-cvs-1.0.ebuild (new ebuild)
Summary: evidence-cvs-1.0.ebuild (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-08 14:13 UTC by Arvind
Modified: 2003-03-09 11:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvind 2003-03-08 14:13:53 UTC
Ebuild evidence(cvs ) 
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
#$Header:/home/cvsroot/gentoo-x86/app-misc/evidence-cvs/evidence-cvs-1.0.ebuild,v1.0
2003/03/03 18:37:26 pantoffel Exp $



DESCRIPTION="A fully themable file manager inspired by efm and File Viewer.- CVS
ebuild."
HOMEPAGE="http://evidence.sourceforge.net/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"

DEPEND="media-libs/ebg
	dev-db/edb
	dev-libs/eet
	x11-libs/evas
	media-libs/imlib2
	media-libs/imlib2_loaders"

inherit cvs

ECVS_SERVER="cvs.sourceforge.net:/cvsroot/evidence"
ECVS_MODULE="evidence"
ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}"
S=${WORKDIR}/${ECVS_MODULE}

src_compile() {
	local myconf="--enable-backend-efsd --enable-plugin-vorbis  --enable-extra-themes"
	./autogen.sh $myconf || die 
	emake || die

}

src_install() {
	make DESTDIR=${D} install || die
}
Comment 1 SpanKY gentoo-dev 2003-03-09 11:08:01 UTC
i added the ebuild i had sitting around on my computer ...
not because it is the ebuild i made, but because it is a lot more
complete than the one here ...
also, i dont really want to support a pure cvs ebuild ;)

http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/app-misc/evidence/evidence-0.9.4.20030220.ebuild?rev=1.1&content-type=text/vnd.viewcvs-markup

enjoy