diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-11-03 01:45:56 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-11-03 01:45:56 +0000 |
commit | 22a63123a8fbdf98e7b9750018fcb0491746c725 (patch) | |
tree | eaa023bac49561e1f4dbfea764f6be891a35697e /media-libs | |
parent | new version (diff) | |
download | gentoo-2-22a63123a8fbdf98e7b9750018fcb0491746c725.tar.gz gentoo-2-22a63123a8fbdf98e7b9750018fcb0491746c725.tar.bz2 gentoo-2-22a63123a8fbdf98e7b9750018fcb0491746c725.zip |
removed buggy gdk-pixbuf; updated bonobo and ORBit, but since it can cause problems with evolution, masked it
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.12.0 | 1 | ||||
-rw-r--r-- | media-libs/gdk-pixbuf/gdk-pixbuf-0.12.0.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.12.0 b/media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.12.0 deleted file mode 100644 index dc19d5e262ac..000000000000 --- a/media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.12.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 5c20bd2c0069e6440171f793e19f5910 gdk-pixbuf-0.12.0.tar.gz 524288 diff --git a/media-libs/gdk-pixbuf/gdk-pixbuf-0.12.0.ebuild b/media-libs/gdk-pixbuf/gdk-pixbuf-0.12.0.ebuild deleted file mode 100644 index 39ad6001cfd1..000000000000 --- a/media-libs/gdk-pixbuf/gdk-pixbuf-0.12.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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/media-libs/gdk-pixbuf/gdk-pixbuf-0.12.0.ebuild,v 1.1 2001/10/26 08:41:07 hallski Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GNOME Image Library" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz" - -DEPEND=">=x11-libs/gtk+-1.2.10-r4 - >=gnome-base/gnome-libs-1.4.1.2-r1" - -src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc/X11/gdk-pixbuf - - assert - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc/X11/gdk-pixbuf \ - install || die - - dodoc AUTHORS COPYING* ChangeLog INSTALL README NEWS TODO -} |