diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-11-03 13:41:39 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-11-03 13:41:39 +0000 |
commit | f638610f1538f4e71c3b814cd8cad217026ef01b (patch) | |
tree | 6d1132b2d2e5001d350b33188c4055f89369209c /media-gfx/feh | |
parent | fixes for gcc-3.2 (diff) | |
download | historical-f638610f1538f4e71c3b814cd8cad217026ef01b.tar.gz historical-f638610f1538f4e71c3b814cd8cad217026ef01b.tar.bz2 historical-f638610f1538f4e71c3b814cd8cad217026ef01b.zip |
Fixes #10115.
Diffstat (limited to 'media-gfx/feh')
-rw-r--r-- | media-gfx/feh/ChangeLog | 13 | ||||
-rw-r--r-- | media-gfx/feh/feh-1.2.2.ebuild | 33 | ||||
-rw-r--r-- | media-gfx/feh/files/digest-feh-1.2.2 | 1 |
3 files changed, 41 insertions, 6 deletions
diff --git a/media-gfx/feh/ChangeLog b/media-gfx/feh/ChangeLog index c066094a242f..b6188c69b05d 100644 --- a/media-gfx/feh/ChangeLog +++ b/media-gfx/feh/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/feh # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.3 2002/08/13 13:28:48 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.4 2002/11/03 13:41:39 karltk Exp $ + +*feh-1.2.2 (03 Nov 2002) + + 03 Nov 2002; Karl Trygve Kalleberg <karltk@gentoo.org> feh-1.2.2.ebuild files/digest-feh-1.2.2 : + New upstream version. Fixes #10115. *feh-1.2.0 (13 Aug 2002) @@ -16,8 +21,4 @@ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. + Added initial ChangeLog. diff --git a/media-gfx/feh/feh-1.2.2.ebuild b/media-gfx/feh/feh-1.2.2.ebuild new file mode 100644 index 000000000000..84e85a04aec5 --- /dev/null +++ b/media-gfx/feh/feh-1.2.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.2.2.ebuild,v 1.1 2002/11/03 13:41:39 karltk Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A fast, lightweight imageviewer using imlib2" +SRC_URI="http://www.linuxbrit.co.uk/downloads/feh-${PV}.tar.gz" +HOMEPAGE="http://www.linuxbrit.co.uk/feh" +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~ppc" +DEPEND=">=media-libs/giblib-1.2.2 + >=media-libs/imlib2-1.0.0" +RDEPEND="$DEPEND" +IUSE="" + +src_compile() { + + econf || die + emake || die +} + +src_install () { + + einstall \ + docsdir=${D}/usr/share/doc/${PF} || die + + doman feh.1 + # gzip the docs + gzip ${D}/usr/share/doc/${PF}/* + + dodoc AUTHORS COPYING ChangeLog README TODO +} diff --git a/media-gfx/feh/files/digest-feh-1.2.2 b/media-gfx/feh/files/digest-feh-1.2.2 new file mode 100644 index 000000000000..df02ad80b95a --- /dev/null +++ b/media-gfx/feh/files/digest-feh-1.2.2 @@ -0,0 +1 @@ +MD5 4f1c935fd2f3cb5685f4f8d1e3bd6963 feh-1.2.2.tar.gz 346432 |