diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-03-18 12:17:31 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-18 12:22:45 -0700 |
commit | 23257af31cf057df04451208ac5eef852bdb314a (patch) | |
tree | 31f205f3e01b8699a6171974c51ce1a95e2c456c /dev-util/gi-docgen | |
parent | dev-util/gdbus-codegen: Drop old versions (diff) | |
download | gentoo-23257af31cf057df04451208ac5eef852bdb314a.tar.gz gentoo-23257af31cf057df04451208ac5eef852bdb314a.tar.bz2 gentoo-23257af31cf057df04451208ac5eef852bdb314a.zip |
dev-util/gi-docgen: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/gi-docgen')
-rw-r--r-- | dev-util/gi-docgen/Manifest | 1 | ||||
-rw-r--r-- | dev-util/gi-docgen/gi-docgen-2021.8.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-util/gi-docgen/Manifest b/dev-util/gi-docgen/Manifest index b4b28235e354..fc72ed6bb261 100644 --- a/dev-util/gi-docgen/Manifest +++ b/dev-util/gi-docgen/Manifest @@ -1,2 +1 @@ -DIST gi-docgen-2021.8.tar.gz 1261322 BLAKE2B 8b33f0284a25052626f326ca8bdd91007f242a3e3c9efaf9e69ea1f20bc6acc0142fa1b4f06f185172c1cbf80e4848e23650b9fdff9ccabc81ae31f9bf6d2085 SHA512 0c1d0b3fcfde54541e85f7408634aefc438004d1fb997a0df546340c66b0fcda526232858f7b731d18aeb7bd11a5290efc83f1b206463463a3dfd98e3ea9d731 DIST gi-docgen-2022.1.tar.gz 2515101 BLAKE2B 4eacc1c63fa9456f4a7465b1917c3c46a654546fc9c8a256bb0e83b415d0af8e8b6cdd29cca610dff00568c82f7a0bcba4f18ff7c32820689647f7604dde1be3 SHA512 823f6b5b598b0f52e748622f9993524b840f71d6f2dc157ea3b931564a0ec59c43cd79386936d525118c9a62de380bdff70fd01405d088ea873ab35ddbafb210 diff --git a/dev-util/gi-docgen/gi-docgen-2021.8.ebuild b/dev-util/gi-docgen/gi-docgen-2021.8.ebuild deleted file mode 100644 index 34979ee84a1d..000000000000 --- a/dev-util/gi-docgen/gi-docgen-2021.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{7..10} ) -inherit distutils-r1 - -DESCRIPTION="A documentation generator for GObject-based libraries" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gi-docgen https://pypi.org/project/gi-docgen/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="|| ( Apache-2.0 GPL-3+ ) CC0-1.0 OFL-1.1 MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - >=dev-python/markdown-3[${PYTHON_USEDEP}] - >=dev-python/markupsafe-1[${PYTHON_USEDEP}] - >=dev-python/pygments-2[${PYTHON_USEDEP}] - >=dev-python/jinja-2[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] - >=dev-python/typogrify-2[${PYTHON_USEDEP}] - ') -" -DEPEND="${RDEPEND}" |