blob: 9b40f862251af1e1f3706ff9e5073c856b2110e0 (
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-2012 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
}
|