diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 10:54:06 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 10:54:06 +0000 |
commit | 26ef11f855b1900e0a9eb30619d526ac83e56a8b (patch) | |
tree | 66359baa38877e14988dc2ddd7ffba6cceac95db /media-libs/imlib | |
parent | Cleanup (diff) | |
download | gentoo-2-26ef11f855b1900e0a9eb30619d526ac83e56a8b.tar.gz gentoo-2-26ef11f855b1900e0a9eb30619d526ac83e56a8b.tar.bz2 gentoo-2-26ef11f855b1900e0a9eb30619d526ac83e56a8b.zip |
Cleanup
Diffstat (limited to 'media-libs/imlib')
-rw-r--r-- | media-libs/imlib/files/digest-imlib-1.9.8.1 | 1 | ||||
-rw-r--r-- | media-libs/imlib/files/digest-imlib-1.9.9 | 1 | ||||
-rw-r--r-- | media-libs/imlib/imlib-1.9.8.1.ebuild | 45 | ||||
-rw-r--r-- | media-libs/imlib/imlib-1.9.9.ebuild | 40 |
4 files changed, 0 insertions, 87 deletions
diff --git a/media-libs/imlib/files/digest-imlib-1.9.8.1 b/media-libs/imlib/files/digest-imlib-1.9.8.1 deleted file mode 100644 index 7300f31fe488..000000000000 --- a/media-libs/imlib/files/digest-imlib-1.9.8.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 224948ee96653990cd96daec090a5599 imlib-1.9.8.1.tar.gz diff --git a/media-libs/imlib/files/digest-imlib-1.9.9 b/media-libs/imlib/files/digest-imlib-1.9.9 deleted file mode 100644 index f65d202cadfa..000000000000 --- a/media-libs/imlib/files/digest-imlib-1.9.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 19debabef3175e36d33bc3e357ed3f9b imlib-1.9.9.tar.gz diff --git a/media-libs/imlib/imlib-1.9.8.1.ebuild b/media-libs/imlib/imlib-1.9.8.1.ebuild deleted file mode 100644 index 5fd541f9cbae..000000000000 --- a/media-libs/imlib/imlib-1.9.8.1.ebuild +++ /dev/null @@ -1,45 +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/imlib/imlib-1.9.8.1.ebuild,v 1.6 2000/11/21 19:44:58 achim Exp $ - -P=imlib-1.9.8.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="imlib" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/"${A} -HOMEPAGE="http://www.gnome.org/" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3 - >=media-libs/giflib-4.1.0 - >=media-libs/libpng-1.0.7 - >=media-libs/tiff-3.5.5 - >=media-libs/jpeg-6b - >=dev-libs/glib-1.2.8 - >=x11-libs/gtk+-1.2.8 - >=x11-base/xfree-4.0.1" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11/imlib - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11/imlib install - preplib /usr/X11R6 - dodoc AUTHORS COPYING* ChangeLog README - dodoc NEWS - docinto html - dodoc doc/*.gif doc/index.html -} - -pkg_postinst() { - - ldconfig -r ${ROOT} - -} - - diff --git a/media-libs/imlib/imlib-1.9.9.ebuild b/media-libs/imlib/imlib-1.9.9.ebuild deleted file mode 100644 index e5e8e781d187..000000000000 --- a/media-libs/imlib/imlib-1.9.9.ebuild +++ /dev/null @@ -1,40 +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/imlib/imlib-1.9.9.ebuild,v 1.1 2001/03/06 05:27:28 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="imlib" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} - ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" - -HOMEPAGE="http://www.gnome.org/" - -DEPEND="virtual/glibc - >=media-libs/giflib-4.1.0 - >=media-libs/libpng-1.0.7 - >=media-libs/tiff-3.5.5 - >=media-libs/jpeg-6b - >=dev-libs/glib-1.2.8 - >=x11-libs/gtk+-1.2.8 - >=x11-base/xfree-4.0.1" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11/imlib - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11/imlib install - preplib /usr/X11R6 - dodoc AUTHORS COPYING* ChangeLog README - dodoc NEWS - docinto html - dodoc doc/*.gif doc/index.html -} - - - |