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 0DC311396D0 for ; Wed, 30 Aug 2017 21:23:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CBBD1FC084; Wed, 30 Aug 2017 21:22:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 793AB1FC084 for ; Wed, 30 Aug 2017 21:22:59 +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 7CE6A341669 for ; Wed, 30 Aug 2017 21:22:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FD96884D for ; Wed, 30 Aug 2017 21:22:55 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1504128165.1adcf6fd580d3cd09316f67877b6bb42e79b8ab0.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-base/mknfonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-base/mknfonts/mknfonts-0.5-r1.ebuild X-VCS-Directories: gnustep-base/mknfonts/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 1adcf6fd580d3cd09316f67877b6bb42e79b8ab0 X-VCS-Branch: master Date: Wed, 30 Aug 2017 21:22:55 +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: f1a08114-d21b-4875-9139-9bd20ddca49b X-Archives-Hash: 0ecef35195a438247622cb490dded5a5 commit: 1adcf6fd580d3cd09316f67877b6bb42e79b8ab0 Author: Bernard Cafarelli gentoo org> AuthorDate: Wed Aug 30 21:07:53 2017 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Wed Aug 30 21:22:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adcf6fd gnustep-base/mknfonts: drop old Package-Manager: Portage-2.3.8, Repoman-2.3.3 gnustep-base/mknfonts/mknfonts-0.5-r1.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/gnustep-base/mknfonts/mknfonts-0.5-r1.ebuild b/gnustep-base/mknfonts/mknfonts-0.5-r1.ebuild deleted file mode 100644 index 4b72bed7e65..00000000000 --- a/gnustep-base/mknfonts/mknfonts-0.5-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils gnustep-base - -DESCRIPTION="A tool to create .nfont packages for use with gnustep-back-art" - -HOMEPAGE="http://packages.debian.org/mknfonts.tool" -SRC_URI="mirror://debian/pool/main/m/${PN}.tool/${PN}.tool_${PV}.orig.tar.gz" -KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -DEPEND="gnustep-base/gnustep-gui - >=media-libs/freetype-2.1" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Correct link command for --as-needed - sed -i -e "s/ADDITIONAL_LDFLAGS/ADDITIONAL_TOOL_LIBS/" GNUmakefile || die "sed failed" - epatch "${FILESDIR}"/${PN}-rename.patch -}