summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2012-02-05 12:58:19 +0000
committerAlex Alexander <wired@gentoo.org>2012-02-05 12:58:19 +0000
commite448699deffe7286c69c4575925695640b640f62 (patch)
treead40ac114558163d9d2f47e5f6e04aa033e6a7ad /app-admin/eselect-qtgraphicssystem/eselect-qtgraphicssystem-1.1.1.ebuild
parentAdd note about identity of 32-bit and 64-bit packages, as reported in bug 389... (diff)
downloadgentoo-2-e448699deffe7286c69c4575925695640b640f62.tar.gz
gentoo-2-e448699deffe7286c69c4575925695640b640f62.tar.bz2
gentoo-2-e448699deffe7286c69c4575925695640b640f62.zip
version bump, support for graphics system states (default, experimental)
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/eselect-qtgraphicssystem/eselect-qtgraphicssystem-1.1.1.ebuild')
-rw-r--r--app-admin/eselect-qtgraphicssystem/eselect-qtgraphicssystem-1.1.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-admin/eselect-qtgraphicssystem/eselect-qtgraphicssystem-1.1.1.ebuild b/app-admin/eselect-qtgraphicssystem/eselect-qtgraphicssystem-1.1.1.ebuild
new file mode 100644
index 000000000000..06583e7cb7ae
--- /dev/null
+++ b/app-admin/eselect-qtgraphicssystem/eselect-qtgraphicssystem-1.1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-qtgraphicssystem/eselect-qtgraphicssystem-1.1.1.ebuild,v 1.1 2012/02/05 12:58:19 wired Exp $
+
+EAPI=4
+
+DESCRIPTION="Utility to change the active Qt Graphics System"
+HOMEPAGE="https://gitorious.org/gentoo-qt/eselect-qtgraphicssystem"
+SRC_URI="http://dev.gentoo.org/~wired/distfiles/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~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=""
+
+DEPEND=""
+RDEPEND=">=app-admin/eselect-1.2.4"
+
+src_install() {
+ insinto "/usr/share/eselect/modules"
+ doins qtgraphicssystem.eselect
+}