public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsidplay: ChangeLog libsidplay-1.36.59.ebuild
Date: Wed, 16 May 2012 02:25:54 +0000 (UTC)	[thread overview]
Message-ID: <20120516022554.AE51F2004E@flycatcher.gentoo.org> (raw)

ssuominen    12/05/16 02:25:54

  Modified:             ChangeLog libsidplay-1.36.59.ebuild
  Log:
  Fix older SLOT too. Tidy patches.
  
  (Portage version: 2.2.0_alpha105/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 media-libs/libsidplay/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsidplay/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsidplay/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsidplay/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsidplay/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	16 May 2012 02:16:03 -0000	1.54
+++ ChangeLog	16 May 2012 02:25:49 -0000	1.55
@@ -1,9 +1,9 @@
 # ChangeLog for media-libs/libsidplay
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplay/ChangeLog,v 1.54 2012/05/16 02:16:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplay/ChangeLog,v 1.55 2012/05/16 02:25:49 ssuominen Exp $
 
   16 May 2012; Samuli Suominen <ssuominen@gentoo.org>
-  libsidplay-2.1.1-r2.ebuild:
+  libsidplay-1.36.59.ebuild, libsidplay-2.1.1-r2.ebuild:
   USE="static-libs" and punt useless libtool files
 
   31 Aug 2009; Brent Baude <ranger@gentoo.org> libsidplay-2.1.1-r2.ebuild:



1.12                 media-libs/libsidplay/libsidplay-1.36.59.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsidplay/libsidplay-1.36.59.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsidplay/libsidplay-1.36.59.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsidplay/libsidplay-1.36.59.ebuild?r1=1.11&r2=1.12

Index: libsidplay-1.36.59.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsidplay/libsidplay-1.36.59.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libsidplay-1.36.59.ebuild	23 Sep 2009 15:17:35 -0000	1.11
+++ libsidplay-1.36.59.ebuild	16 May 2012 02:25:49 -0000	1.12
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplay/libsidplay-1.36.59.ebuild,v 1.11 2009/09/23 15:17:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplay/libsidplay-1.36.59.ebuild,v 1.12 2012/05/16 02:25:49 ssuominen Exp $
 
-inherit libtool eutils
+EAPI=4
+inherit eutils libtool
 
 DESCRIPTION="C64 SID player library"
 HOMEPAGE="http://critical.ch/distfiles/"
@@ -11,17 +12,20 @@
 LICENSE="GPL-2"
 SLOT="1"
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
+IUSE="static-libs"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+DOCS="AUTHORS DEVELOPER"
+
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-gcc43.patch
-	# Needed to get a sane .so versionning on fbsd, please don't drop
-	elibtoolize
+	elibtoolize # required for fbsd .so versioning
+}
+
+src_configure() {
+	econf $(use_enable static-libs static)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS DEVELOPER || die
+	default
+	rm -f "${ED}"/usr/lib*/${PN}.la
 }






             reply	other threads:[~2012-05-16  2:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-16  2:25 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-02-06  3:11 [gentoo-commits] gentoo-x86 commit in media-libs/libsidplay: ChangeLog libsidplay-1.36.59.ebuild Jeroen Roovers (jer)
2009-01-07 14:56 Brent Baude (ranger)
2008-12-25 13:13 Tobias Klausmann (klausman)
2008-12-20 17:20 Gysbert Wassenaar (nixnut)
2008-12-17 21:16 Markus Meier (maekke)
2008-12-16 13:35 Hanno Boeck (hanno)
2008-08-16 17:37 Alexis Ballier (aballier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120516022554.AE51F2004E@flycatcher.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox