Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] scrollkeeper-02.tar.gz missing
Date: Thu, 19 Apr 2001 14:18:57
Message-Id: 3ADF4185.69349B96@gentoo.org
In Reply to: [gentoo-dev] scrollkeeper-02.tar.gz missing by Peter Fischer
1 Peter Fischer wrote:
2 >
3 > Hi everybody!
4 >
5 > I wanted to do a bash-2.04# emerge gnome-apps/nautilus/nautilus-1.0.ebuild
6 > Calculating dependencies............... done!
7 > >>> emerge gnome-base/scrollkeeper-0.2 to /
8 > >>> Fetching scrollkeeper-0.2.tar.gz...
9 >
10 > but it did not find the file
11 > scrollkeeper-0.2.tar.gz in the locations metioned in the original ebuild
12 > script so I added the souceforge location like down there.
13 > I bet this is not the original intention of the inventor...
14 >
15 > # Copyright 1999-2000 Gentoo Technologies, Inc.
16 > # Distributed under the terms of the GNU General Public License, v2 or later
17 > # Author Achim Gottinger <achim@g.o>
18 > # /home/cvsroot/gentoo-x86/gnome-base/scrollkeeper/scrollkeeper-0.2.ebuild,v
19 > 1.1 2001/04/15 18:57:14 pete Exp
20 >
21 > A=${P}.tar.gz
22 > S=${WORKDIR}/${P}
23 > DESCRIPTION="Scrollkeeper"
24 > SRC_URI="http://prdownloads.sourceforge.net/${PN}/${A}
25 > ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}
26 > ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}"
27 > HOMEPAGE="http://www.gnome.org/"
28 >
29 > DEPEND="nls? ( sys-devel/gettext )
30 > >=gnome-base/libxml-1.8.11"
31 >
32 > src_compile() {
33 >
34 > try ./configure --host=${CHOST} --prefix=/opt/gnome
35 > --sysconfdir=/etc/opt/gnome \
36 > --mandir=/opt/gnome/share/man --localstatedir=/var
37 > try make
38 > }
39 >
40 > src_install() {
41 >
42 > try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \
43 > localstatedir=${D}/var mandir=${D}/opt/gnome/share/man install
44 >
45 > dodoc AUTHORS COPYING* ChangeLog README NEWS
46 >
47 > }
48 >
49 > Please put the file on the mirrors.
50 >
51 Uploaded scrollkeeper to ibiblio yesterday, needs some time till the
52 mirrors get them.
53 pete has fixed the SRC_URI's yesterday, did you update your portage dir?
54
55 bye achim~
56
57 > Good evening,
58 > Peter
59 >
60 > --
61 > GMX - Die Kommunikationsplattform im Internet.
62 > http://www.gmx.net
63 >
64 > _______________________________________________
65 > gentoo-dev mailing list
66 > gentoo-dev@g.o
67 > http://www.gentoo.org/mailman/listinfo/gentoo-dev