From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/winbox/
Date: Sun, 29 Sep 2024 12:42:41 +0000 (UTC) [thread overview]
Message-ID: <1727613705.48235a7e9aed6b96007a0981ea88888e2e292bef.conikost@gentoo> (raw)
commit: 48235a7e9aed6b96007a0981ea88888e2e292bef
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 12:32:26 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 12:41:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48235a7e
app-admin/winbox: new package, add 4.0_beta8
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-admin/winbox/Manifest | 1 +
app-admin/winbox/metadata.xml | 12 ++++++++
app-admin/winbox/winbox-4.0_beta8.ebuild | 48 ++++++++++++++++++++++++++++++++
3 files changed, 61 insertions(+)
diff --git a/app-admin/winbox/Manifest b/app-admin/winbox/Manifest
new file mode 100644
index 000000000000..ef3517ce4529
--- /dev/null
+++ b/app-admin/winbox/Manifest
@@ -0,0 +1 @@
+DIST winbox-4.0_beta8.zip 22220389 BLAKE2B 6496065214812b3acfdc73a2f586b629f7cb0462df49a6a8676be28578b3c4f7a65711998f7129c50a71894f3998256b1ce0c239dfca59a8abc79ba6b4ac9c45 SHA512 bbe8830f5048a033b80ea2eb3a0fb87da637345553166abb60943bd39a90b39136f40ace8c0aed83abaf86aefaa1b9a6292f5cd2152c5279ef00976360ef3c77
diff --git a/app-admin/winbox/metadata.xml b/app-admin/winbox/metadata.xml
new file mode 100644
index 000000000000..19aa652fba1a
--- /dev/null
+++ b/app-admin/winbox/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>conikost@gentoo.org</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
+ <longdescription>
+ Winbox is a small utility that allows administration of
+ MikroTik RouterOS using a fast and simple GUI.
+ </longdescription>
+</pkgmetadata>
diff --git a/app-admin/winbox/winbox-4.0_beta8.ebuild b/app-admin/winbox/winbox-4.0_beta8.ebuild
new file mode 100644
index 000000000000..0f3dd57c5f95
--- /dev/null
+++ b/app-admin/winbox/winbox-4.0_beta8.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop
+
+DESCRIPTION="Management Software for MikroTik RouterOS"
+HOMEPAGE="https://mikrotik.com/"
+SRC_URI="https://download.mikrotik.com/routeros/winbox/$(ver_cut 1-2)$(ver_cut 3-4)/WinBox_Linux.zip -> ${P}.zip"
+S="${WORKDIR}"
+
+LICENSE="MikroTik"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RDEPEND="
+ media-libs/fontconfig
+ media-libs/freetype
+ media-libs/libglvnd
+ sys-libs/zlib
+ x11-libs/libX11
+ x11-libs/libxcb
+ x11-libs/libxkbcommon
+ x11-libs/xcb-util-image
+ x11-libs/xcb-util-keysyms
+ x11-libs/xcb-util-renderutil
+ x11-libs/xcb-util-wm
+"
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+QA_PREBUILT="opt/winbox/winbox"
+
+src_install() {
+ exeinto /opt/winbox
+ doexe WinBox
+
+ insinto /opt/winbox
+ doins -r assets
+
+ dodir /opt/bin
+ dosym ../winbox/WinBox /opt/bin/winbox
+
+ doicon assets/img/winbox.png
+ make_desktop_entry winbox WinBox WinBox Network
+}
next reply other threads:[~2024-09-29 12:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-29 12:42 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-30 13:20 [gentoo-commits] repo/gentoo:master commit in: app-admin/winbox/ Conrad Kostecki
2024-10-02 22:44 Conrad Kostecki
2024-11-22 0:38 Conrad Kostecki
2024-12-06 23:38 Conrad Kostecki
2024-12-10 9:37 Conrad Kostecki
2025-01-10 13:42 Conrad Kostecki
2025-01-30 12:56 Conrad Kostecki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1727613705.48235a7e9aed6b96007a0981ea88888e2e292bef.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox