From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-928118-garchives=archives.gentoo.org@lists.gentoo.org>
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 D5774139085
	for <garchives@archives.gentoo.org>; Sun, 29 Jan 2017 22:11:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CC792145F5;
	Sun, 29 Jan 2017 22:10:27 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9B813145F5
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Jan 2017 22:10:27 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 667AD34165E
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Jan 2017 22:10:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A6173A3B
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Jan 2017 22:10:24 +0000 (UTC)
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1485727812.0261de218caa9c43451223f022c29470ebdf4bec.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplay/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/libsidplay/libsidplay-1.36.59.ebuild media-libs/libsidplay/libsidplay-2.1.1-r2.ebuild media-libs/libsidplay/libsidplay-2.1.1-r3.ebuild
X-VCS-Directories: media-libs/libsidplay/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 0261de218caa9c43451223f022c29470ebdf4bec
X-VCS-Branch: master
Date: Sun, 29 Jan 2017 22:10:24 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 1964c901-a303-42a1-85ae-7f871afaa620
X-Archives-Hash: c9c57b36422d449883dc2b2cc996cc37

commit:     0261de218caa9c43451223f022c29470ebdf4bec
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 22:10:12 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 22:10:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0261de21

media-libs/libsidplay: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/libsidplay/libsidplay-1.36.59.ebuild  | 31 --------------
 media-libs/libsidplay/libsidplay-2.1.1-r2.ebuild | 53 ------------------------
 media-libs/libsidplay/libsidplay-2.1.1-r3.ebuild | 53 ------------------------
 3 files changed, 137 deletions(-)

diff --git a/media-libs/libsidplay/libsidplay-1.36.59.ebuild b/media-libs/libsidplay/libsidplay-1.36.59.ebuild
deleted file mode 100644
index 770695c..00000000
--- a/media-libs/libsidplay/libsidplay-1.36.59.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils libtool
-
-DESCRIPTION="C64 SID player library"
-HOMEPAGE="http://critical.ch/distfiles/"
-SRC_URI="http://critical.ch/distfiles/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="static-libs"
-
-DOCS="AUTHORS DEVELOPER"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gcc43.patch
-	elibtoolize # required for fbsd .so versioning
-}
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	rm -f "${ED}"/usr/lib*/${PN}.la
-}

diff --git a/media-libs/libsidplay/libsidplay-2.1.1-r2.ebuild b/media-libs/libsidplay/libsidplay-2.1.1-r2.ebuild
deleted file mode 100644
index 9f25f74..00000000
--- a/media-libs/libsidplay/libsidplay-2.1.1-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils libtool
-
-MY_P=sidplay-libs-${PV}
-
-DESCRIPTION="C64 SID player library"
-HOMEPAGE="http://sidplay2.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sidplay2/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="static-libs"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${PN}2-gcc41.patch \
-		"${FILESDIR}"/${P}-fbsd.patch \
-		"${FILESDIR}"/${P}-gcc43.patch
-
-	elibtoolize
-}
-
-src_configure() {
-	econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
-		--with-pic
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	docinto libsidplay
-	dodoc libsidplay/{AUTHORS,ChangeLog,README,TODO}
-
-	docinto libsidutils
-	dodoc libsidutils/{AUTHORS,ChangeLog,README,TODO}
-
-	docinto resid
-	dodoc resid/{AUTHORS,ChangeLog,NEWS,README,THANKS,TODO}
-
-	doenvd "${FILESDIR}"/65resid
-
-	# Libs: -line of libsidutils.pc and libsidplay2.pc reference .la files!
-	# find "${ED}" -name '*.la' -exec rm -f {} +
-}

diff --git a/media-libs/libsidplay/libsidplay-2.1.1-r3.ebuild b/media-libs/libsidplay/libsidplay-2.1.1-r3.ebuild
deleted file mode 100644
index e525836..00000000
--- a/media-libs/libsidplay/libsidplay-2.1.1-r3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils libtool
-
-MY_P=sidplay-libs-${PV}
-
-DESCRIPTION="C64 SID player library"
-HOMEPAGE="http://sidplay2.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sidplay2/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="static-libs"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${PN}2-gcc41.patch \
-		"${FILESDIR}"/${P}-fbsd.patch \
-		"${FILESDIR}"/${P}-gcc43.patch \
-		"${FILESDIR}"/${P}-no_libtool_reference.patch
-
-	elibtoolize
-}
-
-src_configure() {
-	econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
-		--with-pic
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	docinto libsidplay
-	dodoc libsidplay/{AUTHORS,ChangeLog,README,TODO}
-
-	docinto libsidutils
-	dodoc libsidutils/{AUTHORS,ChangeLog,README,TODO}
-
-	docinto resid
-	dodoc resid/{AUTHORS,ChangeLog,NEWS,README,THANKS,TODO}
-
-	doenvd "${FILESDIR}"/65resid
-
-	find "${ED}" -name '*.la' -exec rm -f {} +
-}