summaryrefslogtreecommitdiff
path: root/app-text/html2text
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 /app-text/html2text
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'app-text/html2text')
-rw-r--r--app-text/html2text/Manifest2
-rw-r--r--app-text/html2text/html2text-2.2.3-r1.ebuild25
-rw-r--r--app-text/html2text/html2text-2.4.0.ebuild31
-rw-r--r--app-text/html2text/metadata.xml11
4 files changed, 0 insertions, 69 deletions
diff --git a/app-text/html2text/Manifest b/app-text/html2text/Manifest
deleted file mode 100644
index bb584ec55d89..000000000000
--- a/app-text/html2text/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST html2text-2.2.3.tar.gz 329841 BLAKE2B 311defd6aa6affc6f1ad59d9971f0315b6f2d748b4ae26e2c5f61cbd090ff76f0f0df7155acb1ec5c0114a6b6253eb27fc73d327162dca2a144afae74cdf4afa SHA512 ff851abdc0f672d6bf8de494d6595362d5b71eeb03f4f761e32afb50bb75fe12c0cede8c7ca4ca7290b1c9e0f08aaff9821946dd272e1a30ce3b585e452cf6ec
-DIST html2text-2.4.0.tar.gz 385497 BLAKE2B baccdd053d686d8a5918bb70971e71d9d705ec1743aeed74b3d84f316017412e3446508097078e8bfef3aa94c287913800d521fe6e564b6b49fd064d80a59b6b SHA512 ebb9817de03fb3c38d96cf4eacde656d2cb030a4df3fc7dd8bc065b8fdc3250eb4d644993b52b46fd2e37e5c3b867600601631e251a56cebe450fbf4ce28a9fc
diff --git a/app-text/html2text/html2text-2.2.3-r1.ebuild b/app-text/html2text/html2text-2.2.3-r1.ebuild
deleted file mode 100644
index b0d307e13bca..000000000000
--- a/app-text/html2text/html2text-2.2.3-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} == *9999* ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/grobian/html2text.git"
-else
- SRC_URI="https://github.com/grobian/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
-fi
-
-DESCRIPTION="HTML to text converter"
-HOMEPAGE="https://github.com/grobian/html2text"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="virtual/libiconv"
-RDEPEND="${DEPEND}"
-
-src_test() {
- emake check
-}
diff --git a/app-text/html2text/html2text-2.4.0.ebuild b/app-text/html2text/html2text-2.4.0.ebuild
deleted file mode 100644
index 7021e80f5f4f..000000000000
--- a/app-text/html2text/html2text-2.4.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} == *9999* ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/grobian/html2text.git"
-else
- SRC_URI="https://gitlab.com/-/project/48313341/uploads/8526650dd42218b3493ce7ca0a3eeb1e/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
-fi
-
-DESCRIPTION="HTML to text converter, aimed at email for clients like Mutt"
-HOMEPAGE="https://gitlab.com/grobian/html2text"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+curl"
-
-DEPEND="virtual/libiconv
- curl? ( net-misc/curl )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf $(use_with curl libcurl) || die
-}
-
-src_test() {
- emake check
-}
diff --git a/app-text/html2text/metadata.xml b/app-text/html2text/metadata.xml
deleted file mode 100644
index c8e4623184d3..000000000000
--- a/app-text/html2text/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>grobian@gentoo.org</email>
- <name>Fabian Groffen</name>
- </maintainer>
- <upstream>
- <remote-id type="github">grobian/html2text</remote-id>
- </upstream>
-</pkgmetadata>