summaryrefslogtreecommitdiff
path: root/net-libs/libesmtp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-11-08 03:03:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-11-08 03:03:28 +0000
commit2cd9ff612e84f0c1ef63c9e9e13be53fe576cc2b (patch)
tree6e975e18646dac9f4b55fab980271a027428cc4d /net-libs/libesmtp
parentabe17cf152eeb7571da8db4b25a30465644a41ba (diff)
gentoo auto-resync : 08:11:2024 - 03:03:27
Diffstat (limited to 'net-libs/libesmtp')
-rw-r--r--net-libs/libesmtp/Manifest1
-rw-r--r--net-libs/libesmtp/libesmtp-1.1.0-r1.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/net-libs/libesmtp/Manifest b/net-libs/libesmtp/Manifest
index 3c3c4c2cb10f..25c5d9c6843c 100644
--- a/net-libs/libesmtp/Manifest
+++ b/net-libs/libesmtp/Manifest
@@ -1,6 +1,5 @@
AUX libesmtp-1.1.0-fix-build-with-clang16.patch 397 BLAKE2B 563134cf6e541c77e19a6eb63dc7d8a318226b6f5b6b98cf3d1d80347a1100abee2d75a2558bf5fb388e741f6e16bf804cd91ce73673bd3d0a697df46fe313a9 SHA512 02f483897f4b6a360dd61a6631e6c835ed1f4dc96bac990b8471148f5567b7af339cb98cdfe6629e61dfc4fcbdcf286ae5425ce5cfa66d9d1bac725fe67d7401
AUX libesmtp-1.1.0-fix-soname.patch 672 BLAKE2B 2bb9a535b94e444af19597f0ca0c06b07aca2c42e0b21510c27aec76c47fa70fa12e5b26656dc6a685b3ca95b40ba630dc93cd205f348224f4c7508ae6f4376d SHA512 881fe2a531f0f50baa449c3b9faa8c99ea4ce6d1bf3a82d5f5f7e8ca530233a5668f8a498390cd91769972420750dd73988db76c53acd4734ec45bb528b9b2af
DIST libesmtp-1.1.0.tar.gz 169134 BLAKE2B 94ef87c65101557f6d60a6bcd7a8b0de638c24d46536ddf602da05c09858780b0a50f9fd8dae1e54a5e9a7826d45fa6da10bad751a9be50475a8f441c94ad455 SHA512 fc2a9d9922a1807cce8c8cee627ea8fd3a79c33f0987c5a487080b1a1659fd504bc45da2f919d30eced33ab3e950105383a46ecf3365493134adc1183eb99e53
-EBUILD libesmtp-1.1.0-r1.ebuild 1285 BLAKE2B c19e588fee37f8421ed902568dcf3fde6186eeaa515274515cf283e357935009d24123b7cda9fce3d7ac4b82909462e3e215dd2a629d9ea11d05493bb59644dc SHA512 730d383a99c9828d90fd33c644456772d00f9afcbe73feff7d8e45e3d65b6bddc378c26f7ffec67aca6a14d3538e574517875d661af8cb6bdc5f12cedd65daa5
EBUILD libesmtp-1.1.0-r2.ebuild 1336 BLAKE2B 99fd0ae166f7f3bb05fc51c4281d84ef306f686f7c5f39164a10c5aece209ff2de5120621477b89da5381b390233cc8184d95487f611f8fd47f6268039bc3f8c SHA512 bd5baf9b0acf2b74828be99937cea3310a32b30f4a4e0491e0fe1c2a799d82053278282d59c2469849057de3d4010fda488cf5eabb7123b5f018a9b0dc6eda94
MISC metadata.xml 250 BLAKE2B c156a03877b8e9096c64e5d031d532fe7b880c5cfd439312750f1206db620c660cbc6f85638af6b8210bac2beba0b70234b52ccfcc9a4a2783b5f3a875de7b4b SHA512 90930cf59b7f9e9ae7217acbd53f052c77f782db5f0164bac4b7fd7075cd067d3b3d1b33068292d09367d2b071f2e8ad5f4c0782be44e2538ce21b7715dc4606
diff --git a/net-libs/libesmtp/libesmtp-1.1.0-r1.ebuild b/net-libs/libesmtp/libesmtp-1.1.0-r1.ebuild
deleted file mode 100644
index 20e904ff4590..000000000000
--- a/net-libs/libesmtp/libesmtp-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Lib that implements the client side of the SMTP protocol"
-HOMEPAGE="https://libesmtp.github.io/"
-if [[ "${PV}" == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/libesmtp/libESMTP.git"
-else
- SRC_URI="https://github.com/libesmtp/libESMTP/archive/v${PV/_}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/libESMTP-${PV}"
-
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="LGPL-2.1 GPL-2"
-# 0/7 was a snapshot before 1.1.0
-# The SONAME was fixed just before the 1.1.0 release was made
-# ... but a patch was needed to get it exactly right too
-# so, we're on 0/8 now, even though ABI compatibility actually remained
-# in terms of symbols with the original <1.1.0.
-SLOT="0/8"
-IUSE="ssl static-libs threads"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-1.1.0:0= )"
-DEPEND="${RDEPEND}"
-
-DOCS=( docs/{authors,bugreport,ChangeLog,faq,NEWS}.md README.md )
-
-PATCHES=(
- "${FILESDIR}"/${P}-fix-soname.patch
-)
-
-src_configure() {
- local emesonargs=(
- -Ddefault_library="$(usex static-libs both shared)"
- $(meson_feature ssl tls)
- $(meson_feature threads pthreads)
- )
- meson_src_configure
-}