summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-03-18 12:17:20 -0700
committerMatt Turner <mattst88@gentoo.org>2022-03-18 12:22:41 -0700
commit2999d07c4f12ceb164069e76ed7f023e7e924d44 (patch)
tree188a32975903655b49b48b1a7b9529c8f0cddf4a /app-text/yelp-tools
parentapp-text/evince: Drop old versions (diff)
downloadgentoo-2999d07c4f12ceb164069e76ed7f023e7e924d44.tar.gz
gentoo-2999d07c4f12ceb164069e76ed7f023e7e924d44.tar.bz2
gentoo-2999d07c4f12ceb164069e76ed7f023e7e924d44.zip
app-text/yelp-tools: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-text/yelp-tools')
-rw-r--r--app-text/yelp-tools/Manifest1
-rw-r--r--app-text/yelp-tools/yelp-tools-40.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/app-text/yelp-tools/Manifest b/app-text/yelp-tools/Manifest
index d2fe4f44e1a2..10d1fdc649fd 100644
--- a/app-text/yelp-tools/Manifest
+++ b/app-text/yelp-tools/Manifest
@@ -1,2 +1 @@
-DIST yelp-tools-40.0.tar.xz 38708 BLAKE2B d9533fefc6a9416ed6f887971db62a7db6baed4f65aaf1e03d20c98fa23efb3af9f10189af0284bde3837f58f662f4ca4be8275d597a7c799a14585c87e6ec10 SHA512 b89e514cdc2c6ff96097af0cab5694e9f1dfd2a125e08f99a69c0e7dd51e1e1a859c2e6eec656ecea6103bfc65733e1256a77ef992454db4a554567b46fa2628
DIST yelp-tools-41.0.tar.xz 38696 BLAKE2B 6e742e0a5c05c07fb3eb80fc10201650597fb36702edb1d9fc022895daf2837daed15a2b69b8bed7aaf0106139c7138e8f13b65b63cf18971e14eaeb0068b061 SHA512 76b8f9568942426698716d655bc2e7a614a26e40a820d1f4ce5021a54c6baa081d494bda06657cfc1c11999e14a8601c97ae51bb3519555b8ee1111489c0e10e
diff --git a/app-text/yelp-tools/yelp-tools-40.0.ebuild b/app-text/yelp-tools/yelp-tools-40.0.ebuild
deleted file mode 100644
index df5d518f592c..000000000000
--- a/app-text/yelp-tools/yelp-tools-40.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
-inherit gnome2 meson python-single-r1
-
-DESCRIPTION="Collection of tools for building and converting documentation"
-HOMEPAGE="https://wiki.gnome.org/Apps/Yelp/Tools"
-
-LICENSE="|| ( GPL-2+ freedist ) GPL-2+" # yelp.m4 is GPL2 || freely distributable
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]')
- >=dev-libs/libxml2-2.6.12
- >=dev-libs/libxslt-1.1.8
- dev-util/itstool
- >=gnome-extra/yelp-xsl-3.38
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
-"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_install() {
- meson_src_install
- python_fix_shebang "${ED}"/usr/bin/yelp-{build,check,new}
-}