From b86203271f3c9b6d4ddfd3168725e2934f81a14b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bid=C5=BEan?= Date: Thu, 31 Jul 2025 21:37:46 +0200 Subject: [PATCH] Deleting residual content --- dev-python/timeago/Manifest | 1 - dev-python/timeago/timeago-1.0.16.ebuild | 28 -------- .../meshtastic-gtk/meshtastic-gtk-9999.ebuild | 64 ------------------- 3 files changed, 93 deletions(-) delete mode 100644 dev-python/timeago/Manifest delete mode 100644 dev-python/timeago/timeago-1.0.16.ebuild delete mode 100644 media-radio/meshtastic-gtk/meshtastic-gtk-9999.ebuild diff --git a/dev-python/timeago/Manifest b/dev-python/timeago/Manifest deleted file mode 100644 index b05a5f7..0000000 --- a/dev-python/timeago/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST timeago-1.0.16.tar.gz 25637 BLAKE2B fbcd615a3005a1cc1c1c767ad32e25f64e0d9ce416c361649cc3920423b164b5cea9954b432913ee13d41b7c36d3c4f9d555121f948d85ff8ffcaa3bd544088b SHA512 1106abe17cfb34324ee9194141598698abbe1c0ed36273d449fdc9047aa42e369845be0041bdffc4470f00602df20bf981de3ad16f10c22d65de4c0a41d65e73 diff --git a/dev-python/timeago/timeago-1.0.16.ebuild b/dev-python/timeago/timeago-1.0.16.ebuild deleted file mode 100644 index e55fc8a..0000000 --- a/dev-python/timeago/timeago-1.0.16.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python2_7 python3_{4..13} ) -DISTUTILS_USE_PEP517=no - -inherit distutils-r1 - -DESCRIPTION="A simple Python library to format datetime with '*** time ago' statements" -HOMEPAGE="https://github.com/hustcc/timeago" -SRC_URI="https://github.com/hustcc/timeago/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${P}/src" - -pkg_setup() { - python_setup -} diff --git a/media-radio/meshtastic-gtk/meshtastic-gtk-9999.ebuild b/media-radio/meshtastic-gtk/meshtastic-gtk-9999.ebuild deleted file mode 100644 index 2d7ed7f..0000000 --- a/media-radio/meshtastic-gtk/meshtastic-gtk-9999.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_13 ) -inherit meson python-single-r1 git-r3 - -DESCRIPTION="GUI client to control a Meshtastic device over Serial, Bluetooth, or TCP/IP" -HOMEPAGE="https://gitlab.com/kop316/gtk-meshtastic-client/" -EGIT_REPO_URI="https://gitlab.com/kop316/gtk-meshtastic-client.git" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86 arm64" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND=" - ${PYTHON_DEPS} - dev-libs/gobject-introspection - gui-libs/libadwaita[introspection] - >=gui-libs/gtk-4.10:4[introspection] - x11-libs/pango[introspection] - media-libs/libshumate[introspection] - $(python_gen_cond_dep ' - dev-python/pygobject[${PYTHON_USEDEP}] - media-radio/meshtastic[${PYTHON_USEDEP}] - dev-python/dotmap[${PYTHON_USEDEP}] - dev-python/pyqrcode[${PYTHON_USEDEP}] - ') - dev-util/desktop-file-utils -" -RDEPEND=" - ${PYTHON_DEPS} - dev-libs/glib:2 - x11-libs/gdk-pixbuf:2 - dev-libs/gobject-introspection - gui-libs/libadwaita[introspection] - >=gui-libs/gtk-4.10:4[introspection] - >=x11-libs/pango-1.44.0[introspection] - media-libs/libshumate[introspection] - $(python_gen_cond_dep ' - >=dev-python/pygobject-3.36[${PYTHON_USEDEP},cairo] - media-radio/meshtastic[${PYTHON_USEDEP}] - dev-python/dotmap[${PYTHON_USEDEP}] - ') -" -BDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/meson-python[${PYTHON_USEDEP}] - ') - dev-util/desktop-file-utils -" - -src_configure() { - meson_src_configure -} - -src_install() { - meson_src_install - python_optimiz