net-analyzer/nutty: treeclean
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
e1cdbc654b
commit
bca6208e54
@ -1 +0,0 @@
|
||||
DIST nutty-1.1.1.tar.gz 174476 BLAKE2B 4a251e4cdc4efc24f9ec2c620e5630e382b6af6fad57068e2ebb0d2a0853f15d780f1884fb6d3e6ef2d8bc2e6244940e25f609ee118a3f2ac8516a9c473ff1c3 SHA512 dfae697eb4379af7c4f77a03fca608cfed64dbb92ef21a33f442dd43fc00249da9a80294dc8fcd710e2c38f441a7d8045f3e3f81daca83e7d0b643f824c56b0f
|
@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>xgqt@protonmail.com</email>
|
||||
<name>Maciej Barć</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">babluboy/nutty</remote-id>
|
||||
</upstream>
|
||||
<longdescription>
|
||||
A simple application made for elementary OS to provide essential information on network related aspects.
|
||||
The information presented in as the following tabs.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
@ -1,70 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2-utils meson vala xdg
|
||||
|
||||
DESCRIPTION="A simple application to provide essential information on network related aspects"
|
||||
HOMEPAGE="https://github.com/babluboy/nutty"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/babluboy/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/babluboy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
# tests are just data file validation
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="
|
||||
>=dev-db/sqlite-3.5.9:3
|
||||
>=dev-libs/granite-0.5:=
|
||||
>=dev-libs/libgee-0.8:=
|
||||
dev-libs/glib:2
|
||||
dev-libs/libxml2
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libnotify
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
net-analyzer/nethogs
|
||||
net-analyzer/nmap
|
||||
net-analyzer/traceroute
|
||||
net-analyzer/vnstat
|
||||
net-misc/curl
|
||||
net-wireless/wireless-tools
|
||||
sys-apps/iproute2
|
||||
sys-apps/net-tools
|
||||
sys-apps/pciutils
|
||||
"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS README.md )
|
||||
|
||||
pkg_setup() {
|
||||
vala_setup
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
xdg_pkg_preinst
|
||||
gnome2_schemas_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
@ -1,70 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2-utils meson vala xdg
|
||||
|
||||
DESCRIPTION="A simple application to provide essential information on network related aspects"
|
||||
HOMEPAGE="https://github.com/babluboy/nutty"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/babluboy/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/babluboy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
# tests are just data file validation
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="
|
||||
>=dev-db/sqlite-3.5.9:3
|
||||
>=dev-libs/granite-0.5:=
|
||||
>=dev-libs/libgee-0.8:=
|
||||
dev-libs/glib:2
|
||||
dev-libs/libxml2
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libnotify
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
net-analyzer/nethogs
|
||||
net-analyzer/nmap
|
||||
net-analyzer/traceroute
|
||||
net-analyzer/vnstat
|
||||
net-misc/curl
|
||||
net-wireless/wireless-tools
|
||||
sys-apps/iproute2
|
||||
sys-apps/net-tools
|
||||
sys-apps/pciutils
|
||||
"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS README.md )
|
||||
|
||||
pkg_setup() {
|
||||
vala_setup
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
xdg_pkg_preinst
|
||||
gnome2_schemas_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
@ -9,11 +9,6 @@ net-analyzer/sensu
|
||||
# Use ::pentoo instead.
|
||||
app-editors/rehex
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2023-11-23)
|
||||
# Gtk applications that are broken at runtime, most likely due to
|
||||
# lack maintenance to work with updated dependencies (libsoup:3 et al).
|
||||
net-analyzer/nutty
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2023-08-31)
|
||||
# Indiscriminate mask of packages with NonsolvableDepsInStable
|
||||
# Fix or remove
|
||||
|
Loading…
Reference in New Issue
Block a user