public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/kvirc: kvirc-4.2_pre5816.ebuild ChangeLog
Date: Sat,  4 Feb 2012 09:57:11 +0000 (UTC)	[thread overview]
Message-ID: <20120204095711.13F1F2004B@flycatcher.gentoo.org> (raw)

hwoarang    12/02/04 09:57:11

  Modified:             kvirc-4.2_pre5816.ebuild ChangeLog
  Log:
  Convert to EAPI4 so we can use REQUIRED_USE to force certain useflag combinations. Bug #327231
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-irc/kvirc/kvirc-4.2_pre5816.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?r1=1.3&r2=1.4

Index: kvirc-4.2_pre5816.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kvirc-4.2_pre5816.ebuild	19 Jun 2011 13:51:54 -0000	1.3
+++ kvirc-4.2_pre5816.ebuild	4 Feb 2012 09:57:10 -0000	1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild,v 1.3 2011/06/19 13:51:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild,v 1.4 2012/02/04 09:57:10 hwoarang Exp $
 
-EAPI="3"
+EAPI="4"
 PYTHON_DEPEND="python? 2"
 
 inherit cmake-utils multilib python
@@ -44,15 +44,9 @@
 
 DOCS="ChangeLog doc/FAQ"
 
-pkg_setup() {
-	if use audiofile && ! use oss; then
-		die "USE=\"audiofile\" requires USE=\"oss\""
-	fi
-
-	if use theora && ! use dcc_video; then
-		die "USE=\"theora\" requires USE=\"dcc_video\""
-	fi
+REQUIRED_USE="audiofile? ( oss ) theora? ( dcc_video )"
 
+pkg_setup() {
 	if use python; then
 		python_set_active_version 2
 		python_pkg_setup



1.139                net-irc/kvirc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?r1=1.138&r2=1.139

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog	18 Sep 2011 13:45:07 -0000	1.138
+++ ChangeLog	4 Feb 2012 09:57:10 -0000	1.139
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/kvirc
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v 1.138 2011/09/18 13:45:07 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v 1.139 2012/02/04 09:57:10 hwoarang Exp $
+
+  04 Feb 2012; Markos Chandras <hwoarang@gentoo.org> kvirc-4.2_pre5816.ebuild:
+  Convert to EAPI4 so we can use REQUIRED_USE to force certain useflag
+  combinations. Bug #327231
 
   18 Sep 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Add Arfrever as proxy maintainer with proxy-maintainers as herd.






             reply	other threads:[~2012-02-04  9:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-04  9:57 Markos Chandras (hwoarang) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-19 13:51 [gentoo-commits] gentoo-x86 commit in net-irc/kvirc: kvirc-4.2_pre5816.ebuild ChangeLog Markus Meier (maekke)
2011-06-08  9:33 Markos Chandras (hwoarang)
2011-05-03 18:22 Arfrever Frehtes Taifersar Arahesis (arfrever)

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=20120204095711.13F1F2004B@flycatcher.gentoo.org \
    --to=hwoarang@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