]> Pileus Git - ~andy/sunrise/blob - gnome-extra/nautilus-image-converter/nautilus-image-converter-0.3.0.ebuild
Add kudos to changelog message. Sorry.
[~andy/sunrise] / gnome-extra / nautilus-image-converter / nautilus-image-converter-0.3.0.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=2
6
7 inherit gnome2
8
9 DESCRIPTION="Adds a 'Resize Images' item to the context menu for all images"
10 HOMEPAGE="http://www.bitron.ch/software/nautilus-image-converter.php"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~amd64"
15 IUSE=""
16
17 DEPEND=">=gnome-base/nautilus-2.21.0"
18 RDEPEND="${DEPEND}
19         || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
20
21 DOCS="AUTHORS ChangeLog NEWS README"