From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68CE41382C5 for ; Sat, 28 Apr 2018 01:16:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F09A8E09C3; Sat, 28 Apr 2018 01:16:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD7C3E09C3 for ; Sat, 28 Apr 2018 01:16:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C084A335CA3 for ; Sat, 28 Apr 2018 01:16:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 902F82A8 for ; Sat, 28 Apr 2018 01:16:14 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1524877902.810c827df6564683105a5e7f88e7246f270d1eeb.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xman/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xman/Manifest x11-apps/xman/xman-1.1.3-r1.ebuild x11-apps/xman/xman-1.1.3.ebuild X-VCS-Directories: x11-apps/xman/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 810c827df6564683105a5e7f88e7246f270d1eeb X-VCS-Branch: master Date: Sat, 28 Apr 2018 01:16:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e9371de4-f81f-4751-949e-7262e72dec8f X-Archives-Hash: f2f8adfddde59bcf57ed58915837497e commit: 810c827df6564683105a5e7f88e7246f270d1eeb Author: Matt Turner gentoo org> AuthorDate: Sat Apr 28 01:11:38 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Apr 28 01:11:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810c827d x11-apps/xman: Drop old versions x11-apps/xman/Manifest | 1 - x11-apps/xman/xman-1.1.3-r1.ebuild | 21 --------------------- x11-apps/xman/xman-1.1.3.ebuild | 17 ----------------- 3 files changed, 39 deletions(-) diff --git a/x11-apps/xman/Manifest b/x11-apps/xman/Manifest index df3b0d067e5..a7d812c1b28 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 35afd7622a7..00000000000 --- 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 f046ff40375..00000000000 --- 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"