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 79F001382C5 for ; Tue, 22 May 2018 13:49:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C4C1E089E; Tue, 22 May 2018 13:49:03 +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 434B0E089E for ; Tue, 22 May 2018 13:49:03 +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 A7A08335C74 for ; Tue, 22 May 2018 13:49:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 079E82A7 for ; Tue, 22 May 2018 13:49:00 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1526996931.848247201e3c0c6050da63d8cc34e2c426a22ba5.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/lklug/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/lklug/lklug-0.6.ebuild X-VCS-Directories: media-fonts/lklug/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 848247201e3c0c6050da63d8cc34e2c426a22ba5 X-VCS-Branch: master Date: Tue, 22 May 2018 13:49:00 +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: acf63429-db8c-49ea-8093-f7c949c30508 X-Archives-Hash: b3df3524175482d8c4a2dcbb2111d588 commit: 848247201e3c0c6050da63d8cc34e2c426a22ba5 Author: Mikle Kolyada gentoo org> AuthorDate: Tue May 22 13:48:51 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue May 22 13:48:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84824720 media-fonts/lklug: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-fonts/lklug/lklug-0.6.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/media-fonts/lklug/lklug-0.6.ebuild b/media-fonts/lklug/lklug-0.6.ebuild deleted file mode 100644 index dc4415457e9..00000000000 --- a/media-fonts/lklug/lklug-0.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit font - -MY_P="ttf-sinhala-${P}" -DESCRIPTION="Sinhala font" -HOMEPAGE="http://sinhala.sourceforge.net" -SRC_URI="http://sinhala.sourceforge.net/files/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86" -IUSE="" - -S="${WORKDIR}/${MY_P}" -FONT_S="${S}" - -FONT_SUFFIX="ttf" - -DOCS="README.fonts"