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-gfx/wally: ChangeLog wally-2.4.1.ebuild wally-2.3.2.ebuild wally-2.4.ebuild
Date: Wed,  2 Feb 2011 11:31:18 +0000 (UTC)	[thread overview]
Message-ID: <20110202113119.0DDA320054@flycatcher.gentoo.org> (raw)

tampakrap    11/02/02 11:31:18

  Modified:             ChangeLog wally-2.4.1.ebuild wally-2.3.2.ebuild
  Removed:              wally-2.4.ebuild
  Log:
  EAPI3, slotmove to 4, use array for makeargs, remove old
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 media-gfx/wally/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/wally/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/wally/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/wally/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	18 Jan 2011 13:54:50 -0000	1.31
+++ ChangeLog	2 Feb 2011 11:31:18 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/wally
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.31 2011/01/18 13:54:50 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.32 2011/02/02 11:31:18 tampakrap Exp $
+
+  02 Feb 2011; Theo Chatzimichos <tampakrap@gentoo.org> wally-2.3.2.ebuild,
+  -wally-2.4.ebuild, wally-2.4.1.ebuild:
+  EAPI3, slotmove to 4, use array for makeargs, remove old
 
   18 Jan 2011; Markos Chandras <hwoarang@gentoo.org> wally-2.4.1.ebuild:
   Adjust kdelibs dependency



1.3                  media-gfx/wally/wally-2.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/wally/wally-2.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/wally/wally-2.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/wally/wally-2.4.1.ebuild?r1=1.2&r2=1.3

Index: wally-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wally-2.4.1.ebuild	18 Jan 2011 13:54:50 -0000	1.2
+++ wally-2.4.1.ebuild	2 Feb 2011 11:31:18 -0000	1.3
@@ -1,23 +1,25 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.4.1.ebuild,v 1.2 2011/01/18 13:54:50 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.4.1.ebuild,v 1.3 2011/02/02 11:31:18 tampakrap Exp $
 
-EAPI="2"
+EAPI=3
 KDE_REQUIRED="optional"
-inherit cmake-utils kde4-base
+inherit kde4-base
 
-DESCRIPTION="A Qt4 wallpaper changer"
+DESCRIPTION="A Qt4/KDE4 wallpaper changer"
 HOMEPAGE="http://www.becrux.com/index.php?page=projects&name=wally"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
-SLOT="0"
+SLOT="4"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug"
+IUSE="debug kde"
 
-DEPEND="media-libs/libexif
+DEPEND="
+	media-libs/libexif
 	x11-libs/qt-svg:4
-	kde? (	>=kde-base/kdelibs-4.5.5 )"
+	kde? ( $(add_kdebase_dep kdelibs) )
+"
 RDEPEND="${DEPEND}"
 
 PATCHES=(
@@ -30,7 +32,9 @@
 }
 
 src_configure() {
-	mycmakeargs="${mycmakeargs} -DSTATIC=FALSE"
+	mycmakeargs=(
+		-DSTATIC=FALSE
+	)
 	cmake-utils_src_configure
 }
 



1.7                  media-gfx/wally/wally-2.3.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/wally/wally-2.3.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/wally/wally-2.3.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/wally/wally-2.3.2.ebuild?r1=1.6&r2=1.7

Index: wally-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.3.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wally-2.3.2.ebuild	14 Jul 2010 13:29:33 -0000	1.6
+++ wally-2.3.2.ebuild	2 Feb 2011 11:31:18 -0000	1.7
@@ -1,23 +1,25 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.3.2.ebuild,v 1.6 2010/07/14 13:29:33 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.3.2.ebuild,v 1.7 2011/02/02 11:31:18 tampakrap Exp $
 
-EAPI="2"
+EAPI=3
 KDE_REQUIRED="optional"
-inherit cmake-utils kde4-base
+inherit kde4-base
 
-DESCRIPTION="A Qt4 wallpaper changer"
+DESCRIPTION="A Qt4/KDE4 wallpaper changer"
 HOMEPAGE="http://www.becrux.com/index.php?page=projects&name=wally"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
-SLOT="0"
+SLOT="4"
 KEYWORDS="amd64 x86"
-IUSE="debug"
+IUSE="debug kde"
 
-DEPEND="media-libs/libexif
+DEPEND="
+	media-libs/libexif
 	x11-libs/qt-svg:4
-	kde? (	>=kde-base/kdelibs-4.2.0 )"
+	kde? ( $(add_kdebase_dep kdelibs) )
+"
 RDEPEND="${DEPEND}"
 
 PATCHES=(
@@ -31,7 +33,9 @@
 }
 
 src_configure() {
-	mycmakeargs="${mycmakeargs} -DSTATIC=FALSE"
+	mycmakeargs=(
+		-DSTATIC=FALSE
+	)
 	cmake-utils_src_configure
 }
 






                 reply	other threads:[~2011-02-02 11:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20110202113119.0DDA320054@flycatcher.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