public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde-sunset:master commit in: x11-themes/qtcurve/
Date: Wed,  6 Nov 2013 21:59:22 +0000 (UTC)	[thread overview]
Message-ID: <1383775135.65aa3960aa7c5c74e0c8c5cd12ce4f52955f4628.polynomial-c@gentoo> (raw)

commit:     65aa3960aa7c5c74e0c8c5cd12ce4f52955f4628
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  6 21:58:55 2013 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Nov  6 21:58:55 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=commit;h=65aa3960

Removed all but latest stable ebuild. Added latest upstream KDE3 version. Bumped ebuilds to EAPI-5.

---
 x11-themes/qtcurve/ChangeLog                       |  8 +++++
 x11-themes/qtcurve/qtcurve-0.59.2.ebuild           | 36 ----------------------
 x11-themes/qtcurve/qtcurve-0.59.5.ebuild           | 36 ----------------------
 x11-themes/qtcurve/qtcurve-0.65.2.ebuild           | 35 ---------------------
 x11-themes/qtcurve/qtcurve-0.69.1.ebuild           |  2 +-
 ...{qtcurve-0.68.1.ebuild => qtcurve-1.8.5.ebuild} | 16 +++++++---
 6 files changed, 21 insertions(+), 112 deletions(-)

diff --git a/x11-themes/qtcurve/ChangeLog b/x11-themes/qtcurve/ChangeLog
index d985100..65fe9dd 100644
--- a/x11-themes/qtcurve/ChangeLog
+++ b/x11-themes/qtcurve/ChangeLog
@@ -2,6 +2,14 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.74 2009/11/08 19:31:13 nixnut Exp $
 
+*qtcurve-1.8.5 (06 Nov 2013)
+
+  06 Nov 2013; Lars Wendler <polynomial-c@gentoo.org> -qtcurve-0.59.2.ebuild,
+  -qtcurve-0.59.5.ebuild, -qtcurve-0.65.2.ebuild, -qtcurve-0.68.1.ebuild,
+  qtcurve-0.69.1.ebuild, +qtcurve-1.8.5.ebuild:
+  Removed all but latest stable ebuild. Added latest upstream KDE3 version.
+  Bumped ebuilds to EAPI-5.
+
   21 Mar 2013; Lars Wendler <polynomial-c@gentoo.org> qtcurve-0.59.2.ebuild,
   qtcurve-0.59.5.ebuild, qtcurve-0.65.2.ebuild, qtcurve-0.68.1.ebuild,
   qtcurve-0.69.1.ebuild:

diff --git a/x11-themes/qtcurve/qtcurve-0.59.2.ebuild b/x11-themes/qtcurve/qtcurve-0.59.2.ebuild
deleted file mode 100644
index c4f36a1..0000000
--- a/x11-themes/qtcurve/qtcurve-0.59.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.59.2.ebuild,v 1.8 2008/07/28 21:49:48 carlo Exp $
-
-EAPI=1
-
-# Order is important, so we get src_compile from cmake-utils.
-inherit kde-functions qt3 cmake-utils
-
-MY_P=${P/qtcurve/QtCurve-KDE3}
-
-DESCRIPTION="A set of widget styles for KDE3 based apps, also available for GTK2 and Qt4"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="dev-qt/qt-meta:3"
-DEPEND="${RDEPEND}
-	>=dev-util/cmake-2.4"
-
-need-kde 3.5
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-pkg_postinst() {
-	buildsycoca
-}
-
-pkg_postrm() {
-	buildsycoca
-}

diff --git a/x11-themes/qtcurve/qtcurve-0.59.5.ebuild b/x11-themes/qtcurve/qtcurve-0.59.5.ebuild
deleted file mode 100644
index d9730fd..0000000
--- a/x11-themes/qtcurve/qtcurve-0.59.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.59.5.ebuild,v 1.7 2008/11/08 13:20:07 nixnut Exp $
-
-EAPI=1
-
-# Order is important, so we get src_compile from cmake-utils.
-inherit kde-functions qt3 cmake-utils
-
-MY_P=${P/qtcurve/QtCurve-KDE3}
-
-DESCRIPTION="A set of widget styles for KDE3 based apps, also available for GTK2 and Qt4"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="dev-qt/qt-meta:3"
-DEPEND="${RDEPEND}
-	>=dev-util/cmake-2.4"
-
-need-kde 3.5
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-pkg_postinst() {
-	buildsycoca
-}
-
-pkg_postrm() {
-	buildsycoca
-}

