diff options
author | haarp <main.haarp@gmail.com> | 2021-01-27 22:35:40 +0100 |
---|---|---|
committer | haarp <main.haarp@gmail.com> | 2021-01-27 22:36:00 +0100 |
commit | 360729c8635c2a7077bca8222e2bc7e054003b93 (patch) | |
tree | 762ce6ad89a52285a8b7013c82d312852d75ae4d /app-editors | |
parent | Add Wire (diff) | |
download | haarp-360729c8635c2a7077bca8222e2bc7e054003b93.tar.gz haarp-360729c8635c2a7077bca8222e2bc7e054003b93.tar.bz2 haarp-360729c8635c2a7077bca8222e2bc7e054003b93.zip |
Remove outdated gedit and roxterm, fixed #767568
Signed-off-by: haarp <main.haarp@gmail.com>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gedit-plugins/Manifest | 3 | ||||
-rw-r--r-- | app-editors/gedit-plugins/gedit-plugins-3.10.1.ebuild | 71 | ||||
-rw-r--r-- | app-editors/gedit-plugins/metadata.xml | 14 | ||||
-rw-r--r-- | app-editors/gedit/Manifest | 3 | ||||
-rw-r--r-- | app-editors/gedit/gedit-3.10.4.ebuild | 84 | ||||
-rw-r--r-- | app-editors/gedit/metadata.xml | 8 |
6 files changed, 0 insertions, 183 deletions
diff --git a/app-editors/gedit-plugins/Manifest b/app-editors/gedit-plugins/Manifest deleted file mode 100644 index edc17f4..0000000 --- a/app-editors/gedit-plugins/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST gedit-plugins-3.10.1.tar.xz 1253800 BLAKE2B 7a5b81598d11321b1aaba3c1024d5f45e0a5de9568118e5df48add60931f4a6112e30203a5691cd5a49fe92048605b78a5268701c14b24037e31f011956c2628 SHA512 bb63986c1a2c431443191bf1855a54125c9c1b500a4764bf13f597cb8ea09e588ee101d2856938ee229bc9bbba9bd107c60c643fb09f001afa26f0ef90baa2fa -EBUILD gedit-plugins-3.10.1.ebuild 1979 BLAKE2B 59bcc7889597b3deb3be290feee3e68d9ed0a45d1df2a9dd964f15cbce0c4aa94ffca0df27f41f6c5a3a549a03ecfe65a9ebfef65bf76180dc90128228a1812c SHA512 c26910ad0085bdfaab3cb26291111c8e0a724ac086af3887cf1f362af017353f60c0ba49c18317435f499d39ef32c8018053db39e1c14e7bbe7c0af223f07b32 -MISC metadata.xml 542 BLAKE2B e5e84a72caf85900ae88b4e76b45c3a2ea276cadfbdd2d79296baa41307abe82725a2e1fc69160cb7ef6597607c9484082de966693580efdcd2e8f98949c76ce SHA512 293f3de34d5c3307e018cb01312502574eb78c7d18de7c711422bb1398a2b73187e47d500c11b777655f57486eecb9dba3be1e055979b18fa77d6f23655d2d5f diff --git a/app-editors/gedit-plugins/gedit-plugins-3.10.1.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.10.1.ebuild deleted file mode 100644 index 77b8c1c..0000000 --- a/app-editors/gedit-plugins/gedit-plugins-3.10.1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" # plugins are dlopened -PYTHON_COMPAT=( python3_{5,6} ) -PYTHON_REQ_USE="xml" - -inherit eutils gnome2 multilib python-single-r1 - -DESCRIPTION="Official plugins for gedit" -HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins" - -LICENSE="GPL-2+" -KEYWORDS="amd64 x86" -SLOT="0" - -IUSE_plugins="charmap git terminal" -IUSE="+python ${IUSE_plugins}" -REQUIRED_USE=" - charmap? ( python ) - git? ( python ) - terminal? ( python ) -" - -RDEPEND=" - >=app-editors/gedit-3.9[python?] - >=dev-libs/glib-2.32:2 - >=dev-libs/libpeas-1.7.0[gtk,python?] - >=x11-libs/gtk+-3.9:3 - >=x11-libs/gtksourceview-3.9.2:3.0 - python? ( - ${PYTHON_DEPS} - >=app-editors/gedit-3[introspection,${PYTHON_USEDEP}] - dev-libs/libpeas[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pycairo - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] - >=x11-libs/gtk+-3.9:3[introspection] - >=x11-libs/gtksourceview-3.9.2:3.0[introspection] - x11-libs/pango[introspection] - x11-libs/gdk-pixbuf:2[introspection] - ) - charmap? ( >=gnome-extra/gucharmap-3:2.90[introspection] ) - git? ( >=dev-libs/libgit2-glib-0.0.6 ) - terminal? ( x11-libs/vte:2.90[introspection] ) -" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40.0 - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - # DEFAULT_PLUGINS from configure.ac - local myplugins="bookmarks,drawspaces,wordcompletion" - - # python plugins with no extra dependencies beyond what USE=python brings - use python && myplugins="${myplugins},bracketcompletion,codecomment,colorpicker,colorschemer,commander,dashboard,joinlines,multiedit,textsize,smartspaces,synctex" - - # python plugins with extra dependencies - for plugin in ${IUSE_plugins/+}; do - use ${plugin} && myplugins="${myplugins},${plugin}" - done - - gnome2_src_configure \ - --with-plugins=${myplugins} \ - $(use_enable python) \ - ITSTOOL=$(type -P true) -} diff --git a/app-editors/gedit-plugins/metadata.xml b/app-editors/gedit-plugins/metadata.xml deleted file mode 100644 index 6c8601d..0000000 --- a/app-editors/gedit-plugins/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>gnome</herd> -<longdescription>Official plugins for gedit</longdescription> -<use> - <flag name='charmap'>Insert special characters just by clicking on - them</flag> - <flag name='git'>Shows document changes related to git's HEAD</flag> - <flag name='synctex'>Synchronize between LaTeX and PDF with gedit and - evince</flag> - <flag name='terminal'>Embed a terminal in the bottom pane</flag> -</use> -</pkgmetadata> diff --git a/app-editors/gedit/Manifest b/app-editors/gedit/Manifest deleted file mode 100644 index 883a559..0000000 --- a/app-editors/gedit/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST gedit-3.10.4.tar.xz 3086320 BLAKE2B 7e712f2f690de3f1edef3b3e9302acdf0ce9d6292c160a7d8fba4ae0985b252ed8cbdc9a904963ebefb0848b40a42f86f39b5e8a49a51062f527f5d7ae9e18ac SHA512 36fe1a309594338e6b0f8285eb8789386724e0a9c9f5f3ff898d138c0949c04ce693896f4e4766666e3afe795dea46caf0403ff82570dfd60e6dc5ccb99642d4 -EBUILD gedit-3.10.4.ebuild 2274 BLAKE2B d77688f3e397316b71ed0b45b2d1e52877c5d0c9569759b755744a71290d02e2506de43407f0134940f6fbb2852d4a778a4b323216805e125d5dbdf9708df3f9 SHA512 f6d6fbd022d00ff4a515102f42f010c33dbb221d55396a4300b09672d610d84e11370bab47a767d4b15b164dadac3bd2c664035ac5b711e8772744d0240d4baa -MISC metadata.xml 276 BLAKE2B a935b20ac0afde0176624c041393cf392cbe684f5df40e26ebfa9e93271044b73eca52e49e2d48abd9b9353140d92e503fc0064759e72ea05ffb24006e90993f SHA512 9c1f48389dedc905b448e4085b9fec8f37ef777aacf14e18541e39680ccf83a968c7ee8fea8b9ede61704ac174380c7cc56858182fb6f59a589ab1d70b8eea7d diff --git a/app-editors/gedit/gedit-3.10.4.ebuild b/app-editors/gedit/gedit-3.10.4.ebuild deleted file mode 100644 index d1c142c..0000000 --- a/app-editors/gedit/gedit-3.10.4.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" # plugins are dlopened -PYTHON_COMPAT=( python3_{5,6} ) - -inherit eutils gnome2 multilib python-single-r1 virtualx - -DESCRIPTION="A text editor for the GNOME desktop" -HOMEPAGE="http://live.gnome.org/Gedit" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -SLOT="0" - -IUSE="+introspection +python spell zeitgeist" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" - -# X libs are not needed for OSX (aqua) -COMMON_DEPEND=" - >=dev-libs/libxml2-2.5.0:2 - >=dev-libs/glib-2.37.5:2 - >=x11-libs/gtk+-3.9.9:3[introspection?] - >=x11-libs/gtksourceview-3.9.91:3.0[introspection?] - >=dev-libs/libpeas-1.7.0[gtk] - - gnome-base/dconf - gnome-base/gsettings-desktop-schemas - gnome-base/gvfs - - x11-libs/libX11 - - net-libs/libsoup:2.4 - - introspection? ( >=dev-libs/gobject-introspection-0.9.3 ) - python? ( - ${PYTHON_DEPS} - >=dev-libs/gobject-introspection-0.9.3 - >=x11-libs/gtk+-3:3[introspection] - >=x11-libs/gtksourceview-3.6:3.0[introspection] - dev-python/pycairo[${PYTHON_USEDEP}] - >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}] ) - spell? ( - >=app-text/enchant-1.2:= - >=app-text/iso-codes-0.35 ) - zeitgeist? ( >=gnome-extra/zeitgeist-0.9.12 ) -" -RDEPEND="${COMMON_DEPEND} - x11-themes/gnome-icon-theme-symbolic -" -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.1.2 - >=app-text/scrollkeeper-0.3.11 - dev-libs/libxml2:2 - >=dev-util/gtk-doc-am-1 - >=dev-util/intltool-0.50.1 - >=sys-devel/gettext-0.18 - virtual/pkgconfig -" -# yelp-tools, gnome-common needed to eautoreconf - -src_configure() { - DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README" - gnome2_src_configure \ - --disable-deprecations \ - --enable-updater \ - --enable-gvfs-metadata \ - $(use_enable introspection) \ - $(use_enable python) \ - $(use_enable spell) \ - $(use_enable zeitgeist) \ - ITSTOOL=$(type -P true) -} - -src_test() { - # FIXME: this should be handled at eclass level - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die - - unset DBUS_SESSION_BUS_ADDRESS - GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check -} diff --git a/app-editors/gedit/metadata.xml b/app-editors/gedit/metadata.xml deleted file mode 100644 index be668a1..0000000 --- a/app-editors/gedit/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>gnome</herd> - <use> - <flag name="zeitgeist">Build the plugin to inject events to <pkg>gnome-extra/zeitgeist</pkg></flag> - </use> -</pkgmetadata> |