diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 10:31:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 10:31:00 +0000 |
commit | f6377aa84244982eeeffb2ffd0691c70a8e120e3 (patch) | |
tree | 55595a3531395990a44c58fa44fd6b8da76c0e61 /x11-themes/alloy | |
parent | Marking stable on mips to remove a repoman dep. (diff) | |
download | historical-f6377aa84244982eeeffb2ffd0691c70a8e120e3.tar.gz historical-f6377aa84244982eeeffb2ffd0691c70a8e120e3.tar.bz2 historical-f6377aa84244982eeeffb2ffd0691c70a8e120e3.zip |
don't assign default to S
Diffstat (limited to 'x11-themes/alloy')
-rw-r--r-- | x11-themes/alloy/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/alloy/alloy-0.3.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-themes/alloy/ChangeLog b/x11-themes/alloy/ChangeLog index 1f1c10562eee..ed65cfb70194 100644 --- a/x11-themes/alloy/ChangeLog +++ b/x11-themes/alloy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/alloy # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.3 2004/02/27 15:55:06 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.4 2004/03/30 10:31:00 mr_bones_ Exp $ + + 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> alloy-0.3.ebuild: + don't assign default to S *alloy-0.5 (27 Feb 2004) diff --git a/x11-themes/alloy/alloy-0.3.ebuild b/x11-themes/alloy/alloy-0.3.ebuild index c91bc4dbfadb..8d7ef1120b35 100644 --- a/x11-themes/alloy/alloy-0.3.ebuild +++ b/x11-themes/alloy/alloy-0.3.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.3.ebuild,v 1.4 2004/03/03 16:33:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.3.ebuild,v 1.5 2004/03/30 10:31:00 mr_bones_ Exp $ inherit kde-base need-kde 3.1 -S=${WORKDIR}/${P} DESCRIPTION="A neat KDE 3.1 style based on the Java Alloy Look&Feel from Incors (http://www.incors.com)." HOMEPAGE="http://www.kdelook.org/content/show.php?content=6304" SRC_URI="http://www.kdelook.org/content/files/6304-${P}.tar.gz" @@ -15,8 +14,8 @@ DEPEND="kde-base/kdebase" KEYWORDS="~x86 ~ppc ~sparc ~alpha" src_compile(){ - ./configure --prefix=$KDEDIR||die - emake||die + ./configure --prefix=$KDEDIR || die + emake || die } src_install(){ |