commit: 19f181d9443c554d844b98f0cc455ca77360bfdb Author: Pavel Sobolev <contact <AT> paveloom <DOT> dev> AuthorDate: Thu Jun 5 18:44:34 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Thu Jun 5 18:55:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19f181d9
net-p2p/fopnu: new package, add 1.67 Signed-off-by: Pavel Sobolev <contact <AT> paveloom.dev> licenses/Fopnu | 36 ++++++++++++++++++++++++++++++++++++ net-p2p/fopnu/Manifest | 1 + net-p2p/fopnu/fopnu-1.67.ebuild | 38 ++++++++++++++++++++++++++++++++++++++ net-p2p/fopnu/metadata.xml | 8 ++++++++ 4 files changed, 83 insertions(+) diff --git a/licenses/Fopnu b/licenses/Fopnu new file mode 100644 index 0000000000..a5b4cedaa8 --- /dev/null +++ b/licenses/Fopnu @@ -0,0 +1,36 @@ +As with any other internet software, such as your web-browser or email client, +compliance with local laws and regulations is YOUR RESPONSIBILITY. You, and +only you, are responsible for your actions. + +This software is provided on an as-is basis, without any warranties or +guarantees that it is free from defects, fit for a particular purpose, or +non-infringing. The use of this software or any of the files downloaded using +this software is at the sole risk of the end-user. + +You acknowledge that Fopnu is ONLY a piece of software, much like a web-browser +or email client, and that the creator of this software is not providing any +kind of service. Any servers or content you access using this software are +provided by other internet users that the creator of this software has NO +control over or knowledge of. This software is fully decentralized and the +creator does NOT provide any file indexing or location services for this +software. + +You acknowledge that this software is provided for personal use only, and you +have no rights in regard to any intellectual property on or within this +software. This software is the exclusive property of Tixati Software Inc. + +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE +OR OTHER DEALINGS IN THE SOFTWARE. + +If for any reason a court of competent jurisdiction finds any provision of this +license to be unenforceable, that provision of the license shall be enforced to +the maximum extent permissible so as to effect the intent of the parties, and +the remainder of this license shall continue in full force and effect. + +Fopnu, the Fopnu logo, and all trademarks, service marks and trade names of +Fopnu appearing in the Fopnu software or the Fopnu.com web site are owned by +Tixati Software Inc. Fopnu trademarks, logos, service marks, and trade names +may not be used in connection with any other product or service, or in any +other manner that is likely to cause confusion. diff --git a/net-p2p/fopnu/Manifest b/net-p2p/fopnu/Manifest new file mode 100644 index 0000000000..28e532e387 --- /dev/null +++ b/net-p2p/fopnu/Manifest @@ -0,0 +1 @@ +DIST fopnu-1.67.tar.gz 17552430 BLAKE2B 78dab03d3da91846cb2523e231b011cc01de3175c89702c6cf90a69c09dc0882b86d40676ed5398dc9f5720b2df941ee588441d12e962f37e720a732b1b38b58 SHA512 2ebb1f279f87c7897d691f3c6c76a11d9d4ecb6e924357de293035aa43c62f77c78a8d258a3a1626bf892f791809b57a5f4fdf07cd77ce5f7798afce7c97505b diff --git a/net-p2p/fopnu/fopnu-1.67.ebuild b/net-p2p/fopnu/fopnu-1.67.ebuild new file mode 100644 index 0000000000..b656acf53e --- /dev/null +++ b/net-p2p/fopnu/fopnu-1.67.ebuild @@ -0,0 +1,38 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop xdg + +DESCRIPTION="P2P file sharing system" +HOMEPAGE="https://www.fopnu.com" +SRC_URI="https://download2.fopnu.com/download/${P}-1.x86_64.manualinstall.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/${P}-1.x86_64.manualinstall" + +LICENSE="Fopnu" +SLOT="0" +KEYWORDS="-* ~amd64" +RESTRICT="bindist mirror strip" + +RDEPEND=" + dev-libs/dbus-glib + dev-libs/glib + sys-apps/dbus + sys-libs/glibc + sys-libs/zlib + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/pango +" +DEPEND="${RDEPEND}" + +src_install() { + sed -i "/^Categories/ s/Internet;//" fopnu.desktop + + dobin fopnu + domenu fopnu.desktop + doicon -s 48 fopnu.png +} diff --git a/net-p2p/fopnu/metadata.xml b/net-p2p/fopnu/metadata.xml new file mode 100644 index 0000000000..ccb29283dc --- /dev/null +++ b/net-p2p/fopnu/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Pavel Sobolev</name> + </maintainer> +</pkgmetadata>
