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 sys-libs/slang: ChangeLog slang-2.2.4.ebuild
Date: Mon, 23 Jan 2012 15:44:46 +0000 (UTC)	[thread overview]
Message-ID: <20120123154446.507172004B@flycatcher.gentoo.org> (raw)

ssuominen    12/01/23 15:44:46

  Modified:             ChangeLog slang-2.2.4.ebuild
  Log:
  USE="static-libs" to control the building of libslang.a static archive wrt #399841 by Maurizio Camisaschi
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.122                sys-libs/slang/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/slang/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/slang/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/slang/ChangeLog?r1=1.121&r2=1.122

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	23 Jan 2012 15:15:31 -0000	1.121
+++ ChangeLog	23 Jan 2012 15:44:46 -0000	1.122
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/slang
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v 1.121 2012/01/23 15:15:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v 1.122 2012/01/23 15:44:46 ssuominen Exp $
+
+  23 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> slang-2.2.4.ebuild:
+  USE="static-libs" to control the building of libslang.a static archive wrt
+  #399841 by Maurizio Camisaschi
 
   23 Jan 2012; Agostino Sarubbo <ago@gentoo.org> slang-2.2.4.ebuild:
   Stable for amd64, wrt bug #397239



1.3                  sys-libs/slang/slang-2.2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/slang/slang-2.2.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/slang/slang-2.2.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/slang/slang-2.2.4.ebuild?r1=1.2&r2=1.3

Index: slang-2.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-2.2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- slang-2.2.4.ebuild	23 Jan 2012 15:15:31 -0000	1.2
+++ slang-2.2.4.ebuild	23 Jan 2012 15:44:46 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-2.2.4.ebuild,v 1.2 2012/01/23 15:15:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-2.2.4.ebuild,v 1.3 2012/01/23 15:44:46 ssuominen Exp $
 
 EAPI=4
 inherit eutils
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="cjk pcre png readline zlib"
+IUSE="cjk pcre png readline static-libs zlib"
 
 # ncurses for ncurses5-config to get terminfo directory
 RDEPEND="sys-libs/ncurses
@@ -45,7 +45,7 @@
 }
 
 src_compile() {
-	emake elf static
+	emake elf $(use static-libs && echo static)
 
 	pushd slsh >/dev/null
 	emake slsh
@@ -53,7 +53,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install-all
+	emake DESTDIR="${D}" install-elf $(use static-libs && echo install-static)
 
 	rm -rf "${D}"/usr/share/doc/{slang,slsh}
 






             reply	other threads:[~2012-01-23 15:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-23 15:44 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-04 14:36 [gentoo-commits] gentoo-x86 commit in sys-libs/slang: ChangeLog slang-2.2.4.ebuild Alexis Ballier (aballier)
2012-03-02 20:19 Samuli Suominen (ssuominen)
2012-02-28 22:34 Brent Baude (ranger)
2012-02-14 21:24 Jeroen Roovers (jer)
2012-02-12 14:36 Raul Porcel (armin76)
2012-01-29 17:00 Markus Meier (maekke)
2012-01-28 15:25 PaweA Hajdan (phajdan.jr)
2012-01-23 15:15 Agostino Sarubbo (ago)
2011-04-25 15:07 Samuli Suominen (ssuominen)

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=20120123154446.507172004B@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