summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-27 01:09:31 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-27 01:09:31 +0000
commit93272a28ed00ce9cc7513d2d0e6d849e729ab8d0 (patch)
tree7a7e8c2ac23331b69ccc11de34d776d9a6c7ac44 /x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.7.8.ebuild
parentAdded compiz-0.7.8 to the tree (diff)
downloadgentoo-2-93272a28ed00ce9cc7513d2d0e6d849e729ab8d0.tar.gz
gentoo-2-93272a28ed00ce9cc7513d2d0e6d849e729ab8d0.tar.bz2
gentoo-2-93272a28ed00ce9cc7513d2d0e6d849e729ab8d0.zip
Added compiz-0.7.8 to the tree
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.7.8.ebuild')
-rw-r--r--x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.7.8.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.7.8.ebuild b/x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.7.8.ebuild
new file mode 100644
index 000000000000..30e9e2bda5e4
--- /dev/null
+++ b/x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.7.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.7.8.ebuild,v 1.1 2008/10/27 01:09:31 jmbsvicetto Exp $
+
+ARTS_REQUIRED="never"
+NEED_KDE="3.5"
+
+inherit kde
+
+DESCRIPTION="Compizconfig Kconfig Backend"
+HOMEPAGE="http://compiz-fusion.org"
+SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="mirror"
+
+DEPEND="~x11-libs/libcompizconfig-${PV}
+ ~x11-wm/compiz-${PV}"
+
+pkg_postinst() {
+ kde_pkg_postinst
+
+ ewarn "DO NOT report bugs to Gentoo's bugzilla"
+ einfo "Please report all bugs to #gentoo-desktop-effects"
+ einfo "Thank you on behalf of the Gentoo Desktop-Effects team"
+}