summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2007-04-12 19:37:28 +0000
committerPacho Ramos <pacho@gentoo.org>2007-04-12 19:37:28 +0000
commit2699f5c03b9b8a2544b16dbdf1a813abce197e7c (patch)
treee13d0997f8c1c264e37f02388de5a0c29847e3c5 /x11-themes/ia_ora-kde/ia_ora-kde-1.0.ebuild
parentnet-nds/gq: fixed dependencies, and added dep for libglade (thanks to Azamat ... (diff)
downloadsunrise-2699f5c03b9b8a2544b16dbdf1a813abce197e7c.tar.gz
sunrise-2699f5c03b9b8a2544b16dbdf1a813abce197e7c.tar.bz2
sunrise-2699f5c03b9b8a2544b16dbdf1a813abce197e7c.zip
x11-themes/ia_ora-kde: New ebuild for bug 170327
svn path=/sunrise/; revision=3410
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.ebuild28
1 files changed, 28 insertions, 0 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
new file mode 100644
index 000000000..912caf6d6
--- /dev/null
+++ b/x11-themes/ia_ora-kde/ia_ora-kde-1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit kde rpm
+
+MDV_EXTRAVERSION="17mdv2007.1"
+
+DESCRIPTION="Mandriva's Ia Ora theme for KDE"
+HOMEPAGE="http://www.mandriva.com/"
+SRC_URI="ftp://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2007.1/SRPMS/main/release/${P}-${MDV_EXTRAVERSION}.src.rpm"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+need-kde 3.5
+
+S=${WORKDIR}/ia_ora-kde
+
+src_unpack() {
+ rpm_src_unpack
+ cd "${S}"
+ emake -f admin/Makefile.common cvs || die "emake failed"
+}