summaryrefslogtreecommitdiff
path: root/net-mail/mpop
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /net-mail/mpop
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'net-mail/mpop')
-rw-r--r--net-mail/mpop/Manifest2
-rw-r--r--net-mail/mpop/metadata.xml10
-rw-r--r--net-mail/mpop/mpop-1.4.20.ebuild49
-rw-r--r--net-mail/mpop/mpop-1.4.21.ebuild49
4 files changed, 0 insertions, 110 deletions
diff --git a/net-mail/mpop/Manifest b/net-mail/mpop/Manifest
deleted file mode 100644
index 2431fdda4bee..000000000000
--- a/net-mail/mpop/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST mpop-1.4.20.tar.xz 404544 BLAKE2B 1b0bec2d4022d09b1d2f3f4cf518bb26d841c2a181fb66db759b4d4b703755ff6c9421dfc64ff5ab4714da7558edc6903a2e609f18c24ca146538683284be686 SHA512 6786b3b524b87451aa3d7d816bd7bc0dd2ca6e8a7b43b0ed8e959eb42649f933086a3c2018efb8162aedc2cc2d135806f8a64e9de0b437f188cefbb1488b28a9
-DIST mpop-1.4.21.tar.xz 405468 BLAKE2B 9bc96542515413d1a0db6c101d07e4fd2a347fb53f3bb5757a0942fec6f158678470df9744fc76e883fce4a766b46ae3a0f0f0514c5537fc36fc80b37784a288 SHA512 bdf4fe3b44b2d6c6ef95324db7e3b1b09a559405fe3faa20e1d61cd728c255f1f56f0329a6ac789da34d6c819002edaba51f148afe72afe48507718aca1fb70a
diff --git a/net-mail/mpop/metadata.xml b/net-mail/mpop/metadata.xml
deleted file mode 100644
index 36acccda7221..000000000000
--- a/net-mail/mpop/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>dev@liguros.net</email>
- <name>Development</name>
- </maintainer>
-
- <origin>ports</origin>
-</pkgmetadata> \ No newline at end of file
diff --git a/net-mail/mpop/mpop-1.4.20.ebuild b/net-mail/mpop/mpop-1.4.20.ebuild
deleted file mode 100644
index c21ef82996d5..000000000000
--- a/net-mail/mpop/mpop-1.4.20.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2021-2024 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-DESCRIPTION="A small, fast, and portable POP3 client"
-HOMEPAGE="https://marlam.de/mpop/"
-SRC_URI="https://marlam.de/mpop/releases/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="gnutls idn gnome-keyring nls sasl ssl vim-syntax"
-
-RDEPEND="
- idn? ( net-dns/libidn2 )
- gnome-keyring? ( app-crypt/libsecret )
- nls? ( virtual/libintl )
- sasl? ( virtual/gsasl )
- ssl? (
- gnutls? ( net-libs/gnutls:0=[idn?] )
- !gnutls? (
- dev-libs/openssl:0=
- )
- )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- virtual/pkgconfig"
-
-REQUIRED_USE="gnutls? ( ssl )"
-
-DOCS="AUTHORS ChangeLog NEWS NOTES README THANKS"
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_with ssl tls $(usex gnutls "gnutls" "openssl")) \
- $(use_with sasl libgsasl) \
- $(use_with idn libidn) \
- $(use_with gnome-keyring libsecret)
-}
-
-src_install() {
- default
-
- if use vim-syntax ; then
- insinto /usr/share/vim/vimfiles/syntax
- doins scripts/vim/mpop.vim
- fi
-}
diff --git a/net-mail/mpop/mpop-1.4.21.ebuild b/net-mail/mpop/mpop-1.4.21.ebuild
deleted file mode 100644
index 18f437420b6c..000000000000
--- a/net-mail/mpop/mpop-1.4.21.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2021-2025 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-DESCRIPTION="A small, fast, and portable POP3 client"
-HOMEPAGE="https://marlam.de/mpop/"
-SRC_URI="https://marlam.de/mpop/releases/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="gnutls idn gnome-keyring nls sasl ssl vim-syntax"
-
-RDEPEND="
- idn? ( net-dns/libidn2 )
- gnome-keyring? ( app-crypt/libsecret )
- nls? ( virtual/libintl )
- sasl? ( virtual/gsasl )
- ssl? (
- gnutls? ( net-libs/gnutls:0=[idn?] )
- !gnutls? (
- dev-libs/openssl:0=
- )
- )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- virtual/pkgconfig"
-
-REQUIRED_USE="gnutls? ( ssl )"
-
-DOCS="AUTHORS ChangeLog NEWS NOTES README THANKS"
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_with ssl tls $(usex gnutls "gnutls" "openssl")) \
- $(use_with sasl libgsasl) \
- $(use_with idn libidn) \
- $(use_with gnome-keyring libsecret)
-}
-
-src_install() {
- default
-
- if use vim-syntax ; then
- insinto /usr/share/vim/vimfiles/syntax
- doins scripts/vim/mpop.vim
- fi
-}