summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Gotti <motaboy@gentoo.org>2005-01-22 13:37:39 +0000
committerSimone Gotti <motaboy@gentoo.org>2005-01-22 13:37:39 +0000
commit1e1e154f3b7dda739fb551903a5075342e1cca86 (patch)
treea522d36193e19d5d4553a0ebae2e31abdaa4590e /x11-themes/thinkeramik
parentFix total build breakage; inherit toolchain-funcs please... (diff)
downloadgentoo-2-1e1e154f3b7dda739fb551903a5075342e1cca86.tar.gz
gentoo-2-1e1e154f3b7dda739fb551903a5075342e1cca86.tar.bz2
gentoo-2-1e1e154f3b7dda739fb551903a5075342e1cca86.zip
Remove the call to configure as it's already done in the kde.eclass. Fixes bug #79071.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'x11-themes/thinkeramik')
-rw-r--r--x11-themes/thinkeramik/ChangeLog9
-rw-r--r--x11-themes/thinkeramik/thinkeramik-2.8.1.ebuild11
-rw-r--r--x11-themes/thinkeramik/thinkeramik-3.1.2.ebuild9
-rw-r--r--x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild10
4 files changed, 14 insertions, 25 deletions
diff --git a/x11-themes/thinkeramik/ChangeLog b/x11-themes/thinkeramik/ChangeLog
index 7beb7077ca37..d94613ee8b18 100644
--- a/x11-themes/thinkeramik/ChangeLog
+++ b/x11-themes/thinkeramik/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/thinkeramik
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/thinkeramik/ChangeLog,v 1.23 2005/01/01 02:52:19 weeve Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/thinkeramik/ChangeLog,v 1.24 2005/01/22 13:37:39 motaboy Exp $
+
+ 22 Jan 2005; Simone Gotti <motaboy@gentoo.org> thinkeramik-2.8.1.ebuild,
+ thinkeramik-3.1.2.ebuild, thinkeramik-3.2.1.ebuild:
+ Remove the call to configure as it's already done in the kde.eclass. Fixes
+ bug #79071.
31 Dec 2004; Jason Wever <weeve@gentoo.org> thinkeramik-3.2.1.ebuild:
Added ~sparc keyword.
diff --git a/x11-themes/thinkeramik/thinkeramik-2.8.1.ebuild b/x11-themes/thinkeramik/thinkeramik-2.8.1.ebuild
index 4e6a759f7687..a6d930e4a685 100644
--- a/x11-themes/thinkeramik/thinkeramik-2.8.1.ebuild
+++ b/x11-themes/thinkeramik/thinkeramik-2.8.1.ebuild
@@ -1,24 +1,19 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/thinkeramik/thinkeramik-2.8.1.ebuild,v 1.7 2004/08/14 13:57:01 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/thinkeramik/thinkeramik-2.8.1.ebuild,v 1.8 2005/01/22 13:37:39 motaboy Exp $
inherit kde
-need-kde 3.1
DESCRIPTION="A cool kde style modified from keramik"
SRC_URI="http://kde-look.org/content/files/6986-${P}.tar.bz2"
HOMEPAGE="http://kde-look.org/content/show.php?content=6986"
LICENSE="GPL-2"
-SLOT="0"
+
KEYWORDS="x86 ~amd64 ppc"
IUSE=""
SLOT="0"
-src_compile()
-{
- ./configure --prefix=$KDEDIR
- emake
-}
+need-kde 3.1
diff --git a/x11-themes/thinkeramik/thinkeramik-3.1.2.ebuild b/x11-themes/thinkeramik/thinkeramik-3.1.2.ebuild
index a46f93e8b999..73f87ce473f5 100644
--- a/x11-themes/thinkeramik/thinkeramik-3.1.2.ebuild
+++ b/x11-themes/thinkeramik/thinkeramik-3.1.2.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/thinkeramik/thinkeramik-3.1.2.ebuild,v 1.5 2004/06/24 23:38:04 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/thinkeramik/thinkeramik-3.1.2.ebuild,v 1.6 2005/01/22 13:37:39 motaboy Exp $
inherit kde
-need-kde 3.2
DESCRIPTION="A cool kde style modified from keramik"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=10919"
@@ -14,9 +13,5 @@ LICENSE="GPL-2"
KEYWORDS="x86 ppc ~amd64"
IUSE=""
-src_compile()
-{
- ./configure --prefix=$KDEDIR
- emake
-}
+need-kde 3.2
diff --git a/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild b/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild
index be29ea052f17..105643228002 100644
--- a/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild
+++ b/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild,v 1.8 2005/01/01 02:52:19 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild,v 1.9 2005/01/22 13:37:39 motaboy Exp $
inherit kde
-need-kde 3.2
DESCRIPTION="A cool kde style modified from keramik"
SRC_URI="http://prefsx1.hp.infoseek.co.jp/tk040429/${P}.tar.gz"
@@ -16,9 +15,4 @@ IUSE=""
KEYWORDS="x86 ppc ~amd64 ~sparc"
-src_compile()
-{
- ./configure --prefix=$KDEDIR
- emake
-}
-
+need-kde 3.2