summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2011-03-02 01:00:27 +0000
committerAlex Alexander <wired@gentoo.org>2011-03-02 01:00:27 +0000
commit29bf0e7dca5072f76fe41c109b3d0d2e5524f5d3 (patch)
treee93d217007d833322400314a2be199cb84068ca1 /x11-themes/qgtkstyle/qgtkstyle-4.6.3.ebuild
parentVersion bump #357023 by Boian Berberov. (diff)
downloadgentoo-2-29bf0e7dca5072f76fe41c109b3d0d2e5524f5d3.tar.gz
gentoo-2-29bf0e7dca5072f76fe41c109b3d0d2e5524f5d3.tar.bz2
gentoo-2-29bf0e7dca5072f76fe41c109b3d0d2e5524f5d3.zip
version bump, renamed style to GTK+, removed old
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/qgtkstyle/qgtkstyle-4.6.3.ebuild')
-rw-r--r--x11-themes/qgtkstyle/qgtkstyle-4.6.3.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/x11-themes/qgtkstyle/qgtkstyle-4.6.3.ebuild b/x11-themes/qgtkstyle/qgtkstyle-4.6.3.ebuild
deleted file mode 100644
index 3f28afc92181..000000000000
--- a/x11-themes/qgtkstyle/qgtkstyle-4.6.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qgtkstyle/qgtkstyle-4.6.3.ebuild,v 1.3 2010/11/10 21:29:11 hwoarang Exp $
-
-EAPI="3"
-inherit qt4-r2
-
-MY_PV=${PV/_/-}
-MY_P=qt-everywhere-opensource-src-${MY_PV}
-
-DESCRIPTION="Qt style that uses the active GTK theme."
-HOMEPAGE="http://qt.nokia.com/"
-SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz"
-
-LICENSE="|| ( LGPL-2.1 GPL-3 )"
-SLOT="4"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-COMMON_DEPEND="
- x11-libs/gtk+:2
- >=x11-libs/qt-gui-${PV}-r1
-"
-DEPEND="${COMMON_DEPEND}
- x11-libs/cairo
-"
-RDEPEND="${COMMON_DEPEND}
- !>x11-libs/qt-gui-${PV}-r9999
-"
-
-src_unpack() {
- tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${MY_P}/src/gui/styles/ || die
- mv ${MY_P}/src/gui/styles "${S}" || die
- cp "${FILESDIR}"/qgtkstyle.pro "${S}"/ || die
-}