public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Auty" <ikelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ikelos:master commit in: app-forensics/libforensic1394/, app-forensics/libforensic1394/files/
Date: Mon,  1 Aug 2011 11:26:14 +0000 (UTC)	[thread overview]
Message-ID: <2011158249f11051047e270894089b028f2620c0.ikelos@gentoo> (raw)

commit:     2011158249f11051047e270894089b028f2620c0
Author:     Mike Auty <mike.auty <AT> gmail <DOT> com>
AuthorDate: Mon Aug  1 11:25:20 2011 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 11:25:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=20111582

Make libforensic1394 multilib-strict compatible.

---
 app-forensics/libforensic1394/Manifest             |    6 +++---
 .../libforensic1394/files/request-pipeline.patch   |    2 +-
 .../libforensic1394/libforensic1394-0.2.ebuild     |    8 +++++---
 .../libforensic1394/libforensic1394-9999.ebuild    |    2 ++
 4 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/app-forensics/libforensic1394/Manifest b/app-forensics/libforensic1394/Manifest
index 6f26418..bb227b8 100644
--- a/app-forensics/libforensic1394/Manifest
+++ b/app-forensics/libforensic1394/Manifest
@@ -1,4 +1,4 @@
-AUX request-pipeline.patch 392 RMD160 3218f6664c874bdbd67228e3e55ab3a518d1bbcb SHA1 c74abc7b0945c0c36cca5927a5cb89d4ae085836 SHA256 30ca6b557a9c222ba4ba22a707ecf18697bf6e125c2360609937cbb8e6b23434
+AUX request-pipeline.patch 392 RMD160 67b08da7d0955fded250b84818156d8179d94844 SHA1 2b09a9ce826b13c0a46a1df0a9a5365f0a9212da SHA256 d6744177fb0db01a86c5c7d29cf569ecb7075ec93db89c3228afb82a4867205e
 DIST libforensic1394-0.2.tar.gz 59223 RMD160 3e3c6ccc7e143ac0c9fbba63e1a7eb2933404b01 SHA1 179526652977c291303e4f7edc3c7ed487eb0eca SHA256 50a82fe2899aa901104055da2ac00b4c438cf1d0d991f5ec1215d4658414652e
-EBUILD libforensic1394-0.2.ebuild 903 RMD160 1f36a25a3a5f5f5c457176680489447a0ffa73ba SHA1 ca1db67d2562c97c6bb087638783104d410e81b2 SHA256 67ed11750ea27bcb5b5b34bd4f79002bc55169eed677f2a5612d8795f9b6ff0c
-EBUILD libforensic1394-9999.ebuild 907 RMD160 bb479c4484d91bf43575cd6586f9673c445d2611 SHA1 675cf8cfffc1f5040bf7bab280424b35a6aa83df SHA256 2f9262cee39638b26e7e163fe3b72ca7b34801c6c120d50410c04f32b660968b
+EBUILD libforensic1394-0.2.ebuild 989 RMD160 61c0fc3cc3d2b0d024fd53e41ce3b10b5a089dd4 SHA1 716fb308fdd1003c835f0790b9ad524bde957c5f SHA256 47d849f13127101e64e306b48935fc08803a6e5af701cb7253a05cb8886d9ade
+EBUILD libforensic1394-9999.ebuild 991 RMD160 9b142e27843ccbce076986301340c229eac2cd44 SHA1 c96e62945e878a19ba92d2e4545e51fc1f56bd18 SHA256 3a7d30c4e80ea7d5874254f529cd143d82f9b39941ad76fbf85f9e12009a8602

diff --git a/app-forensics/libforensic1394/files/request-pipeline.patch b/app-forensics/libforensic1394/files/request-pipeline.patch
index 07fa29c..9316a7c 100644
--- a/app-forensics/libforensic1394/files/request-pipeline.patch
+++ b/app-forensics/libforensic1394/files/request-pipeline.patch
@@ -7,7 +7,7 @@ index 03f014c..e7daf76 100644
   *  current kernels (at least up to 2.6.35) this is currently limited to 1.
   */
 -#define REQUEST_PIPELINE_SZ 1
-+#define REQUEST_PIPELINE_SZ 2
++#define REQUEST_PIPELINE_SZ 4
  
  struct _platform_bus
  {

diff --git a/app-forensics/libforensic1394/libforensic1394-0.2.ebuild b/app-forensics/libforensic1394/libforensic1394-0.2.ebuild
index 84206a5..7c0f48f 100644
--- a/app-forensics/libforensic1394/libforensic1394-0.2.ebuild
+++ b/app-forensics/libforensic1394/libforensic1394-0.2.ebuild
@@ -19,9 +19,11 @@ IUSE="python"
 DEPEND="python? ( dev-lang/python )"
 RDEPEND="${DEPEND}"
 
-#src_prepare() {
-#	epatch "${FILESDIR}/request-pipeline.patch"
-#}
+src_prepare() {
+	# epatch "${FILESDIR}/request-pipeline.patch"
+	sed -e "s#DESTINATION lib#DESTINATION $(get_libdir)#" \
+	    -i "${S}/CMakeLists.txt"
+}
 
 src_compile() {
 	cmake-utils_src_compile

diff --git a/app-forensics/libforensic1394/libforensic1394-9999.ebuild b/app-forensics/libforensic1394/libforensic1394-9999.ebuild
index e3c8f80..5891097 100644
--- a/app-forensics/libforensic1394/libforensic1394-9999.ebuild
+++ b/app-forensics/libforensic1394/libforensic1394-9999.ebuild
@@ -21,6 +21,8 @@ DEPEND="python? ( dev-lang/python )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+	sed -e "s#DESTINATION lib#DESTINATION $(get_libdir)#" \
+		-i "${S}/CMakeLists.txt"
 	epatch "${FILESDIR}/request-pipeline.patch"
 }
 



             reply	other threads:[~2011-08-01 11:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-01 11:26 Mike Auty [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-04-14 15:40 [gentoo-commits] dev/ikelos:master commit in: app-forensics/libforensic1394/, app-forensics/libforensic1394/files/ Mike Auty

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=2011158249f11051047e270894089b028f2620c0.ikelos@gentoo \
    --to=ikelos@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