public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: media-video/stk11xx/files/, media-video/stk11xx/
Date: Thu, 24 Mar 2011 20:13:37 +0000 (UTC)	[thread overview]
Message-ID: <f23e033a6699b5796ea11688115e76765a966441.mgorny@gentoo> (raw)

commit:     f23e033a6699b5796ea11688115e76765a966441
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 20:13:35 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 20:13:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=f23e033a

media-video/stk11xx: The 2.6.37 kernel patch has been applied upstream.

(Portage version: 2.2.0_alpha28_p7/git/Linux x86_64, signed Manifest commit with key 05DE07BB)

---
 media-video/stk11xx/Manifest                   |    9 ++++-----
 media-video/stk11xx/files/stk11xx-2.6.37.patch |   16 ----------------
 media-video/stk11xx/stk11xx-9999.ebuild        |    4 ----
 3 files changed, 4 insertions(+), 25 deletions(-)

diff --git a/media-video/stk11xx/Manifest b/media-video/stk11xx/Manifest
index 6061735..9874a77 100644
--- a/media-video/stk11xx/Manifest
+++ b/media-video/stk11xx/Manifest
@@ -1,13 +1,12 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-AUX stk11xx-2.6.37.patch 441 RMD160 65e53a75130414ebb1428e9ba9bb10ce15c618ad SHA1 e4dcdb2a68eff161fe9720acbbbe60e29631f06e SHA256 18b3d8156e5c913dea3505106d4be28e9d78171ebe1bb16be4f2d91bc6d0a7ae
-EBUILD stk11xx-9999.ebuild 836 RMD160 bfa47c4f0876bc4580f44e1ff91d8f51cee8d9ba SHA1 731fa5ba17e91111dc4d6da988f61804413db36c SHA256 454f03e4e3938e32e252258c35f1f8efe699e191377f1d717b86c1f95c05ae5a
+EBUILD stk11xx-9999.ebuild 690 RMD160 7bac8cdfb51f1d4a318f6023d6e71fde4a28aff2 SHA1 95bdefd706e8b661bc467a56ca8696d0600c832b SHA256 dc85e3a68708cba3a9fa3f3221bb38bf071fd5464ecd7d690dddf4a1b1486ebb
 MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640acbe75500ca6067b5f565223f62fbd525bda216b972
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iEYEARECAAYFAk1MjusACgkQnGSe5QXeB7uN+gCfcFpAfyHf5wcAFwBLy/omAPPP
-J7QAoJf+s7xXjKaG/CC6dWC18pipRmuq
-=2MCw
+iEYEARECAAYFAk2Lpe4ACgkQnGSe5QXeB7ub/QCg0B8fH31fT0LfCKZl8jat9PV8
+z6QAnj85DmN+3oRvVle6EUYn3YurLf4H
+=hq1O
 -----END PGP SIGNATURE-----

diff --git a/media-video/stk11xx/files/stk11xx-2.6.37.patch b/media-video/stk11xx/files/stk11xx-2.6.37.patch
deleted file mode 100644
index d7a8bac..0000000
--- a/media-video/stk11xx/files/stk11xx-2.6.37.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -ruN driver.org//stk11xx-usb.c driver/stk11xx-usb.c
---- driver.org//stk11xx-usb.c	2011-01-06 21:51:53.674999852 +0200
-+++ driver/stk11xx-usb.c	2011-01-06 21:56:44.418999851 +0200
-@@ -844,7 +844,12 @@
- 	}
- 
- 	// Init mutexes, spinlock, etc.
-+
-+#ifndef init_MUTEX
-+	sema_init(&dev->mutex,1);
-+#else
- 	init_MUTEX(&dev->mutex);
-+#endif
- 	mutex_init(&dev->modlock);
- 	spin_lock_init(&dev->spinlock);
- 	init_waitqueue_head(&dev->wait_frame);

diff --git a/media-video/stk11xx/stk11xx-9999.ebuild b/media-video/stk11xx/stk11xx-9999.ebuild
index 3d79fcf..bf8bb20 100644
--- a/media-video/stk11xx/stk11xx-9999.ebuild
+++ b/media-video/stk11xx/stk11xx-9999.ebuild
@@ -25,10 +25,6 @@ pkg_setup() {
 	BUILD_TARGETS="${PN}.ko"
 	BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}"
 
-	PATCHES=(
-		# http://sourceforge.net/tracker/index.php?func=detail&aid=3152597&group_id=178178&atid=884193
-		"${FILESDIR}"/${PN}-2.6.37.patch
-	)
 	MODULESD_STK11XX_DOCS=( README )
 }
 



             reply	other threads:[~2011-03-24 20:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-24 20:13 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-02-04 23:43 [gentoo-commits] dev/mgorny:master commit in: media-video/stk11xx/files/, media-video/stk11xx/ Michał Górny

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=f23e033a6699b5796ea11688115e76765a966441.mgorny@gentoo \
    --to=mgorny@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