From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: media-libs/avbin-bin/
Date: Wed, 29 Jul 2015 07:54:28 +0000 (UTC) [thread overview]
Message-ID: <1433860360.f1268f6bdecab4927acd96c54af265e3854e5b08.jlec@gentoo> (raw)
commit: f1268f6bdecab4927acd96c54af265e3854e5b08
Author: Alexander Presnyakov <flagist0 <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 14:32:40 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jun 9 14:32:40 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f1268f6b
neuro/sci: media-libs/avbin-bin build fixed -- package S (source directory) depends on architecture
Package-Manager: portage-2.2.14
media-libs/avbin-bin/ChangeLog | 7 +++++--
media-libs/avbin-bin/avbin-bin-7.ebuild | 14 +++++++-------
2 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/media-libs/avbin-bin/ChangeLog b/media-libs/avbin-bin/ChangeLog
index 21b9a3c..761bf88 100644
--- a/media-libs/avbin-bin/ChangeLog
+++ b/media-libs/avbin-bin/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for media-libs/avbin-bin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 09 Jun 2015; Alexander Presnyakov <flagist0@gmail.com> avbin-bin-7.ebuild:
+ neuro/sci: media-libs/avbin-bin build fixed -- package S (source directory)
+ depends on architecture
+
10 Nov 2014; Justin Lecher <jlec@gentoo.org> avbin-bin-7.ebuild,
metadata.xml:
Bump EAPI
@@ -24,4 +28,3 @@
29 May 2008; Andrey Grozin <grozin@gentoo.org>
+metadata.xml, +avbin-bin-3.ebuild:
Initial import, thanks to Thomas Pani, bug #207125
-
diff --git a/media-libs/avbin-bin/avbin-bin-7.ebuild b/media-libs/avbin-bin/avbin-bin-7.ebuild
index 7a63467..db4bcf7 100644
--- a/media-libs/avbin-bin/avbin-bin-7.ebuild
+++ b/media-libs/avbin-bin/avbin-bin-7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -15,13 +15,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 -*"
IUSE=""
-src_install() {
- if use amd64; then
- cd "${WORKDIR}"/avbin-linux-x86-64-${PV} || die
- elif use x86; then
- cd "${WORKDIR}"/avbin-linux-x86-32-${PV} || die
- fi
+if use amd64; then
+ S="${WORKDIR}"/avbin-linux-x86-64-${PV}
+elif use x86; then
+ S="${WORKDIR}"/avbin-linux-x86-32-${PV}
+fi
+src_install() {
ln -s libavbin.so.${PV} libavbin.so || die
dolib libavbin.so*
}
next reply other threads:[~2015-07-29 7:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-29 7:54 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-27 10:25 [gentoo-commits] proj/sci:master commit in: media-libs/avbin-bin/ Horea Christian
2019-03-28 22:06 Martin Mokrejs
2018-10-27 12:19 Justin Lecher
2016-09-06 0:18 Christoph Junghans
2015-07-29 7:54 Justin Lecher
2014-11-10 15:14 Justin Lecher
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=1433860360.f1268f6bdecab4927acd96c54af265e3854e5b08.jlec@gentoo \
--to=jlec@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