commit:     89bd7d70c66683dd520a8051966541c70602a5e6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 09:33:39 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 11:06:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bd7d70

app-editors/mousepad: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-editors/mousepad/Manifest              |  2 -
 app-editors/mousepad/mousepad-0.6.3.ebuild | 63 ------------------------------
 app-editors/mousepad/mousepad-0.6.4.ebuild | 56 --------------------------
 3 files changed, 121 deletions(-)

diff --git a/app-editors/mousepad/Manifest b/app-editors/mousepad/Manifest
index cd4e00f7e894..5c0bb1d8035c 100644
--- a/app-editors/mousepad/Manifest
+++ b/app-editors/mousepad/Manifest
@@ -1,3 +1 @@
-DIST mousepad-0.6.3.tar.bz2 1428583 BLAKE2B 
73a0eb0cfecaa88c6d3508034561206ff1a24139bbdea4cb677ec79de30a59386cf7beb7fd540d31c0a3ec4804ba2001b13470baf0bbec19dc4cf1cc315479ee
 SHA512 
a47e9c0d5b039444ee455e80d0ab4642d5c29d6e5632ec4fccfcef061b4bf40a1709ea73b092b02e915e1796d1593ede68e59b9fe373e127302d34f82c9beae3
-DIST mousepad-0.6.4.tar.xz 461356 BLAKE2B 
1c1c8d4faebc31655186008592321a53606d880b483543ded47994b802d6e4d94e63ae12066d3f1d0649869d5fd52da2a44682d811bc9cc74c100308e38a82df
 SHA512 
3b118a881d89502f74224ddb45121e7e0b3f771ed4f609f4567c9bbaf04757b31de8c02cbbebcb22d69c7e588f53a3c0b88c145aace3061b9a08c7ce5ae6352c
 DIST mousepad-0.6.5.tar.xz 461276 BLAKE2B 
9bf9e5256a43299814d33b4ec27caf96796d2e1735b26f01851d24c2be6fcd46a5e16eba439476edd1e5e856e0b63c62d5cd47f2c30b06a01eb98ba84726792a
 SHA512 
cd71e40c6b33707bf9955b792f5af8b72698efdf44014177380465522b0a0e3078e4a16d3b70dff22acbdacb57745469ca4302c7f2ec752f76a8ce35a0d7ee06

diff --git a/app-editors/mousepad/mousepad-0.6.3.ebuild 
b/app-editors/mousepad/mousepad-0.6.3.ebuild
deleted file mode 100644
index ac76f8ba3fba..000000000000
--- a/app-editors/mousepad/mousepad-0.6.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils xdg-utils
-
-DESCRIPTION="GTK+-based editor for the Xfce Desktop Environment"
-HOMEPAGE="
-       https://docs.xfce.org/apps/mousepad/start
-       https://gitlab.xfce.org/apps/mousepad/
-"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-IUSE="policykit spell +shortcuts"
-
-DEPEND="
-       >=dev-libs/glib-2.56.2
-       >=x11-libs/gtk+-3.22:3
-       >=x11-libs/gtksourceview-4.0.0:4
-       policykit? ( sys-auth/polkit )
-       spell? ( app-text/gspell )
-       shortcuts? ( >=xfce-base/libxfce4ui-4.17.5:= )
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       dev-lang/perl
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-src_configure() {
-       local myconf=(
-               --enable-gtksourceview4
-               $(use_enable policykit polkit)
-               $(use_enable spell plugin-gspell)
-               $(use_enable shortcuts plugin-shortcuts)
-       )
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-       gnome2_schemas_update
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_schemas_update
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-}

diff --git a/app-editors/mousepad/mousepad-0.6.4.ebuild 
b/app-editors/mousepad/mousepad-0.6.4.ebuild
deleted file mode 100644
index 330329476882..000000000000
--- a/app-editors/mousepad/mousepad-0.6.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson xdg-utils
-
-DESCRIPTION="GTK+-based editor for the Xfce Desktop Environment"
-HOMEPAGE="
-       https://docs.xfce.org/apps/mousepad/start
-       https://gitlab.xfce.org/apps/mousepad/
-"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-IUSE="policykit spell +shortcuts"
-
-DEPEND="
-       >=dev-libs/glib-2.56.2
-       >=x11-libs/gtk+-3.22.0:3
-       >=x11-libs/gtksourceview-4.0.0:4
-       policykit? ( >=sys-auth/polkit-0.102 )
-       spell? ( >=app-text/gspell-1.6.0 )
-       shortcuts? ( >=xfce-base/libxfce4ui-4.17.5:= )
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-src_configure() {
-       local emesonargs=(
-               -Dgtksourceview4=enabled
-               $(meson_feature policykit polkit)
-               $(meson_feature spell gspell-plugin)
-               $(meson_feature shortcuts shortcuts-plugin)
-       )
-       meson_src_configure
-}
-
-pkg_postinst() {
-       gnome2_schemas_update
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_schemas_update
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-}

Reply via email to