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 886FF13835A for ; Mon, 15 Feb 2021 00:42:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90A27E0A0B; Mon, 15 Feb 2021 00:42:54 +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 783D2E0A0B for ; Mon, 15 Feb 2021 00:42:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 26528340DC1 for ; Mon, 15 Feb 2021 00:42:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0A444C9 for ; Mon, 15 Feb 2021 00:42:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613349716.40fa156c723c5f3a53fd1a086dc21eb997af1757.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libxmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libxmi/libxmi-1.3.ebuild X-VCS-Directories: media-libs/libxmi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 40fa156c723c5f3a53fd1a086dc21eb997af1757 X-VCS-Branch: master Date: Mon, 15 Feb 2021 00:42:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 563aff9b-96ad-44a4-8254-35a059bce037 X-Archives-Hash: 0b069ad1296a452f256ff9ca27020f8d commit: 40fa156c723c5f3a53fd1a086dc21eb997af1757 Author: Sam James gentoo org> AuthorDate: Mon Feb 15 00:41:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 15 00:41:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fa156c media-libs/libxmi: cleanup old Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> media-libs/libxmi/libxmi-1.3.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/media-libs/libxmi/libxmi-1.3.ebuild b/media-libs/libxmi/libxmi-1.3.ebuild deleted file mode 100644 index 8b2d6b65194..00000000000 --- a/media-libs/libxmi/libxmi-1.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils - -DESCRIPTION="C/C++ function library for rasterizing 2-D vector graphics" -HOMEPAGE="https://www.gnu.org/software/libxmi/" -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" -#mirror://gnu/${PN}/${P}.tar.gz" -# Version unbundled from plotutils - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -DEPEND="!<=media-libs/plotutils-2.6" -RDEPEND="${DEPEND}"