From: "Fabian Groffen (grobian)" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/libarchive: libarchive-3.1.2-r1.ebuild ChangeLog
Date: Fri, 12 Jul 2013 19:59:33 +0000 (UTC) [thread overview]
Message-ID: <20130712195933.56D4921710@flycatcher.gentoo.org> (raw)
grobian 13/07/12 19:59:33
Modified: libarchive-3.1.2-r1.ebuild ChangeLog
Log:
Don't request shared libraries on static-only systems such as FreeMiNT, bug #458500
(Portage version: 2.2.01.22124-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path
1.13 app-arch/libarchive/libarchive-3.1.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libarchive/libarchive-3.1.2-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libarchive/libarchive-3.1.2-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libarchive/libarchive-3.1.2-r1.ebuild?r1=1.12&r2=1.13
Index: libarchive-3.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-3.1.2-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libarchive-3.1.2-r1.ebuild 5 Apr 2013 18:11:17 -0000 1.12
+++ libarchive-3.1.2-r1.ebuild 12 Jul 2013 19:59:33 -0000 1.13
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-3.1.2-r1.ebuild,v 1.12 2013/04/05 18:11:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-3.1.2-r1.ebuild,v 1.13 2013/07/12 19:59:33 grobian Exp $
EAPI=5
-inherit eutils libtool multilib
+inherit eutils libtool multilib toolchain-funcs
DESCRIPTION="BSD tar command"
HOMEPAGE="http://www.libarchive.org/"
@@ -47,8 +47,8 @@
# and not liblzmadec with this version.
econf \
$(use_enable static-libs static) \
- --enable-bsdtar=shared \
- --enable-bsdcpio=shared \
+ --enable-bsdtar=$(tc-is-static-only && echo static || echo shared) \
+ --enable-bsdcpio=$(tc-is-static-only && echo static || echo shared) \
$(use_enable xattr) \
$(use_enable acl) \
$(use_with zlib) \
1.157 app-arch/libarchive/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libarchive/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libarchive/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libarchive/ChangeLog?r1=1.156&r2=1.157
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/libarchive/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog 16 Jun 2013 09:42:44 -0000 1.156
+++ ChangeLog 12 Jul 2013 19:59:33 -0000 1.157
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/libarchive
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/ChangeLog,v 1.156 2013/06/16 09:42:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/ChangeLog,v 1.157 2013/07/12 19:59:33 grobian Exp $
+
+ 12 Jul 2013; Fabian Groffen <grobian@gentoo.org> libarchive-3.1.2-r1.ebuild:
+ Don't request shared libraries on static-only systems such as FreeMiNT, bug
+ #458500
16 Jun 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due #122207
next reply other threads:[~2013-07-12 19:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-12 19:59 Fabian Groffen (grobian) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-06-10 0:24 [gentoo-commits] gentoo-x86 commit in app-arch/libarchive: libarchive-3.1.2-r1.ebuild ChangeLog Mike Frysinger (vapier)
2013-04-05 18:11 Agostino Sarubbo (ago)
2013-04-05 17:03 Agostino Sarubbo (ago)
2013-04-02 13:16 Agostino Sarubbo (ago)
2013-04-02 12:11 Agostino Sarubbo (ago)
2013-04-02 10:54 Agostino Sarubbo (ago)
2013-04-02 10:36 Agostino Sarubbo (ago)
2013-04-01 19:52 Agostino Sarubbo (ago)
2013-04-01 19:43 Agostino Sarubbo (ago)
2013-03-31 11:18 Agostino Sarubbo (ago)
2013-03-31 11:17 Agostino Sarubbo (ago)
2013-03-30 18:44 Jeroen Roovers (jer)
2013-03-30 15:19 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=20130712195933.56D4921710@flycatcher.gentoo.org \
--to=grobian@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