diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-04-27 18:11:38 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-27 18:11:42 -0700 |
commit | 810c827df6564683105a5e7f88e7246f270d1eeb (patch) | |
tree | 2a95dad1c51c204d8bd8ac8d8b48fccddd5c773c /x11-apps | |
parent | x11-apps/rstart: Transition deps to x11-base/xorg-proto (diff) | |
download | gentoo-810c827df6564683105a5e7f88e7246f270d1eeb.tar.gz gentoo-810c827df6564683105a5e7f88e7246f270d1eeb.tar.bz2 gentoo-810c827df6564683105a5e7f88e7246f270d1eeb.zip |
x11-apps/xman: Drop old versions
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xman/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xman/xman-1.1.3-r1.ebuild | 21 | ||||
-rw-r--r-- | x11-apps/xman/xman-1.1.3.ebuild | 17 |
3 files changed, 0 insertions, 39 deletions
diff --git a/x11-apps/xman/Manifest b/x11-apps/xman/Manifest index df3b0d067e55..a7d812c1b289 100644 --- a/x11-apps/xman/Manifest +++ b/x11-apps/xman/Manifest @@ -1,2 +1 @@ -DIST xman-1.1.3.tar.bz2 184340 BLAKE2B 361df81666621c5b8e0e07616ef2b5e600846ae0b52f3f7837e99932117f0c0eddfbba41dac4a6b0b5554a41d7297b6e61b68e661083acfa3d24a09f73809a0c SHA512 7c6475434984205f359ff3cb47a41282536be6aefe7bc6e970736c4372b23b5de01a26864d7f5b2cae2f770eeef6d254ebbdf6db717b5efab0042a47cb7497be DIST xman-1.1.4.tar.bz2 188259 BLAKE2B 3be982bfc9cad53b47dfe87e85d2fdafca4d0e9336c05eaf80665a79a1c420941226da9a3acfbdf7eb7c9d299085d78cb392d67c6859e28f07a304c6f935931b SHA512 785e973eb15b0300de08aace24f3604dfee61421c7f64ea4cde2e280480bf5d3ad797ab8208668dc023a375494f8db7534fbcaa1c1ef16e79464fdd017b5da68 diff --git a/x11-apps/xman/xman-1.1.3-r1.ebuild b/x11-apps/xman/xman-1.1.3-r1.ebuild deleted file mode 100644 index 35afd7622a73..000000000000 --- a/x11-apps/xman/xman-1.1.3-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -XORG_EAUTORECONF=yes -inherit xorg-2 - -DESCRIPTION="Manual page display program for the X Window System" - -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND="x11-libs/libXaw - x11-libs/libXt - x11-libs/libXmu - x11-proto/xproto" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-1.1.3-mandb-2.7.patch -) diff --git a/x11-apps/xman/xman-1.1.3.ebuild b/x11-apps/xman/xman-1.1.3.ebuild deleted file mode 100644 index f046ff40375f..000000000000 --- a/x11-apps/xman/xman-1.1.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="Manual page display program for the X Window System" - -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh sparc x86" -IUSE="" - -DEPEND="x11-libs/libXaw - x11-libs/libXt - x11-libs/libXmu - x11-proto/xproto" -RDEPEND="${DEPEND} - !>=sys-apps/man-db-2.7" |