summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-03-27 12:30:26 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-03-27 12:30:26 +0000
commit758fe249ca58dd7d3d243a0f455f7b1fa16ad5ff (patch)
tree1b7cf4f578500935ef4bd41800df804f8916473a /media-libs
parentUngzipped HTML docs. (diff)
downloadgentoo-2-758fe249ca58dd7d3d243a0f455f7b1fa16ad5ff.tar.gz
gentoo-2-758fe249ca58dd7d3d243a0f455f7b1fa16ad5ff.tar.bz2
gentoo-2-758fe249ca58dd7d3d243a0f455f7b1fa16ad5ff.zip
Ungzipped HTML docs.
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/imlib2/ChangeLog8
-rw-r--r--media-libs/imlib2/imlib2-1.0.5.ebuild10
2 files changed, 10 insertions, 8 deletions
diff --git a/media-libs/imlib2/ChangeLog b/media-libs/imlib2/ChangeLog
index 72d561fe1dc0..e99f66b30c56 100644
--- a/media-libs/imlib2/ChangeLog
+++ b/media-libs/imlib2/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for media-libs/imlib2
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.1 2002/02/01 21:53:30 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.2 2002/03/27 12:30:26 seemant Exp $
+*imlib2-1.0.5 (27 Mar 2002)
+
+ 27 Mar 2002; Seemant Kulleen <seemant@gentoo.org> imlib2-1.0.5.ebuild :
+
+ Ungzipped HTML docs.
+
*imlib2-1.0.5 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
diff --git a/media-libs/imlib2/imlib2-1.0.5.ebuild b/media-libs/imlib2/imlib2-1.0.5.ebuild
index 4edb43efd38b..d920bbd2517e 100644
--- a/media-libs/imlib2/imlib2-1.0.5.ebuild
+++ b/media-libs/imlib2/imlib2-1.0.5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 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/imlib2/imlib2-1.0.5.ebuild,v 1.1 2002/01/24 13:05:05 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.5.ebuild,v 1.2 2002/03/27 12:30:26 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="imlib"
@@ -28,9 +28,5 @@ src_install() {
make prefix=${D}/usr sysconfdir=${D}/etc/X11/imlib install || die
preplib /usr
dodoc AUTHORS COPYING* ChangeLog README
- docinto html
- dodoc doc/*.gif doc/index.html
+ dohtml -r doc
}
-
-
-