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 C3D2E1382C5 for ; Sun, 22 Apr 2018 10:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAEC7E082D; Sun, 22 Apr 2018 10:20:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AF5AFE082D for ; Sun, 22 Apr 2018 10:20:43 +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 57A8A335C43 for ; Sun, 22 Apr 2018 10:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C7B927C for ; Sun, 22 Apr 2018 10:20:40 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524392427.41c50426f227276579a73c79c7a733f651b39669.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/adplug/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/adplug/Manifest media-libs/adplug/adplug-2.3.ebuild X-VCS-Directories: media-libs/adplug/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 41c50426f227276579a73c79c7a733f651b39669 X-VCS-Branch: master Date: Sun, 22 Apr 2018 10:20:40 +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: 6457ec9d-a7fb-48a3-8b6c-4e684a04afc5 X-Archives-Hash: d4b1daac35e29a5d5e884dc465efb5c0 commit: 41c50426f227276579a73c79c7a733f651b39669 Author: David Seifert gentoo org> AuthorDate: Sun Apr 22 09:29:22 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 22 10:20:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c50426 media-libs/adplug: Remove old Package-Manager: Portage-2.3.31, Repoman-2.3.9 media-libs/adplug/Manifest | 1 - media-libs/adplug/adplug-2.3.ebuild | 41 ------------------------------------- 2 files changed, 42 deletions(-) diff --git a/media-libs/adplug/Manifest b/media-libs/adplug/Manifest index ab7d3d4ff75..70a0de78ad4 100644 --- a/media-libs/adplug/Manifest +++ b/media-libs/adplug/Manifest @@ -1,3 +1,2 @@ DIST adplug-2.2.1.tar.bz2 810257 BLAKE2B a51c85a10af6a1cc308a7ccfa657daab1e627800a0617f6cf8b874726a115bdef188dc3d82fb6af9fd2aadc2b28b12f0707ea12cb52f6656d2b8654849bad806 SHA512 e9b434ad58114a6677907e8f7007a325fa908f9228fbe283d72d1e2394fa27850b929309e038c84ae94f64f8db003b871775502ee8b231219caa51f6ba5d787f DIST adplug-2.3.1.tar.bz2 1478424 BLAKE2B 8c2b65d11d3b12b4a3337bc9c6ada2920b07279ac0199d4bdf1fa2ceec2f51748a1bb9357456b3e7aba7c906253691066b274e7a7c7578c777d1e2e77f5131f0 SHA512 324ce084ecf5b0d180b335ebcacd5ab80806a5c9fbdeed6ef7cbd6c2f2cb476d9d9f38f596b7d6100e3d6cab42294300559200297b4b3f34190c1f516454c8c3 -DIST adplug-2.3.tar.bz2 1462858 BLAKE2B e350c65827d1bfbcbc495bd2986e312a7f572d2f29708ef17566c912bad8ddd2a52d49e065f147fec6ee657def0f2ddedfe65ca6d3b7b0d37d371cf4150ada87 SHA512 591192032772fbedfec67924693fce3fc490e5bccb1898eea8d38b6d10f066373ebdc4868751041dd21461b5112b349f0be7ff047d7ccaa896fe4ece88ebab74 diff --git a/media-libs/adplug/adplug-2.3.ebuild b/media-libs/adplug/adplug-2.3.ebuild deleted file mode 100644 index 12fcc15d3f9..00000000000 --- a/media-libs/adplug/adplug-2.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit out-of-source - -DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library" -HOMEPAGE="http://adplug.sourceforge.net" - -if [[ ${PV} == *9999 ]]; then - inherit autotools git-r3 - EGIT_REPO_URI="https://github.com/adplug/adplug.git" -else - SRC_URI="https://github.com/adplug/${PN}/releases/download/${P}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" -fi - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="debug static-libs" - -RDEPEND=">=dev-cpp/libbinio-1.4" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - default - [[ ${PV} == *9999 ]] && eautoreconf -} - -my_src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable debug) -} - -my_src_install_all() { - einstalldocs - find "${D}" -name '*.la' -delete || die -}