diff options
author | haarp <main.haarp@gmail.com> | 2021-11-19 17:19:21 +0100 |
---|---|---|
committer | haarp <main.haarp@gmail.com> | 2021-11-19 17:53:38 +0100 |
commit | 08fed7a10723cc56ff63b503532375862bd8e4eb (patch) | |
tree | 803531e85589cb170e667b11658b523587b4d718 /app-editors | |
parent | Update DBeaver to 6.3.5 (diff) | |
download | haarp-08fed7a10723cc56ff63b503532375862bd8e4eb.tar.gz haarp-08fed7a10723cc56ff63b503532375862bd8e4eb.tar.bz2 haarp-08fed7a10723cc56ff63b503532375862bd8e4eb.zip |
Remove outdated pluma-plugins, using xed nowadays
Signed-off-by: haarp <main.haarp@gmail.com>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/pluma-plugins/Manifest | 2 | ||||
-rw-r--r-- | app-editors/pluma-plugins/pluma-plugins-1.8.0.ebuild | 25 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-editors/pluma-plugins/Manifest b/app-editors/pluma-plugins/Manifest deleted file mode 100644 index 1a49e70..0000000 --- a/app-editors/pluma-plugins/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pluma-plugins-1.8.0.tar.gz 466250 SHA256 d27bd9e7aa05d0bd23812d6087646880019f15d26cb94fc3e857c3806f228fe9 SHA512 c3ae65a573824acc81a8917e74feda7846ce8b8232d19e5c6923a101baed50b40d948727a84faa6f921cf7594a385666c71236ddee0de64d2ca0bc02a50e3287 WHIRLPOOL 904a9cb709686740cf7f3f892deaceb55699b53bdf7a68066890c4f9595f210964385b937f470974c07c15ab6306fa63203be1698873475a6976d0fe00df1964 -EBUILD pluma-plugins-1.8.0.ebuild 511 SHA256 b9efb10a5a6725f0390c0ed240e40f2c8f0bd9835fa153ddf142461b323eb406 SHA512 05d40e003c4d390cb453b0005420aa3eec59cba41e3da1279bcd22ffbf937f6c597c4a4424084383c5aa0315605587235794376b65b0388cd8f86dbe87f5c9da WHIRLPOOL d0960cd8c933b741eed7fe00285db57ac946bac8267b5b128c1f81b1ef46b8f8e03fba1727bd1b3bb2f7e2abc0ee0a951b06e5815e94d2abda540c5d574351d8 diff --git a/app-editors/pluma-plugins/pluma-plugins-1.8.0.ebuild b/app-editors/pluma-plugins/pluma-plugins-1.8.0.ebuild deleted file mode 100644 index 9599688..0000000 --- a/app-editors/pluma-plugins/pluma-plugins-1.8.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# FIXME: python plugins missing - -EAPI=5 - -inherit gnome2 - -DESCRIPTION="Additional plugins for Pluma" -HOMEPAGE="https://github.com/yselkowitz/pluma-plugins" -SRC_URI="https://github.com/yselkowitz/pluma-plugins/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="app-editors/pluma" -DEPEND=${RDEPEND} - -# shitty but works -src_configure() { - ./autogen.sh -} |