public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/freeglut: freeglut-2.6.0.ebuild ChangeLog
Date: Mon,  4 Apr 2011 18:46:24 +0000 (UTC)	[thread overview]
Message-ID: <20110404184624.66B5420054@flycatcher.gentoo.org> (raw)

scarabeus    11/04/04 18:46:24

  Modified:             freeglut-2.6.0.ebuild ChangeLog
  Log:
  Make static libs optional. Punt .la file.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 media-libs/freeglut/freeglut-2.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeglut/freeglut-2.6.0.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeglut/freeglut-2.6.0.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeglut/freeglut-2.6.0.ebuild?r1=1.13&r2=1.14

Index: freeglut-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.6.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- freeglut-2.6.0.ebuild	26 Jan 2011 18:09:59 -0000	1.13
+++ freeglut-2.6.0.ebuild	4 Apr 2011 18:46:24 -0000	1.14
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.6.0.ebuild,v 1.13 2011/01/26 18:09:59 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.6.0.ebuild,v 1.14 2011/04/04 18:46:24 scarabeus Exp $
 
-EAPI="2"
+EAPI=3
 
 inherit eutils flag-o-matic libtool autotools
 
@@ -14,7 +14,7 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="debug mpx"
+IUSE="debug mpx static-libs"
 
 RDEPEND="
 	virtual/opengl
@@ -45,6 +45,7 @@
 		--disable-warnings \
 		--disable-warnings-as-errors \
 		--enable-replace-glut \
+		$(use_enable static-libs static) \
 		$(use_enable debug)
 }
 
@@ -52,4 +53,5 @@
 	emake DESTDIR="${D}" install || die "make install failed"
 	dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed"
 	dohtml -r doc/*.html doc/*.png || die "dohtml failed"
+	find "${ED}" -name '*.la' -delete
 }



1.78                 media-libs/freeglut/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	18 Mar 2011 18:28:21 -0000	1.77
+++ ChangeLog	4 Apr 2011 18:46:24 -0000	1.78
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/freeglut
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v 1.77 2011/03/18 18:28:21 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v 1.78 2011/04/04 18:46:24 scarabeus Exp $
+
+  04 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> freeglut-2.6.0.ebuild:
+  Make static libs optional. Punt .la file.
 
   18 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org>
   -files/2.4.0-cursor.patch, -files/freeglut-2.4.0-macos.patch,






             reply	other threads:[~2011-04-04 18:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-04 18:46 Tomas Chvatal (scarabeus) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-12-05 14:53 [gentoo-commits] gentoo-x86 commit in media-libs/freeglut: freeglut-2.6.0.ebuild ChangeLog Raul Porcel (armin76)
2010-10-21 19:55 Brent Baude (ranger)
2010-10-10 17:33 Markus Meier (maekke)
2010-10-05 19:11 Markus Meier (maekke)
2010-09-29 17:14 Samuli Suominen (ssuominen)
2010-09-29 16:19 Jeroen Roovers (jer)
2010-09-26 16:56 Tobias Klausmann (klausman)
2010-08-02 14:59 Tomas Chvatal (scarabeus)
2010-01-15  9:24 Christian Faulhammer (fauli)
2009-12-04 20:44 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=20110404184624.66B5420054@flycatcher.gentoo.org \
    --to=scarabeus@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