diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-25 04:00:47 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-25 04:00:47 +0000 |
commit | aa90b22a339f6cfa7c10577459f8396135407b1e (patch) | |
tree | dffc7e4fedee19cc5b9435a09fa794f196e459a1 /gnome-extra/gnome-vfs-extras | |
parent | repoman workings (diff) | |
download | gentoo-2-aa90b22a339f6cfa7c10577459f8396135407b1e.tar.gz gentoo-2-aa90b22a339f6cfa7c10577459f8396135407b1e.tar.bz2 gentoo-2-aa90b22a339f6cfa7c10577459f8396135407b1e.zip |
repoman fixes
Diffstat (limited to 'gnome-extra/gnome-vfs-extras')
3 files changed, 2 insertions, 61 deletions
diff --git a/gnome-extra/gnome-vfs-extras/files/digest-gnome-vfs-extras-0.99.0 b/gnome-extra/gnome-vfs-extras/files/digest-gnome-vfs-extras-0.99.0 deleted file mode 100644 index 90e62b4f98d0..000000000000 --- a/gnome-extra/gnome-vfs-extras/files/digest-gnome-vfs-extras-0.99.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 30f5ea64fcd8a2ffc79ca93f38679773 gnome-vfs-extras-0.99.0.tar.bz2 710374 diff --git a/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.0.ebuild b/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.0.ebuild deleted file mode 100644 index 17c1c83923c7..000000000000 --- a/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.0.ebuild,v 1.1 2002/05/22 22:40:44 spider Exp $ - - -# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ -DEBUG="yes" -RESTRICT="nostrip" -# force debug information -CFLAGS="${CFLAGS} -g" -CXXFLAGS="${CXXFLAGS} -g" - - -S=${WORKDIR}/${P} -DESCRIPTION="the Gnome Virtual Filesystem extra libraries" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" -SLOT="1" -LICENSE="GPL-2" - - -RDEPEND=">=dev-libs/glib-2.0.0 - >=gnome-base/gconf-1.1.8-r1 - >=gnome-base/ORBit2-2.3.106 - >=gnome-base/gnome-mime-data-1.0.6 - >=gnome-base/gnome-vfs-1.9.10 - >=sys-devel/gettext-0.10.40" - -DEPEND="${RDEPEND} - doc? ( >=dev-util/gtk-doc ) - >=dev-util/pkgconfig-0.12.0" - - -src_compile() { - local myconf - use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} \ - --enable-debug=yes || die - emake || die -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README -} - - - - - diff --git a/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.1.ebuild b/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.1.ebuild index 1575b15410e1..d49eb52f922c 100644 --- a/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.1.ebuild +++ b/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.1.ebuild,v 1.1 2002/06/26 08:09:02 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.1.ebuild,v 1.2 2002/07/25 03:56:45 spider Exp $ inherit gnome2 S=${WORKDIR}/${P} @@ -9,6 +9,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="1" LICENSE="GPL-2" +KEYWORDS="x86" RDEPEND=">=dev-libs/glib-2.0.3 >=gnome-base/gconf-1.2.0 |