summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/mandriva-galaxy/mandriva-galaxy-1.0.4.ebuild')
-rw-r--r--x11-themes/mandriva-galaxy/mandriva-galaxy-1.0.4.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-themes/mandriva-galaxy/mandriva-galaxy-1.0.4.ebuild b/x11-themes/mandriva-galaxy/mandriva-galaxy-1.0.4.ebuild
deleted file mode 100644
index 717278c05..000000000
--- a/x11-themes/mandriva-galaxy/mandriva-galaxy-1.0.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="1"
-inherit eutils rpm kde-functions autotools
-
-MDV_EXTRAVERSION="3mdv2007.0"
-
-DESCRIPTION="Mandriva's Galaxy theme for GTK2, Metacity and KDE"
-HOMEPAGE="http://www.mandriva.com/"
-SRC_URI="ftp://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2007.0/SRPMS/main/release/galaxy-${PV}-${MDV_EXTRAVERSION}.src.rpm"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.0"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/galaxy-${PV}
-
-src_unpack() {
- rpm_src_unpack
- cd "${S}"
- epatch "${FILESDIR}"/remove-{gtk1,kde}.patch
- eautoreconf
-}
-
-src_compile() {
- set-kdedir 3.5
- econf
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS README ChangeLog || die "dodoc failed"
-}