summaryrefslogtreecommitdiff
path: root/net-misc/myip
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /net-misc/myip
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'net-misc/myip')
-rw-r--r--net-misc/myip/Manifest2
-rw-r--r--net-misc/myip/metadata.xml16
-rw-r--r--net-misc/myip/myip-1.2.1.ebuild20
3 files changed, 0 insertions, 38 deletions
diff --git a/net-misc/myip/Manifest b/net-misc/myip/Manifest
deleted file mode 100644
index 0023237eede1..000000000000
--- a/net-misc/myip/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST myip-1.2.1-vendor.tar.xz 30924 BLAKE2B c4dd4152f92b749d24c64e547c57f09836b668511b51950d6ed2f8766a0fba31bee838b9bd66fe325e11424d959b9007c37ef2bd18948842411d77e0d5b00026 SHA512 e0a9e75eaf99e0ba4c286c6ac9e0660ecdb954421c010aed61a3d148fbed6a9d6a5fa59b61f0e22773a251378c392e08c8fe6fee5d5f9c51ffd70a11cafc53ff
-DIST myip-1.2.1.tar.gz 4446 BLAKE2B b81841ef2fe7d835c71872aee99c02f4a67e475c0417fadd7e780bc58c54fc8df3c82493406cbeef296def3c9d38da9dbc2d45b309a5f58e3c11b9e62c27dd85 SHA512 2a304f491412025b1d86d911517d68eb06c8a5c573050b3453295c92cfd5b5602a045282c4ecce3e80efc191d26aecfc2a9d061759f3ad453da11afbc217f388
diff --git a/net-misc/myip/metadata.xml b/net-misc/myip/metadata.xml
deleted file mode 100644
index 59fb84fc6996..000000000000
--- a/net-misc/myip/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marco@sirabella.org</email>
- <name>Marco Sirabella</name>
- </maintainer>
- <upstream>
- <remote-id type="github">Snawoot/myip</remote-id>
- <bugs-to>https://github.com/Snawoot/myip/issues</bugs-to>
- <changelog>https://git.vuxu.org/nq/plain/NEWS.md</changelog>
- </upstream>
- <longdescription lang="en">
- Reliably and quickly get your external IP address from public STUN servers. Program issues parallel queries to public STUN servers to determine public IP address and returns result as soon as quorum of matching responses reached.
- </longdescription>
-</pkgmetadata>
diff --git a/net-misc/myip/myip-1.2.1.ebuild b/net-misc/myip/myip-1.2.1.ebuild
deleted file mode 100644
index 9328ae44b477..000000000000
--- a/net-misc/myip/myip-1.2.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Get your external IP address using STUN server"
-HOMEPAGE="https://github.com/Snawoot/myip"
-EGO_PN="github.com/Snawoot/${PN}"
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
-
-LICENSE="MIT BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_install() {
- dobin bin/*
-}