Gentoo Archives: gentoo-dev

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

Replies

Subject Author
Re: [gentoo-dev] scrollkeeper-02.tar.gz missing AGottinger@t-online.de (Achim Gottinger)