diff options
author | Hanno Boeck <hanno@gentoo.org> | 2007-10-23 22:56:38 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2007-10-23 22:56:38 +0000 |
commit | ee1f71014c6eb30f42c4ebb5197bf394b9e552e5 (patch) | |
tree | 27e35cd2d8afd1ffc048ff52cc85a0637764eb3c /x11-libs/compizconfig-backend-kconfig | |
parent | initial commit of compizconfig-backend-gconf (diff) | |
download | historical-ee1f71014c6eb30f42c4ebb5197bf394b9e552e5.tar.gz historical-ee1f71014c6eb30f42c4ebb5197bf394b9e552e5.tar.bz2 historical-ee1f71014c6eb30f42c4ebb5197bf394b9e552e5.zip |
initial commit of compizconfig-backend-kconfig
Package-Manager: portage-2.1.3.15
Diffstat (limited to 'x11-libs/compizconfig-backend-kconfig')
4 files changed, 38 insertions, 0 deletions
diff --git a/x11-libs/compizconfig-backend-kconfig/ChangeLog b/x11-libs/compizconfig-backend-kconfig/ChangeLog new file mode 100644 index 000000000000..0cf10f5ed785 --- /dev/null +++ b/x11-libs/compizconfig-backend-kconfig/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-libs/compizconfig-backend-kconfig +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-kconfig/ChangeLog,v 1.1 2007/10/23 22:56:37 hanno Exp $ + +*compizconfig-backend-kconfig-0.6.0 (23 Oct 2007) + + 23 Oct 2007; Hanno Boeck <hanno@gentoo.org> +metadata.xml, + +compizconfig-backend-kconfig-0.6.0.ebuild: + Initial compiz-fusion commit, ebuild based on xeffects overlay. + diff --git a/x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.6.0.ebuild b/x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.6.0.ebuild new file mode 100644 index 000000000000..921815ee6004 --- /dev/null +++ b/x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.6.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 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.6.0.ebuild,v 1.1 2007/10/23 22:56:37 hanno Exp $ + +inherit kde + +DESCRIPTION="libcompizconfig kde config backend" +HOMEPAGE="http://compiz-fusion.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=x11-wm/compiz-0.6.0 + >=x11-libs/libcompizconfig-0.6.0" + +S="${WORKDIR}/${P}" diff --git a/x11-libs/compizconfig-backend-kconfig/files/digest-compizconfig-backend-kconfig-0.6.0 b/x11-libs/compizconfig-backend-kconfig/files/digest-compizconfig-backend-kconfig-0.6.0 new file mode 100644 index 000000000000..03c30874eebb --- /dev/null +++ b/x11-libs/compizconfig-backend-kconfig/files/digest-compizconfig-backend-kconfig-0.6.0 @@ -0,0 +1,3 @@ +MD5 fe4ad9760b50a9e65ff9c0ec84f0395b compizconfig-backend-kconfig-0.6.0.tar.bz2 412600 +RMD160 37691253ddf9fb5c3763b4a70ca881d66b5d7153 compizconfig-backend-kconfig-0.6.0.tar.bz2 412600 +SHA256 cfbab0505420ff678eafc5f04edc927077e04bbc73dc8cc788651d6d2e8c178a compizconfig-backend-kconfig-0.6.0.tar.bz2 412600 diff --git a/x11-libs/compizconfig-backend-kconfig/metadata.xml b/x11-libs/compizconfig-backend-kconfig/metadata.xml new file mode 100644 index 000000000000..efa54454de71 --- /dev/null +++ b/x11-libs/compizconfig-backend-kconfig/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer><email>hanno@gentoo.org</email></maintainer> +</pkgmetadata> |