diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-06-04 12:06:15 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-06-04 12:06:15 +0200 |
commit | bd0fe6195e9fbade60bb9b4d0f651afa41f24c80 (patch) | |
tree | f0fe7f2f9263c22fe8bfbcc1dceffc10bc30bed3 /x11-themes/qgtkstyle/qgtkstyle-9999-r1.ebuild | |
parent | 42678b943ca3b40a8b3b303e793b1d76ca903c65 (diff) | |
download | overlay-bd0fe6195e9fbade60bb9b4d0f651afa41f24c80.tar.gz overlay-bd0fe6195e9fbade60bb9b4d0f651afa41f24c80.tar.bz2 overlay-bd0fe6195e9fbade60bb9b4d0f651afa41f24c80.zip |
Removed qgtkstyle. It is now part of qt4
Diffstat (limited to '')
-rw-r--r-- | x11-themes/qgtkstyle/qgtkstyle-9999-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
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" -} |