summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2007-04-15 11:08:54 +0000
committerJakub Moc <jakub@gentoo.org>2007-04-15 11:08:54 +0000
commit00e46c60353a4c84893b73bf515c599d61b8bb4c (patch)
tree02a6f45441d63dd71a7d3925bb223a24badb2483 /x11-themes/ia_ora-kde/ia_ora-kde-1.0.ebuild
parentCosmetics (diff)
downloadsunrise-00e46c60353a4c84893b73bf515c599d61b8bb4c.tar.gz
sunrise-00e46c60353a4c84893b73bf515c599d61b8bb4c.tar.bz2
sunrise-00e46c60353a4c84893b73bf515c599d61b8bb4c.zip
x11-themes/ia_ora-kde: Do NOT compile in src_unpack, nuke redundant src_unpack, cosmetics
svn path=/sunrise/; revision=3443
Diffstat (limited to 'x11-themes/ia_ora-kde/ia_ora-kde-1.0.ebuild')
-rw-r--r--x11-themes/ia_ora-kde/ia_ora-kde-1.0.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-themes/ia_ora-kde/ia_ora-kde-1.0.ebuild b/x11-themes/ia_ora-kde/ia_ora-kde-1.0.ebuild
index 8e9d96ef4..171e043f6 100644
--- a/x11-themes/ia_ora-kde/ia_ora-kde-1.0.ebuild
+++ b/x11-themes/ia_ora-kde/ia_ora-kde-1.0.ebuild
@@ -19,10 +19,8 @@ DEPEND=""
RDEPEND=""
need-kde 3.5
-S=${WORKDIR}/ia_ora-kde
+S=${WORKDIR}/${PN}
-src_unpack() {
- rpm_src_unpack
- cd "${S}"
+src_compile() {
emake -f admin/Makefile.common cvs || die "emake failed"
}