diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-07-24 17:00:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-07-24 17:00:18 +0000 |
commit | 19708ec7f288754353baead88d1a29b6f6544353 (patch) | |
tree | 2ef75ce93ed978c15db98c97d9fa65ce78675c86 /media-gfx/feh | |
parent | move to stable (Manifest recommit) (diff) | |
download | gentoo-2-19708ec7f288754353baead88d1a29b6f6544353.tar.gz gentoo-2-19708ec7f288754353baead88d1a29b6f6544353.tar.bz2 gentoo-2-19708ec7f288754353baead88d1a29b6f6544353.zip |
clean up
Diffstat (limited to 'media-gfx/feh')
-rw-r--r-- | media-gfx/feh/feh-1.2.6.ebuild | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/media-gfx/feh/feh-1.2.6.ebuild b/media-gfx/feh/feh-1.2.6.ebuild index 198b0257a8d6..a3494abc5700 100644 --- a/media-gfx/feh/feh-1.2.6.ebuild +++ b/media-gfx/feh/feh-1.2.6.ebuild @@ -1,31 +1,26 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.2.6.ebuild,v 1.8 2004/07/14 17:28:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.2.6.ebuild,v 1.9 2004/07/24 17:00:18 vapier Exp $ DESCRIPTION="A fast, lightweight imageviewer using imlib2" -SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" HOMEPAGE="http://www.linuxbrit.co.uk/feh" -SLOT="0" +SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" + LICENSE="as-is" -KEYWORDS="~x86 ~ppc sparc ~amd64" +SLOT="0" +KEYWORDS="x86 ppc sparc amd64" +IUSE="" + DEPEND=">=media-libs/giblib-1.2.2 >=media-libs/imlib2-1.0.0 <media-libs/freetype-2" -RDEPEND="$DEPEND" -IUSE="" - -src_compile() { - econf || die - emake || die -} -src_install () { - einstall \ - docsdir=${D}/usr/share/doc/${PF} || 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 + dodoc AUTHORS ChangeLog README TODO } |