Gentoo Archives: gentoo-dev

From: Andrew Gaffney <agaffney@×××××××××××.com>
To: Gentoo Dev <gentoo-dev@l.g.o>
Subject: [gentoo-dev] cvs ebuilds
Date: Mon, 29 Mar 2004 17:27:54
Message-Id: 40685C30.2060508@skylineaero.com
1 What is the preferred method for pulling source from CVS in an ebuild? I'm trying to
2 modify the madwifi-driver ebuild to pull from CVS instead of a specific snapshot tarball.
3 I add the following to the ebuild:
4
5 inherit cvs
6
7 ECVS_SERVER="cvs.sourceforge.net:/cvsroot/madwifi"
8 ECVS_MODULE="madwifi"
9 ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}"
10 S="${WORKDIR}/${ECVS_MODULE}"
11
12 SRC_URI=""
13
14 When I try to emerge it, I get:
15
16 /usr/sbin/ebuild.sh: line 37: cd: /var/tmp/portage/madwifi-driver-cvs-0.1/work/madwifi: No
17 such file or directory
18 mv: cannot stst 'Makefile.inc': No such file or directory
19 sed: can't read /var/tmp/portage/mdwifi-driver-cvs-0.1/temp/Makefile.inc: No such file or
20 directory
21 >>> Source unpacked.
22 make: *** No rule to make target `clean'. Stop.
23 make: *** No targets specified and no makefile found. Stop.
24
25 What did I do wrong?
26
27 --
28 Andrew Gaffney
29 Network Administrator
30 Skyline Aeronautics, LLC.
31 636-357-1548
32
33
34 --
35 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] cvs ebuilds Mike Frysinger <vapier@g.o>