diff --git a/x11-themes/qtcurve/qtcurve-0.65.2.ebuild b/x11-themes/qtcurve/qtcurve-0.65.2.ebuild
deleted file mode 100644
index 5e1c7e7..0000000
--- a/x11-themes/qtcurve/qtcurve-0.65.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.65.2.ebuild,v 1.5 2009/10/21 17:15:32 jer Exp $
-
-EAPI=1
-
-# Order is important, so we get src_compile from cmake-utils.
-inherit kde-functions qt3 cmake-utils
-
-MY_P=${P/qtcurve/QtCurve-KDE3}
-
-DESCRIPTION="A set of widget styles for KDE3 based apps, also available for GTK2 and Qt4"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="dev-qt/qt-meta:3"
-DEPEND="${RDEPEND}"
-
-need-kde 3.5
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-pkg_postinst() {
-	buildsycoca
-}
-
-pkg_postrm() {
-	buildsycoca
-}

diff --git a/x11-themes/qtcurve/qtcurve-0.69.1.ebuild b/x11-themes/qtcurve/qtcurve-0.69.1.ebuild
index 820419a..b3ca879 100644
--- a/x11-themes/qtcurve/qtcurve-0.69.1.ebuild
+++ b/x11-themes/qtcurve/qtcurve-0.69.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.69.1.ebuild,v 1.4 2009/11/08 19:31:13 nixnut Exp $
 
-EAPI=1
+EAPI=5
 
 # Order is important, so we get src_compile from cmake-utils.
 inherit kde-functions qt3 cmake-utils

diff --git a/x11-themes/qtcurve/qtcurve-0.68.1.ebuild b/x11-themes/qtcurve/qtcurve-1.8.5.ebuild
similarity index 73%
rename from x11-themes/qtcurve/qtcurve-0.68.1.ebuild
rename to x11-themes/qtcurve/qtcurve-1.8.5.ebuild
index 34986d6..e37840b 100644
--- a/x11-themes/qtcurve/qtcurve-0.68.1.ebuild
+++ b/x11-themes/qtcurve/qtcurve-1.8.5.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.68.1.ebuild,v 1.1 2009/09/17 18:55:13 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.69.1.ebuild,v 1.4 2009/11/08 19:31:13 nixnut Exp $
 
-EAPI=1
+EAPI=5
 
 # Order is important, so we get src_compile from cmake-utils.
 inherit kde-functions qt3 cmake-utils
@@ -11,10 +11,10 @@ MY_P=${P/qtcurve/QtCurve-KDE3}
 
 DESCRIPTION="A set of widget styles for KDE3 based apps, also available for GTK2 and Qt4"
 HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
+SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
-SLOT="0"
+SLOT="3.5"
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
@@ -26,6 +26,14 @@ need-kde 3.5
 S=${WORKDIR}/${MY_P}
 DOCS="ChangeLog README TODO"
 
+src_configure() {
+	local mycmakeargs
+	mycmakeargs=(
+		-DQT_PLUGINS_DIR=/usr/qt/3/plugins
+	)
+	cmake-utils_src_configure
+}
+
 pkg_postinst() {
 	buildsycoca
 }


             reply	other threads:[~2013-11-06 21:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-06 21:59 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-08-24  0:53 [gentoo-commits] proj/kde-sunset:master commit in: x11-themes/qtcurve/ Andreas Sturmlechner
2020-08-24  0:53 Andreas Sturmlechner

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=1383775135.65aa3960aa7c5c74e0c8c5cd12ce4f52955f4628.polynomial-c@gentoo \
    --to=polynomial-c@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