]> Pileus Git - ~andy/sunrise/commitdiff
gnome-extra/nautilus-image-converter: New Ebuild for bug 107853
authorLaurento Frittella (mrfree) <laurento.frittella@gmail.com>
Fri, 25 Jun 2010 09:42:58 +0000 (09:42 +0000)
committerLaurento Frittella (mrfree) <laurento.frittella@gmail.com>
Fri, 25 Jun 2010 09:42:58 +0000 (09:42 +0000)
svn path=/sunrise/; revision=10829

gnome-extra/nautilus-image-converter/ChangeLog [new file with mode: 0644]
gnome-extra/nautilus-image-converter/Manifest [new file with mode: 0644]
gnome-extra/nautilus-image-converter/metadata.xml [new file with mode: 0644]
gnome-extra/nautilus-image-converter/nautilus-image-converter-0.3.0.ebuild [new file with mode: 0644]

diff --git a/gnome-extra/nautilus-image-converter/ChangeLog b/gnome-extra/nautilus-image-converter/ChangeLog
new file mode 100644 (file)
index 0000000..9d8692a
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for gnome-extra/nautilus-image-converter
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  25 Jun 2010; Laurento Frittella (mrfree) <laurento.frittella@gmail.com>
+  +nautilus-image-converter-0.3.0.ebuild, +metadata.xml:
+  New Ebuild for bug 107853
+
diff --git a/gnome-extra/nautilus-image-converter/Manifest b/gnome-extra/nautilus-image-converter/Manifest
new file mode 100644 (file)
index 0000000..f37c951
--- /dev/null
@@ -0,0 +1,4 @@
+DIST nautilus-image-converter-0.3.0.tar.bz2 282711 RMD160 07789a0d8d43a001bfd53f5853608d7f53235244 SHA1 fb202b0dfb367470ea756ecb521daf23d2ccd6b4 SHA256 34044b0279acca11dcb084c666d7bc02edbbe91f8709a457e8aec9a9367fbbf7
+EBUILD nautilus-image-converter-0.3.0.ebuild 509 RMD160 331530d79fdb0caab89f0b7d737fa510087af2db SHA1 4eab86b33d28dfc09ffb4eac7c638a93b447b345 SHA256 2432d6dc6853d288fb5779b18b706a9ad31deb0fbd59207d8f53e81f6c57bcb5
+MISC ChangeLog 297 RMD160 a9cb25fb93f662f6e038fcf00e3b5863b4d5c60b SHA1 88205fbcc84b89dbcfc63ad5318595fdf008bdc3 SHA256 5e5dff4612f1ab52500035ba2973a5bedf024f88a14707ed8ae09d8ce0586a16
+MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/gnome-extra/nautilus-image-converter/metadata.xml b/gnome-extra/nautilus-image-converter/metadata.xml
new file mode 100644 (file)
index 0000000..e6233b5
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/gnome-extra/nautilus-image-converter/nautilus-image-converter-0.3.0.ebuild b/gnome-extra/nautilus-image-converter/nautilus-image-converter-0.3.0.ebuild
new file mode 100644 (file)
index 0000000..14bfb6e
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit gnome2
+
+DESCRIPTION="Adds a 'Resize Images' item to the context menu for all images"
+HOMEPAGE="http://www.bitron.ch/software/nautilus-image-converter.php"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=gnome-base/nautilus-2.21.0"
+RDEPEND="${DEPEND}
+       || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
+
+DOCS="AUTHORS ChangeLog NEWS README"