]> git.draconx.ca Git - gentoo-draconx.git/blobdiff - dev-qt/qtmotifextension/qtmotifextension-2.7.1.ebuild
Punt qtmotifextension.
[gentoo-draconx.git] / dev-qt / qtmotifextension / qtmotifextension-2.7.1.ebuild
diff --git a/dev-qt/qtmotifextension/qtmotifextension-2.7.1.ebuild b/dev-qt/qtmotifextension/qtmotifextension-2.7.1.ebuild
deleted file mode 100644 (file)
index 5295250..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit qt4-r2 versionator
-
-MY_P="${PN}-$(replace_version_separator 2 _)-opensource"
-
-DESCRIPTION="Qt Motif Extension"
-HOMEPAGE=""
-SRC_URI="http://draconx.ca/${MY_P}.tar.gz"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4
-       dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-       eqmake4 CONFIG+=qtmotifextension-uselib
-}
-
-src_install() {
-       dolib.so lib/*
-}