diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-11 07:16:07 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-11 07:16:07 +0200 |
commit | d4973d559a687dd544b35c27fd844a93c0b55969 (patch) | |
tree | 8eedac26f852e96cbf73bad7a5c5ad5d7a1b0e63 | |
parent | app-emulation/wine-staging: update live (ffmpeg) (diff) | |
download | gentoo-d4973d559a687dd544b35c27fd844a93c0b55969.tar.gz gentoo-d4973d559a687dd544b35c27fd844a93c0b55969.tar.bz2 gentoo-d4973d559a687dd544b35c27fd844a93c0b55969.zip |
dev-util/egypt: drop 1.10
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
-rw-r--r-- | dev-util/egypt/Manifest | 1 | ||||
-rw-r--r-- | dev-util/egypt/egypt-1.10.ebuild | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/dev-util/egypt/Manifest b/dev-util/egypt/Manifest index 66eb3284c795..0ac1aa2effb6 100644 --- a/dev-util/egypt/Manifest +++ b/dev-util/egypt/Manifest @@ -1,2 +1 @@ -DIST egypt-1.10.tar.gz 4670 BLAKE2B 66ec84fec092cc8e0e29a866cca4d574ce069af395a9bdfb05e0124390e0a01907a3fc6a0dc94a1bdc652166c4deafd7b8ef03d9808133c584df3827c1803371 SHA512 81e98b3d379301f1c0919aeb46d45264772b7d9d77277cb842c8ed7b944d61918e530f4e9e2c56451445dc2c6a312fd76086a81e193540baa3d56f3bb56b438d DIST egypt-1.11.tar.gz 8808 BLAKE2B 11ce73c0e087c90c8f5fbc0a990c8e33033da2d469de4688a6f5f4eb62ed1e85140d75d0f02774f6b89da0137723a767dc712124bb54b50b526319beba37e698 SHA512 6817ba991c3908f601977499481a1b28a6ab8ce9961749b7c6ef516cc2cd7daf355fc0fd5a4a4577c5d2201fe8e74cda498a6e2083f21f0113f7e7ce69b834e6 diff --git a/dev-util/egypt/egypt-1.10.ebuild b/dev-util/egypt/egypt-1.10.ebuild deleted file mode 100644 index bbe52b762db3..000000000000 --- a/dev-util/egypt/egypt-1.10.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit perl-module - -DESCRIPTION="Devilishly simple tool for creating call graphs of C programs" -HOMEPAGE="https://www.gson.org/egypt/" -SRC_URI="https://www.gson.org/egypt/download/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-1+ )" -SLOT="0" -KEYWORDS="~amd64 ~x86" |