diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-14 11:39:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-14 11:39:54 +0000 |
commit | 8d3c798ca9cf941fb333818839c90f4355d6fd14 (patch) | |
tree | 38e0a7e2d25fc44ee9ea1ffae0630141c95f3029 /gnome-base/oaf | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-8d3c798ca9cf941fb333818839c90f4355d6fd14.tar.gz gentoo-2-8d3c798ca9cf941fb333818839c90f4355d6fd14.tar.bz2 gentoo-2-8d3c798ca9cf941fb333818839c90f4355d6fd14.zip |
*** empty log message ***
Diffstat (limited to 'gnome-base/oaf')
-rw-r--r-- | gnome-base/oaf/files/digest-oaf-0.5.0 | 1 | ||||
-rw-r--r-- | gnome-base/oaf/files/digest-oaf-0.5.1 | 1 | ||||
-rw-r--r-- | gnome-base/oaf/oaf-0.5.1.ebuild (renamed from gnome-base/oaf/oaf-0.5.0.ebuild) | 9 |
3 files changed, 5 insertions, 6 deletions
diff --git a/gnome-base/oaf/files/digest-oaf-0.5.0 b/gnome-base/oaf/files/digest-oaf-0.5.0 deleted file mode 100644 index e5b09e47863e..000000000000 --- a/gnome-base/oaf/files/digest-oaf-0.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 6c88954b72f478209f660ba1e2cbcf96 oaf-0.5.0.tar.gz diff --git a/gnome-base/oaf/files/digest-oaf-0.5.1 b/gnome-base/oaf/files/digest-oaf-0.5.1 new file mode 100644 index 000000000000..b9a4498db6a4 --- /dev/null +++ b/gnome-base/oaf/files/digest-oaf-0.5.1 @@ -0,0 +1 @@ +MD5 6e0cfcb089bbd9e7ca41d86d4d504d2a oaf-0.5.1.tar.gz diff --git a/gnome-base/oaf/oaf-0.5.0.ebuild b/gnome-base/oaf/oaf-0.5.1.ebuild index 02ad08aadd3a..0bd067a3167f 100644 --- a/gnome-base/oaf/oaf-0.5.0.ebuild +++ b/gnome-base/oaf/oaf-0.5.1.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.5.0.ebuild,v 1.3 2000/09/15 20:08:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.5.1.ebuild,v 1.1 2000/10/14 11:38:36 achim Exp $ -P=oaf-0.5.0 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Object Activation Framework for GNOME" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/oaf/"${A} +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/"${A} src_compile() { cd ${S} - try ./configure --host=${CHOST} --prefix=/opt/gnome + try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets try make } @@ -19,7 +18,7 @@ src_install() { cd ${S} try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING* ChangeLog README - dodoc NEWS + dodoc NEWS TODO } |