diff options
author | Thomas Sachau <tommy@gentoo.org> | 2014-12-14 11:36:03 +0100 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2014-12-14 11:36:03 +0100 |
commit | b6d26516111059a185a103800e6a42722bf23383 (patch) | |
tree | b548e08da1314302b063881fa470d018afb12a7e /app-editors | |
parent | Remove app-cdr/furiusisomount because of missing dependency: =dev-lang/python... (diff) | |
download | sunrise-b6d26516111059a185a103800e6a42722bf23383.tar.gz sunrise-b6d26516111059a185a103800e6a42722bf23383.tar.bz2 sunrise-b6d26516111059a185a103800e6a42722bf23383.zip |
Remove app-editors/scribes because of missing dependency: =dev-lang/python-2.6*
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/scribes/ChangeLog | 21 | ||||
-rw-r--r-- | app-editors/scribes/Manifest | 6 | ||||
-rw-r--r-- | app-editors/scribes/files/scribes-byte-compiling-plugins.patch | 37 | ||||
-rw-r--r-- | app-editors/scribes/files/scribes-sandbox.patch | 16 | ||||
-rw-r--r-- | app-editors/scribes/metadata.xml | 7 | ||||
-rw-r--r-- | app-editors/scribes/scribes-0.4.ebuild | 73 |
6 files changed, 0 insertions, 160 deletions
diff --git a/app-editors/scribes/ChangeLog b/app-editors/scribes/ChangeLog deleted file mode 100644 index 1127372fe..000000000 --- a/app-editors/scribes/ChangeLog +++ /dev/null @@ -1,21 +0,0 @@ -# ChangeLog for app-editors/scribes -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 05 May 2012; Mike Gilbert <floppym@gentoo.org> scribes-0.4.ebuild: - Use pkgconfig virtual. - - 31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> scribes-0.4.ebuild: - Simplify py-compile fix. - - 31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> scribes-0.4.ebuild: - Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585). - - 12 Oct 2011; Nathan Phillip Brink <binki@gentoo.org> scribes-0.4.ebuild: - Fix aesthetics in S assignment and DESCRIPTION's value. - - 09 Oct 2011; Moritz Schlarb (moschlar) <mail@moritz-schlarb.de> - +scribes-0.4.ebuild, +files/scribes-byte-compiling-plugins.patch, - +files/scribes-sandbox.patch, +metadata.xml: - New ebuild for bug 350939, thanks to hwoarang and cynapsia@gmail.com - diff --git a/app-editors/scribes/Manifest b/app-editors/scribes/Manifest deleted file mode 100644 index bbe08fda2..000000000 --- a/app-editors/scribes/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX scribes-byte-compiling-plugins.patch 1532 RMD160 353b456a31b2bbad04fb3a661eb3a545af2bf698 SHA1 cd8ee09c631503803a56999b2f38cbff8789bd8e SHA256 02426f2d8e6f69e3fa15b5a2be2f3ff9c596146a435a1a822a4de97a89f1072e -AUX scribes-sandbox.patch 407 RMD160 157515e20c8a89a0d347e390e053210f70e98865 SHA1 45ab7796826c365320393427ec59b4b55536d446 SHA256 dd8faf1962a9537b2d8b5d282ceb03d878f3b9527c065e2114f0381e8d77ec82 -DIST scribes-0.4-dev-build954.tar.bz2 1142342 RMD160 640e64ae14afff3da2573c7acdf29c895dae7cf4 SHA1 0089c967872db6c72893945ba790a489620b3fc1 SHA256 f4cb765d5690f7549eb0336ce23fd0648ba548b9a9e259876e5ee2c095a4b0f1 -EBUILD scribes-0.4.ebuild 1516 RMD160 448e0be3b95bbaf728c3fe4fcf6240373191dd07 SHA1 47af332973a67379778a70859eeb499b5a2e7103 SHA256 f07aff119dd1c28f399ce9c9858fb54d9ae12da19fb73d5e0491ff5391523e7a -MISC ChangeLog 861 RMD160 c692b5fd69ab7b55d40a1bac56647ec882ab27d3 SHA1 a209d82b562bd9a9b07fe80f5c48dae90a1ddaed SHA256 5ff32bf2863204e9299ee19d28675053d838e5c64e23b77eea47585e96e3777a -MISC metadata.xml 214 RMD160 efd8175069efb91061298ff4584218b633e44678 SHA1 d372fdbfcb7fd07a4082961d3f3527be4fca1d60 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154 diff --git a/app-editors/scribes/files/scribes-byte-compiling-plugins.patch b/app-editors/scribes/files/scribes-byte-compiling-plugins.patch deleted file mode 100644 index 952b7888a..000000000 --- a/app-editors/scribes/files/scribes-byte-compiling-plugins.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- Makefile.am~ 2011-10-09 20:52:41.677430454 +0200 -+++ Makefile.am 2011-10-09 20:57:26.398870947 +0200 -@@ -47,29 +47,6 @@ - gnome-doc-utils.make - - install-data-hook: -- echo "Start byte compiling plugins..." -- python -OO compile.py -- echo "Finished byte compiling plugins" -- if [ -d $(DESTDIR)$(datadir)/scribes/plugins ]; then \ -- echo "removing " $(DESTDIR)$(datadir)/scribes/plugins ;\ -- rm -rf $(DESTDIR)$(datadir)/scribes/plugins ;\ -- echo "removed " $(DESTDIR)$(datadir)/scribes/plugins ;\ -- fi -- if [ -d $(DESTDIR)$(datadir)/scribes/GenericPlugins ]; then \ -- echo "removing " $(DESTDIR)$(datadir)/scribes/GenericPlugins ;\ -- rm -rf $(DESTDIR)$(datadir)/scribes/GenericPlugins ;\ -- echo "removed " $(DESTDIR)$(datadir)/scribes/GenericPlugins ;\ -- fi -- if [ -d $(DESTDIR)$(datadir)/scribes/LanguagePlugins ]; then \ -- echo "removing " $(DESTDIR)$(datadir)/scribes/LanguagePlugins ;\ -- rm -rf $(DESTDIR)$(datadir)/scribes/LanguagePlugins ;\ -- echo "removed " $(DESTDIR)$(datadir)/scribes/LanguagePlugins ;\ -- fi -- if [ -d $(DESTDIR)$(libdir)/scribes ]; then \ -- echo "removing " $(DESTDIR)$(libdir)/scribes ;\ -- rm -rf $(DESTDIR)$(libdir)/scribes ;\ -- echo "removed " $(DESTDIR)$(libdir)/scribes ;\ -- fi - mkdir -p $(DESTDIR)$(libdir)/scribes - cp -R GenericPlugins $(DESTDIR)$(libdir)/scribes - cp -R LanguagePlugins $(DESTDIR)$(libdir)/scribes -@@ -79,4 +56,3 @@ - chmod 755 $(DESTDIR)$(startupdir)/scribesmodule - chmod 755 $(DESTDIR)$(startupdir)/scribesplugin - rm -rf $(startup_script) -- python removepyc.py diff --git a/app-editors/scribes/files/scribes-sandbox.patch b/app-editors/scribes/files/scribes-sandbox.patch deleted file mode 100644 index 95737be67..000000000 --- a/app-editors/scribes/files/scribes-sandbox.patch +++ /dev/null @@ -1,16 +0,0 @@ -http://bugs.gentoo.org/296891 - ---- SCRIBES/Makefile.am -+++ SCRIBES/Makefile.am -@@ -15,11 +15,6 @@ - rm -f $(python_files) $(python_files).tmp - $(edit) $(python_in_files) > $(python_files).tmp - mv $(python_files).tmp $(python_files) -- if [ -d $(scribesdir) ]; then \ -- echo "removing " $(scribesdir) ;\ -- rm -rf $(scribesdir) ;\ -- echo "removed " $(scribesdir) ;\ -- fi - - scribes_PYTHON = \ - info.py \ diff --git a/app-editors/scribes/metadata.xml b/app-editors/scribes/metadata.xml deleted file mode 100644 index cc3fe2494..000000000 --- a/app-editors/scribes/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?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/app-editors/scribes/scribes-0.4.ebuild b/app-editors/scribes/scribes-0.4.ebuild deleted file mode 100644 index 985d53223..000000000 --- a/app-editors/scribes/scribes-0.4.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -PYTHON_DEPEND="2:2.6" -GCONF_DEBUG=no - -build=954 - -inherit autotools eutils gnome2 python - -MY_P="${P}-dev-build${build}" -DESCRIPTION="a text editor that is simple, slim and sleek, yet powerful" -HOMEPAGE="http://scribes.sourceforge.net" -SRC_URI="http://launchpad.net/scribes/${PV}/scribes-milestone1/+download/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND="gnome-base/gconf - doc? ( gnome-extra/yelp ) - dev-libs/dbus-glib - dev-python/dbus-python - dev-python/pygtk - dev-python/gtkspell-python - dev-python/pygtksourceview - dev-python/pyxdg" -DEPEND="app-text/gnome-doc-utils - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS ChangeLog CONTRIBUTORS NEWS README TODO TRANSLATORS" - -pkg_setup() { - python_set_active_version 2 - G2CONF="--disable-scrollkeeper" -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-sandbox.patch - # keep make from byte-compiling python modules itself - epatch "${FILESDIR}"/${PN}-byte-compiling-plugins.patch - eautoreconf - - # make py-compile useless (but true) - echo '#!/bin/sh' > py-compile || die "Could not kill py-compile" - - python_convert_shebangs -r 2 . - - gnome2_src_prepare -} - -src_install() { - gnome2_src_install - python_clean_installation_image -} - -pkg_postinst() { - gnome2_pkg_postinst - python_mod_optimize SCRIBES -} - -pkg_postrm() { - gnome2_pkg_postrm - python_mod_cleanup SCRIBES -} |