summaryrefslogtreecommitdiff
path: root/x11-themes/bespin/bespin-0_p20140225-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/bespin/bespin-0_p20140225-r1.ebuild')
-rw-r--r--x11-themes/bespin/bespin-0_p20140225-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-themes/bespin/bespin-0_p20140225-r1.ebuild b/x11-themes/bespin/bespin-0_p20140225-r1.ebuild
deleted file mode 100644
index 25c4af068b1f..000000000000
--- a/x11-themes/bespin/bespin-0_p20140225-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Very configurable Qt4 style derived from the Oxygen project"
-HOMEPAGE="http://cloudcity.sourceforge.net/"
-SRC_URI="https://sourceforge.net/code-snapshots/svn/c/cl/cloudcity/code/cloudcity-code-1712.zip"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-qt/qt3support:4
- dev-qt/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtgui:4
- x11-libs/libX11
- x11-libs/libXrender
-"
-DEPEND="${RDEPEND}
- app-arch/unzip
-"
-
-S="${WORKDIR}/cloudcity-code-1712"
-
-src_configure() {
- eqmake4
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- einstalldocs
-}