summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-03-22 00:31:30 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-03-22 00:31:30 +0000
commit6fe1dafaa446d9bc41dea28a43551fffa73f6b87 (patch)
treec6ef70a96add765cc1bfc88ac4d1ece5595cc9bf /app-text
parentae832415103492f73a8351ed7a91cb596392d779 (diff)
gentoo auto-resync : 22:03:2025 - 00:31:29edge
Diffstat (limited to 'app-text')
-rw-r--r--app-text/Manifest.gzbin50109 -> 50118 bytes
-rw-r--r--app-text/html2text/Manifest3
-rw-r--r--app-text/html2text/html2text-2.1.1.ebuild38
-rw-r--r--app-text/html2text/html2text-2.2.3.ebuild27
4 files changed, 0 insertions, 68 deletions
diff --git a/app-text/Manifest.gz b/app-text/Manifest.gz
index 95b302edb6af..ccf46575fcab 100644
--- a/app-text/Manifest.gz
+++ b/app-text/Manifest.gz
Binary files differ
diff --git a/app-text/html2text/Manifest b/app-text/html2text/Manifest
index 10128ec860af..1b59205ea29d 100644
--- a/app-text/html2text/Manifest
+++ b/app-text/html2text/Manifest
@@ -1,6 +1,3 @@
-DIST html2text-2.1.1.tar.gz 172655 BLAKE2B ab112e41b9cb08664ae9cba2b137b59e67769b2c8cd758022e9b650a2cbd1788064ada1949e9efddc591c819b0c86890e22504bebde68c2973c353b6fa85da33 SHA512 e7fbd795b06895d866e3379c343860dc8816d5069b476cd13abeb066ba1ad222050863c1d52c6b2c05d426a17af7b427913341c8205964b21f18a3d26c3528c4
DIST html2text-2.2.3.tar.gz 329841 BLAKE2B 311defd6aa6affc6f1ad59d9971f0315b6f2d748b4ae26e2c5f61cbd090ff76f0f0df7155acb1ec5c0114a6b6253eb27fc73d327162dca2a144afae74cdf4afa SHA512 ff851abdc0f672d6bf8de494d6595362d5b71eeb03f4f761e32afb50bb75fe12c0cede8c7ca4ca7290b1c9e0f08aaff9821946dd272e1a30ce3b585e452cf6ec
-EBUILD html2text-2.1.1.ebuild 883 BLAKE2B caa8a392389af3f1a67430fa2037943470cd1f543bd0a3806129fccd5cc33a3956b3074d1b97e472a2bf75cf93e30bd43aa86cf49ac9467df81efc89dfaf656d SHA512 7edfb385cb1c8955f02a17cda7cce8d0314d8bc2c48455e4708415dd451531c5975c5b1d7ea6b45895ea7ee23d103dcd96a6fca6c9ada9dedc6bca9538de7376
EBUILD html2text-2.2.3-r1.ebuild 631 BLAKE2B 9fcfb67584c760c6d628057a582e5257b94a9b69afc90132a8bfaa8c9ba7a18344b8fe19b2284e40eb37f00ce7ac58c2eb70a210756330bfc4de646b90d50ca0 SHA512 89ad9f37a809e051cee3da109311bbbfb7e5d5a22056eca316238b25235e321a552c9cde5ad065a9975b80fc01c48550262b564d3a6c7bfce03e004234e3b8e6
-EBUILD html2text-2.2.3.ebuild 656 BLAKE2B 8c4f77038aa334c58ccdbe942fa10610fb9638205df8e600aebf0e767695a0a99a07edb81cfd8703564d2a60ecf34b9bed6ab7379492c43eda25ef590d1c263d SHA512 1620626cd5e77b325d5f1c16d91bd6bf0fdf33c54505b84c755a845635553b6307fa702fa7d52b56e2a164c977e0509daa8d22321158e4ad5f048e8020fdf02d
MISC metadata.xml 331 BLAKE2B 43e61ec021521aaae0dcdbbcef0a40be6da311dd188cf64c66a8dc5c4191befa9955c669cec80d1d9dd0ed584f35e8f3076a0a1d9986e9453c3d96a0cc3ae921 SHA512 dd843839ec2124a68865214d5d2b71d5af631c26bf86fd37f48af940ccd9aa5f1543c9e6232b44119edd7ca429ea869df2acdbf9faafd1454936e23a52d721cf
diff --git a/app-text/html2text/html2text-2.1.1.ebuild b/app-text/html2text/html2text-2.1.1.ebuild
deleted file mode 100644
index c79027ab0495..000000000000
--- a/app-text/html2text/html2text-2.1.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-if [[ ${PV} == *9999* ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/grobian/html2text.git"
-else
- SRC_URI="https://github.com/grobian/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-fi
-
-DESCRIPTION="HTML to text converter"
-HOMEPAGE="https://github.com/grobian/html2text"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-src_configure() {
- # non-autoconf configure
- tc-export CXX
- default
-}
-
-src_compile() {
- emake LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}"
-}
-
-src_install() {
- emake DESTDIR="${D}" \
- PREFIX="${EPREFIX}/usr" \
- MANDIR="${EPREFIX}/usr/share/man" \
- DOCDIR="${EPREFIX}/usr/share/doc/${P}" \
- install
-}
diff --git a/app-text/html2text/html2text-2.2.3.ebuild b/app-text/html2text/html2text-2.2.3.ebuild
deleted file mode 100644
index a49c7931c674..000000000000
--- a/app-text/html2text/html2text-2.2.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-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
-}