diff options
author | hasufell <julian.ospald@googlemail.com> | 2012-03-31 16:09:02 +0000 |
---|---|---|
committer | hasufell <julian.ospald@googlemail.com> | 2012-03-31 16:09:02 +0000 |
commit | 9fcb842b4652bf22c4ca98456002f3392e073178 (patch) | |
tree | 604a18ef599fae13975f0b051584c18cbcff0a8e | |
parent | x11-misc/spacefm-httpshare-plugin: Version bump (diff) | |
download | sunrise-9fcb842b4652bf22c4ca98456002f3392e073178.tar.gz sunrise-9fcb842b4652bf22c4ca98456002f3392e073178.tar.bz2 sunrise-9fcb842b4652bf22c4ca98456002f3392e073178.zip |
x11-misc/spacefm-cdemu-plugin: drop empty einfo lines
svn path=/sunrise/; revision=12885
-rw-r--r-- | x11-misc/spacefm-cdemu-plugin/ChangeLog | 4 | ||||
-rw-r--r-- | x11-misc/spacefm-cdemu-plugin/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/spacefm-cdemu-plugin/spacefm-cdemu-plugin-0.0.3.ebuild | 5 |
3 files changed, 6 insertions, 7 deletions
diff --git a/x11-misc/spacefm-cdemu-plugin/ChangeLog b/x11-misc/spacefm-cdemu-plugin/ChangeLog index 463c0f97e..adaab833a 100644 --- a/x11-misc/spacefm-cdemu-plugin/ChangeLog +++ b/x11-misc/spacefm-cdemu-plugin/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 31 Mar 2012; hasufell <julian.ospald@googlemail.com> + spacefm-cdemu-plugin-0.0.3.ebuild: + drop empty einfo lines + 30 Mar 2012; hasufell <julian.ospald@googlemail.com> spacefm-cdemu-plugin-0.0.3.ebuild: fix permissions diff --git a/x11-misc/spacefm-cdemu-plugin/Manifest b/x11-misc/spacefm-cdemu-plugin/Manifest index a309cb187..152cc752e 100644 --- a/x11-misc/spacefm-cdemu-plugin/Manifest +++ b/x11-misc/spacefm-cdemu-plugin/Manifest @@ -1,4 +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 1222 RMD160 73349d2f1c2db703bdf26cc094c1a87949066da9 SHA1 dc1c280e38d91955d42f79fc4b63ac11870ead71 SHA256 0e2fadf725b8ba21444413c34ca71fa3dfe573663196b8ca0c093656fadb8a49 -MISC ChangeLog 571 RMD160 0dc39f66a6acbc344042c8c8d439da0ca1ac3075 SHA1 64ab92355ac3f6d5aed2c7d012880fd3a81eb0f4 SHA256 70c4e608b34d35c6ab2de645d31a4d418f145a10b5cd1d8a3a16bfd40bf28612 +EBUILD spacefm-cdemu-plugin-0.0.3.ebuild 1172 RMD160 762c26ad416324e98045862063eaf2a748fd0627 SHA1 b2f92ab32f694328044b7048ca68e277bb510f43 SHA256 b211f8bb3c16653661e03cc1352aa3e4dab4c4b277bda6ab2dad9490e2e58ae9 +MISC ChangeLog 689 RMD160 e1f527720b94ddebdd8ad3372fba2f00c36bce07 SHA1 99463f6c8e74b34a2fe3cefe14299b4c7280b253 SHA256 90cc06b2f4979cc65ea43a1d3a789b19775ecdc55f265e4725f395a6c022a49b MISC metadata.xml 214 RMD160 efd8175069efb91061298ff4584218b633e44678 SHA1 d372fdbfcb7fd07a4082961d3f3527be4fca1d60 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154 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 index 3a8ab45e1..042449320 100644 --- 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 @@ -35,17 +35,12 @@ src_install() { } 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 "" } |