public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Chatzimichos (tampakrap)" <tampakrap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/smplayer: ChangeLog smplayer-0.6.8.ebuild
Date: Thu, 13 Aug 2009 18:15:40 +0000	[thread overview]
Message-ID: <E1Mbepw-0000Bi-5u@stork.gentoo.org> (raw)

tampakrap    09/08/13 18:15:40

  Modified:             ChangeLog smplayer-0.6.8.ebuild
  Log:
  Add patch to force Ctrl+Q as default quit shortcut, by George Kargiotakis
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.73                 media-video/smplayer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/smplayer/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	26 Jul 2009 13:14:37 -0000	1.72
+++ ChangeLog	13 Aug 2009 18:15:40 -0000	1.73
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/smplayer
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.72 2009/07/26 13:14:37 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.73 2009/08/13 18:15:40 tampakrap Exp $
+
+  13 Aug 2009; Theo Chatzimichos <tampakrap@gentoo.org>
+  smplayer-0.6.8.ebuild, +files/smplayer-0.6.8-quit.patch:
+  Add patch to force Ctrl+Q as default quit shortcut, by George Kargiotakis
 
 *smplayer-0.6.8 (26 Jul 2009)
 



1.2                  media-video/smplayer/smplayer-0.6.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/smplayer/smplayer-0.6.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/smplayer/smplayer-0.6.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/smplayer/smplayer-0.6.8.ebuild?r1=1.1&r2=1.2

Index: smplayer-0.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-0.6.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smplayer-0.6.8.ebuild	26 Jul 2009 13:14:37 -0000	1.1
+++ smplayer-0.6.8.ebuild	13 Aug 2009 18:15:40 -0000	1.2
@@ -1,8 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-0.6.8.ebuild,v 1.1 2009/07/26 13:14:37 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-0.6.8.ebuild,v 1.2 2009/08/13 18:15:40 tampakrap Exp $
+
+EAPI="2"
 
-EAPI=2
 inherit eutils qt4
 
 MY_PV=${PV##*_p}
@@ -40,6 +41,9 @@
 done
 
 src_prepare() {
+	# Force Ctrl+Q as default quit shortcut
+	epatch "${FILESDIR}/${P}-quit.patch"
+
 	# Upstream Makefile sucks
 	sed -i -e "/^PREFIX=/s:/usr/local:/usr:" \
 		-e "/^DOC_PATH=/s:packages/smplayer:${PF}:" \






             reply	other threads:[~2009-08-13 18:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-13 18:15 Theo Chatzimichos (tampakrap) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-21 22:44 [gentoo-commits] gentoo-x86 commit in media-video/smplayer: ChangeLog smplayer-0.6.8.ebuild Ben de Groot (yngwin)
2009-10-26 19:34 Samuli Suominen (ssuominen)
2009-11-23 14:34 Markus Meier (maekke)
2009-11-24 20:27 Tobias Klausmann (klausman)
2009-12-08  2:45 Jeroen Roovers (jer)
2009-12-26 19:47 Raul Porcel (armin76)
2010-01-02 15:14 Brent Baude (ranger)
2010-01-05 19:36 Gysbert Wassenaar (nixnut)
2012-03-03 14:19 Davide Pesavento (pesa)

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=E1Mbepw-0000Bi-5u@stork.gentoo.org \
    --to=tampakrap@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