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 ED0DF13835B for ; Mon, 25 Jan 2021 17:38:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CD26E09EA; Mon, 25 Jan 2021 17:38:32 +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 0FAB1E09EA for ; Mon, 25 Jan 2021 17:38:32 +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 1C2843411FE for ; Mon, 25 Jan 2021 17:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADE164A7 for ; Mon, 25 Jan 2021 17:38:29 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1611596233.b39d84fd8eafca4f2c6bc637a1483707f88ec04a.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/ldoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/ldoc/ldoc-1.4.6.ebuild X-VCS-Directories: dev-lua/ldoc/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b39d84fd8eafca4f2c6bc637a1483707f88ec04a X-VCS-Branch: master Date: Mon, 25 Jan 2021 17:38:29 +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: 5d2b3e47-48ac-4185-8a00-a8bfac1c4a70 X-Archives-Hash: 15b0e75d63093004b46bf0ee049b9c32 commit: b39d84fd8eafca4f2c6bc637a1483707f88ec04a Author: Marek Szuba gentoo org> AuthorDate: Mon Jan 25 14:01:26 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Jan 25 17:37:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39d84fd dev-lua/ldoc: remove old Signed-off-by: Marek Szuba gentoo.org> dev-lua/ldoc/ldoc-1.4.6.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-lua/ldoc/ldoc-1.4.6.ebuild b/dev-lua/ldoc/ldoc-1.4.6.ebuild deleted file mode 100644 index 191d469dd2e..00000000000 --- a/dev-lua/ldoc/ldoc-1.4.6.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A LuaDoc-compatible documentation generation system" -HOMEPAGE="https://stevedonovan.github.io/ldoc/" -SRC_URI="https://github.com/stevedonovan/LDoc/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86" -IUSE="" - -RDEPEND="dev-lua/penlight" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-1.4.6-mkdir.patch" ) - -S="${WORKDIR}/LDoc-${PV}" -RESTRICT="test"