diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-11-25 12:13:17 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-11-25 12:31:02 -0500 |
commit | 680dbcd22f06c3ef5ace9a0ecb880230d40d2b5d (patch) | |
tree | 6622a17d8e8d5eabef5d237534b370c1db4ce132 /x11-apps | |
parent | x11-apps/fonttosfnt: Drop old versions (diff) | |
download | gentoo-680dbcd22f06c3ef5ace9a0ecb880230d40d2b5d.tar.gz gentoo-680dbcd22f06c3ef5ace9a0ecb880230d40d2b5d.tar.bz2 gentoo-680dbcd22f06c3ef5ace9a0ecb880230d40d2b5d.zip |
x11-apps/xman: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xman/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xman/xman-1.1.5.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/x11-apps/xman/Manifest b/x11-apps/xman/Manifest index 88c5113b82e4..f6a56fa1e70d 100644 --- a/x11-apps/xman/Manifest +++ b/x11-apps/xman/Manifest @@ -1,2 +1 @@ -DIST xman-1.1.5.tar.bz2 193676 BLAKE2B b49e78b0127844e2ee8c0343392af940e592ee6958b4f1af217696da9ab1cd880331dec2af2f7eb5084cf44d40a041c730f571e5fb476e74924552e1316614ae SHA512 f6b2be424a79f298bf1a81edce4172572195c9efc9454e5b7b7046f344ed08154c77ccaa763ccdf3f1a30b64aa4802783bf813ee637437ccb1fba434fc5d4400 DIST xman-1.1.6.tar.xz 177732 BLAKE2B 7ca00bd08d8fcd34645e5ad4582f782f358a6df8b7715222e886d9eef299e2b5c7cb1fc208e2bd3d7d465f1a2f3e17060e8cc95a6a3bc00421dfaf40adc147af SHA512 3063bf7fa54a679993baad681d9a77569c101b7e27e012083d11a2a0900c8e30a9d052ef23d30cbc86ff22505701d23df1fa3b9c714ef733628f2bc132026530 diff --git a/x11-apps/xman/xman-1.1.5.ebuild b/x11-apps/xman/xman-1.1.5.ebuild deleted file mode 100644 index 5d54e0ce9a4a..000000000000 --- a/x11-apps/xman/xman-1.1.5.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="Manual page display program for the X Window System" - -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="" - -RDEPEND="x11-libs/libXaw - x11-libs/libXt - x11-libs/libXmu" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |