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 8CEB2138335 for ; Thu, 26 Jul 2018 20:57:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94EBBE092E; Thu, 26 Jul 2018 20:57: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 6B3BCE092E for ; Thu, 26 Jul 2018 20:57: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 A1E9A335CA5 for ; Thu, 26 Jul 2018 20:57:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F39037D for ; Thu, 26 Jul 2018 20:57:27 +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: <1532638643.69cdb6268ca495932debea1600011569220e92d2.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/taginfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/taginfo/taginfo-1.2-r1.ebuild X-VCS-Directories: media-sound/taginfo/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 69cdb6268ca495932debea1600011569220e92d2 X-VCS-Branch: master Date: Thu, 26 Jul 2018 20:57:27 +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: 8768749d-30a4-4b65-8d81-9a67a9b9fdcb X-Archives-Hash: 84b17be4027d3cf82dbd36e7fe696cce commit: 69cdb6268ca495932debea1600011569220e92d2 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jul 26 20:57:06 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jul 26 20:57:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cdb626 media-sound/taginfo: Drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-sound/taginfo/taginfo-1.2-r1.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/media-sound/taginfo/taginfo-1.2-r1.ebuild b/media-sound/taginfo/taginfo-1.2-r1.ebuild deleted file mode 100644 index 47c6440ec43..00000000000 --- a/media-sound/taginfo/taginfo-1.2-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -inherit toolchain-funcs - -DESCRIPTION="a simple ID3 tag reader for use in shell scripts" -HOMEPAGE="http://freshmeat.net/projects/taginfo" -SRC_URI="http://grecni.com/software/taginfo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="media-libs/taglib" -DEPEND="${RDEPEND}" - -src_compile() { - emake CC="$(tc-getCXX) ${LDFLAGS} ${CXXFLAGS}" || die -} - -src_install() { - dobin taginfo || die - dodoc ChangeLog contrib/mp3-resample.sh README -}