summaryrefslogtreecommitdiff
blob: 1a9948b45d6eb319dba1e2385b84b11e99f6dd66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit gnome2

DESCRIPTION="Nautilus extension to rename images to the date in which they were taken"
HOMEPAGE="http://mundogeek.net/nautilus-scripts#nautilus-rename-exif-date"
SRC_URI="http://launchpadlibrarian.net/17362131/${PN}_${PV}-1.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=gnome-base/nautilus-2.21.0
	dev-python/nautilus-python"

DOCS="changelog"

src_compile() {
	return
}