summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-14 11:31:11 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-14 11:31:11 +0000
commited71b5287fcda433c9a29a8ca7cc9be951f85269 (patch)
tree592856d5e79f2ab9ed7cb7e9b3b8cc79dda569a8 /x11-themes/reinhardtstyle
parentFix jpeg library mismatch and demo Makefile. Bug #148593 (diff)
downloadgentoo-2-ed71b5287fcda433c9a29a8ca7cc9be951f85269.tar.gz
gentoo-2-ed71b5287fcda433c9a29a8ca7cc9be951f85269.tar.bz2
gentoo-2-ed71b5287fcda433c9a29a8ca7cc9be951f85269.zip
Use kde.eclass admindir updating.
(Portage version: 2.1.2_pre3)
Diffstat (limited to 'x11-themes/reinhardtstyle')
-rw-r--r--x11-themes/reinhardtstyle/ChangeLog6
-rw-r--r--x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild13
2 files changed, 6 insertions, 13 deletions
diff --git a/x11-themes/reinhardtstyle/ChangeLog b/x11-themes/reinhardtstyle/ChangeLog
index ba5a1766daf2..be302a461c97 100644
--- a/x11-themes/reinhardtstyle/ChangeLog
+++ b/x11-themes/reinhardtstyle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/reinhardtstyle
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/reinhardtstyle/ChangeLog,v 1.8 2006/10/14 11:31:11 flameeyes Exp $
+
+ 14 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
+ reinhardtstyle-0.8.2.ebuild:
+ Use kde.eclass admindir updating.
10 Oct 2006; Ioannis Aslanidis <deathwing00@gentoo.org>
reinhardtstyle-0.8.2.ebuild:
diff --git a/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild b/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild
index 67757420f3e8..686a7b480259 100644
--- a/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild
+++ b/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild
@@ -1,6 +1,6 @@
# 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.5 2006/10/10 09:09:33 deathwing00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild,v 1.6 2006/10/14 11:31:11 flameeyes Exp $
inherit kde
@@ -8,9 +8,6 @@ inherit kde
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
@@ -29,11 +26,3 @@ 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"
-}
-