summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIoannis Aslanidis <deathwing00@gentoo.org>2006-10-10 09:09:33 +0000
committerIoannis Aslanidis <deathwing00@gentoo.org>2006-10-10 09:09:33 +0000
commit48c13e42027a3b3f54c6dffb0d76a6624ddd4db9 (patch)
treefbf7e15d048fc713a68679658666b6253e643b02 /x11-themes
parentFixed bug #150626. (diff)
downloadgentoo-2-48c13e42027a3b3f54c6dffb0d76a6624ddd4db9.tar.gz
gentoo-2-48c13e42027a3b3f54c6dffb0d76a6624ddd4db9.tar.bz2
gentoo-2-48c13e42027a3b3f54c6dffb0d76a6624ddd4db9.zip
Fixes bug #150617.
(Portage version: 2.1.1)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/reinhardtstyle/ChangeLog10
-rw-r--r--x11-themes/reinhardtstyle/files/digest-reinhardtstyle-0.8.25
-rw-r--r--x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild30
3 files changed, 38 insertions, 7 deletions
diff --git a/x11-themes/reinhardtstyle/ChangeLog b/x11-themes/reinhardtstyle/ChangeLog
index a2e551dfc905..ba5a1766daf2 100644
--- a/x11-themes/reinhardtstyle/ChangeLog
+++ b/x11-themes/reinhardtstyle/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/reinhardtstyle
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/reinhardtstyle/ChangeLog,v 1.6 2005/08/03 18:25:18 gustavoz Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/reinhardtstyle/ChangeLog,v 1.7 2006/10/10 09:09:33 deathwing00 Exp $
+
+ 10 Oct 2006; Ioannis Aslanidis <deathwing00@gentoo.org>
+ reinhardtstyle-0.8.2.ebuild:
+ Forcing automake 1.6 and autoconf 2.1. Using updated admin dir. Removed
+ unnecessary arts imports. Fixes bug #150617. Thanks to Patrick Lauer for
+ reporting it.
03 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org>
reinhardtstyle-0.8.2.ebuild:
diff --git a/x11-themes/reinhardtstyle/files/digest-reinhardtstyle-0.8.2 b/x11-themes/reinhardtstyle/files/digest-reinhardtstyle-0.8.2
index 52800ef99006..8f1eaa99efbf 100644
--- a/x11-themes/reinhardtstyle/files/digest-reinhardtstyle-0.8.2
+++ b/x11-themes/reinhardtstyle/files/digest-reinhardtstyle-0.8.2
@@ -1 +1,6 @@
MD5 12e6b54bf5463c12550274e866756272 5962-reinhardtstyle-0.8.2.tar.bz2 404017
+RMD160 def60e43d41b4e5b45d7ff2ba36897f3ec2d3705 5962-reinhardtstyle-0.8.2.tar.bz2 404017
+SHA256 b9255d5d4dd2e22a7f2d37677c756b280f08c154bf313c36f27e303d2b09e451 5962-reinhardtstyle-0.8.2.tar.bz2 404017
+MD5 122f8bcc6b7eb5805df46461ed48bf2c kde-admindir-3.5.3.tar.bz2 187248
+RMD160 81eedc1b81f2cee6709b7c8ad08859024da090f6 kde-admindir-3.5.3.tar.bz2 187248
+SHA256 0cd8bf32dad0affa56edf5723747275be2b1e0702abefc28ded8763ad58fe07b kde-admindir-3.5.3.tar.bz2 187248
diff --git a/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild b/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild
index ebedb38c66f6..67757420f3e8 100644
--- a/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild
+++ b/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild
@@ -1,19 +1,39 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild,v 1.4 2005/08/03 18:25:18 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild,v 1.5 2006/10/10 09:09:33 deathwing00 Exp $
inherit kde
-need-kde 3.2
# kde-look.org prefixes filenames
MY_PN="5962-reinhardtstyle"
MY_P="${MY_PN}-${PV}"
+WANT_AUTOMAKE="1.6"
+WANT_AUTOCONF="2.1"
+
DESCRIPTION="Minimalistic KDE style heavily based on clee's dotNET"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=5962"
-SRC_URI="http://www.kde-look.org/content/files/${MY_P}.tar.bz2"
+SRC_URI="http://www.kde-look.org/content/files/${MY_P}.tar.bz2
+ mirror://gentoo/kde-admindir-3.5.3.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc sparc"
IUSE=""
+
+KEYWORDS="x86 ~ppc sparc"
+
+ARTS_REQUIRED="never"
+
+DEPEND="|| ( kde-base/kwin kde-base/kdebase )"
+
+RDEPEND="${DEPEND}"
+
+need-kde 3.2
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ rm -rf "${S}/admin" "${S}/configure"
+ ln -s "${WORKDIR}/admin" "${S}/admin"
+}
+