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 88620138359 for ; Tue, 22 Sep 2020 01:54:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CA12E0815; Tue, 22 Sep 2020 01:53:59 +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 5E7A2E0815 for ; Tue, 22 Sep 2020 01:53:59 +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 06850340E6D for ; Tue, 22 Sep 2020 01:53:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72173355 for ; Tue, 22 Sep 2020 01:53:56 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1600739542.d7f67de0228e2f0eab49fe813824c4d49ae5648a.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/mxml/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/mxml/metadata.xml dev-libs/mxml/mxml-2.9.ebuild X-VCS-Directories: dev-libs/mxml/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: d7f67de0228e2f0eab49fe813824c4d49ae5648a X-VCS-Branch: master Date: Tue, 22 Sep 2020 01:53:56 +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: e86bbc01-5aa1-42b4-acc6-f617481de597 X-Archives-Hash: 97c99a94c2e20276f1a7301c44456fb6 commit: d7f67de0228e2f0eab49fe813824c4d49ae5648a Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 01:52:06 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Sep 22 01:52:22 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d7f67de0 dev-libs/mxml: drop package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-libs/mxml/metadata.xml | 17 ----------------- dev-libs/mxml/mxml-2.9.ebuild | 18 ------------------ 2 files changed, 35 deletions(-) diff --git a/dev-libs/mxml/metadata.xml b/dev-libs/mxml/metadata.xml deleted file mode 100644 index 42a46e0c3..000000000 --- a/dev-libs/mxml/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - cjk34@cam.ac.uk - Chris Kerr - I don't develop this software, I'm just a Gentoo user who -wanted to install it - - - sci@gentoo.org - Gentoo Science Project - - Mini-XML is a lightweight, ultra-portable XML library -that requires only an ANSI C compiler and a 'make' program. - - diff --git a/dev-libs/mxml/mxml-2.9.ebuild b/dev-libs/mxml/mxml-2.9.ebuild deleted file mode 100644 index a5b1b8ebc..000000000 --- a/dev-libs/mxml/mxml-2.9.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Mini-XML: A lightweight ANSI C XML library" -HOMEPAGE="http://www.msweet.org/projects.php?Z3" -SRC_URI="http://www.msweet.org/files/project3/${P}.tar.gz" - -LICENSE="LGPL-2-with-linking-exception" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -src_install() { - emake install DSTROOT="${D}" - dodoc README ANNOUNCEMENT CHANGES -}