summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhasufell <julian.ospald@googlemail.com>2012-03-29 00:11:08 +0000
committerhasufell <julian.ospald@googlemail.com>2012-03-29 00:11:08 +0000
commitf1f110d03f115dc8732efb5c5f32adc554a827c2 (patch)
tree766c352e421035371f97f5d1149ed29685e3e85e
parentx11-misc/spacefm-plugins: New Ebuild for bug 410083 thanks to xmw and floppym (diff)
downloadsunrise-reviewed-f1f110d03f115dc8732efb5c5f32adc554a827c2.tar.gz
sunrise-reviewed-f1f110d03f115dc8732efb5c5f32adc554a827c2.tar.bz2
sunrise-reviewed-f1f110d03f115dc8732efb5c5f32adc554a827c2.zip
x11-misc/spacefm-cdemu-plugin: New Ebuild for bug 410083 thanks to xmw and floppym
svn path=/sunrise/; revision=12854
-rw-r--r--x11-misc/spacefm-cdemu-plugin/ChangeLog10
-rw-r--r--x11-misc/spacefm-cdemu-plugin/Manifest4
-rw-r--r--x11-misc/spacefm-cdemu-plugin/metadata.xml7
-rw-r--r--x11-misc/spacefm-cdemu-plugin/spacefm-cdemu-plugin-0.0.3.ebuild47
4 files changed, 68 insertions, 0 deletions
diff --git a/x11-misc/spacefm-cdemu-plugin/ChangeLog b/x11-misc/spacefm-cdemu-plugin/ChangeLog
new file mode 100644
index 000000000..ab1a9f551
--- /dev/null
+++ b/x11-misc/spacefm-cdemu-plugin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/spacefm-cdemu-plugin
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*spacefm-cdemu-plugin-0.0.3 (29 Mar 2012)
+
+ 29 Mar 2012; hasufell <julian.ospald@googlemail.com>
+ +spacefm-cdemu-plugin-0.0.3.ebuild, +metadata.xml:
+ New Ebuild for bug 410083 thanks to xmw and floppym
+
diff --git a/x11-misc/spacefm-cdemu-plugin/Manifest b/x11-misc/spacefm-cdemu-plugin/Manifest
new file mode 100644
index 000000000..4efffcf58
--- /dev/null
+++ b/x11-misc/spacefm-cdemu-plugin/Manifest
@@ -0,0 +1,4 @@
+DIST spacefm-cdemu-plugin-0.0.3.tar.gz 2360 RMD160 3c5a415cf405ff72a6aa072ec0cec3648af50294 SHA1 3cebfb8f02dd010491a5376841c2f1df55b246df SHA256 de1f67f960b93cea314b64f1e5aaf911108a758bafc6fc3607d7010e83c742d2
+EBUILD spacefm-cdemu-plugin-0.0.3.ebuild 1144 RMD160 da080110172bb5e4a177f8feae624f79192d55e2 SHA1 cee6b0acc62a26fff28da4c1420b6173bced27be SHA256 80ee2942052dd3272e4e34151b9acfab700444c9a0cbe00cfb1651920bfa710d
+MISC ChangeLog 336 RMD160 3a340637ea3004e4502a97ce3a5af7c50c71e4a8 SHA1 af29db0eea24f7bff4349ab8286540beffa2b0f3 SHA256 35e87dabef9c1c044475fb4be8f6a9eed3c91b13b9965ce32893f092de86a56c
+MISC metadata.xml 214 RMD160 efd8175069efb91061298ff4584218b633e44678 SHA1 d372fdbfcb7fd07a4082961d3f3527be4fca1d60 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154
diff --git a/x11-misc/spacefm-cdemu-plugin/metadata.xml b/x11-misc/spacefm-cdemu-plugin/metadata.xml
new file mode 100644
index 000000000..cc3fe2494
--- /dev/null
+++ b/x11-misc/spacefm-cdemu-plugin/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>maintainer-wanted@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-misc/spacefm-cdemu-plugin/spacefm-cdemu-plugin-0.0.3.ebuild b/x11-misc/spacefm-cdemu-plugin/spacefm-cdemu-plugin-0.0.3.ebuild
new file mode 100644
index 000000000..0485d7406
--- /dev/null
+++ b/x11-misc/spacefm-cdemu-plugin/spacefm-cdemu-plugin-0.0.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="Submenu that provides cdemu-controls"
+HOMEPAGE="http://sourceforge.net/projects/spacefm-cdemu/?source=directory"
+SRC_URI="mirror://sourceforge/spacefm-cdemu/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-misc/spacefm
+ app-cdr/cdemu[cdemud]
+ || ( x11-misc/xdialog gnome-extra/zenity )"
+
+
+src_unpack() {
+ unpack ${A}
+ unpack ./cdemu.spacefm-plugin.tar.gz
+}
+
+src_install() {
+ insinto /usr/share/spacefm/plugins/cdemu
+ doins -r cstm_* plugin
+ insinto /usr/share/spacefm/plugin-files
+ doins cdemu.spacefm-plugin.tar.gz
+}
+
+pkg_postinst() {
+ einfo ""
+ einfo "You might need to restart spacefm for the changes to take effect."
+ einfo ""
+ elog "If you want to add a plugin to a different menu via design-mode"
+ elog "use the plugin-files from '/usr/share/spacefm/plugin-files'."
+ einfo ""
+}
+
+pkg_postrm() {
+ einfo ""
+ elog "If you have copied the plugin to a different menu using the"
+ elog "design mode you might want to remove it from there as well."
+ einfo ""
+}