From bd0fe6195e9fbade60bb9b4d0f651afa41f24c80 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 4 Jun 2009 12:06:15 +0200 Subject: Removed qgtkstyle. It is now part of qt4 --- x11-themes/qgtkstyle/Manifest | 1 - x11-themes/qgtkstyle/qgtkstyle-9999-r1.ebuild | 32 --------------------------- 2 files changed, 33 deletions(-) delete mode 100644 x11-themes/qgtkstyle/Manifest delete mode 100644 x11-themes/qgtkstyle/qgtkstyle-9999-r1.ebuild diff --git a/x11-themes/qgtkstyle/Manifest b/x11-themes/qgtkstyle/Manifest deleted file mode 100644 index 4f0d0f8..0000000 --- a/x11-themes/qgtkstyle/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD qgtkstyle-9999-r1.ebuild 703 RMD160 7e6b25c9dd7e3876b06df857f2d2193c1f52418c SHA1 8aa21ec79d88447c7c9ac699e405375901615ef7 SHA256 2f76e3ec674b09c3c703bf3267e91d8805895d26a07f47b0c82741fbf8161add diff --git a/x11-themes/qgtkstyle/qgtkstyle-9999-r1.ebuild b/x11-themes/qgtkstyle/qgtkstyle-9999-r1.ebuild deleted file mode 100644 index 5a8bb56..0000000 --- a/x11-themes/qgtkstyle/qgtkstyle-9999-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit subversion qt4 - -ESVN_REPO_URI="svn://labs.trolltech.com/svn/styles" -ESVN_PROJECT="gtkstyle" - -DESCRIPTION="make QT 4.x appplications look like native GTK+" -HOMEPAGE="http://labs.trolltech.com/page/Projects/Styles/GtkStyle" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.0 - >=x11-libs/qt-4.4.0" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - cd gtkstyle - eqmake4 qgtkstyle.pro || die "qmake failed" - emake || die "make failed" -} - -src_install() { - cd gtkstyle - emake INSTALL_ROOT="${D}" install || die "make install failed" -} -- cgit v1.2.3-70-g09d2