diff options
author | 2009-12-11 17:39:18 +0000 | |
---|---|---|
committer | 2009-12-11 17:39:18 +0000 | |
commit | 986e22afda0f4a6738c2d35197e2a24b3d81c911 (patch) | |
tree | 953dc220ce664ac8480796b7549653e7d5e85fd5 /x11-apps/ccsm | |
parent | Drop no-longer required ebuild. (diff) | |
download | gentoo-2-986e22afda0f4a6738c2d35197e2a24b3d81c911.tar.gz gentoo-2-986e22afda0f4a6738c2d35197e2a24b3d81c911.tar.bz2 gentoo-2-986e22afda0f4a6738c2d35197e2a24b3d81c911.zip |
Restore ccsm 0.6.0 ebuild.
(Portage version: 2.2_rc58/cvs/Linux i686)
Diffstat (limited to 'x11-apps/ccsm')
-rw-r--r-- | x11-apps/ccsm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/ccsm/ccsm-0.6.0.ebuild | 28 |
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-apps/ccsm/ChangeLog b/x11-apps/ccsm/ChangeLog index 30c23a092c65..cd51bcb8117d 100644 --- a/x11-apps/ccsm/ChangeLog +++ b/x11-apps/ccsm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/ccsm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.16 2009/12/11 17:24:27 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.17 2009/12/11 17:39:18 scarabeus Exp $ + + 11 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> +ccsm-0.6.0.ebuild: + Restore ccsm 0.6.0 ebuild. 11 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> -ccsm-0.6.0.ebuild, -ccsm-0.8.2.ebuild: diff --git a/x11-apps/ccsm/ccsm-0.6.0.ebuild b/x11-apps/ccsm/ccsm-0.6.0.ebuild new file mode 100644 index 000000000000..908f3bd03474 --- /dev/null +++ b/x11-apps/ccsm/ccsm-0.6.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ccsm-0.6.0.ebuild,v 1.8 2009/12/11 17:39:18 scarabeus Exp $ + +inherit distutils + +DESCRIPTION="Compizconfig Settings Manager" +HOMEPAGE="http://compiz-fusion.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="dev-python/compizconfig-python + >=dev-python/pygtk-2.10" +RDEPEND="${DEPEND}" + +DOCS="AUTHORS PKG-INFO" + +src_compile() { + distutils_src_compile --prefix=/usr +} + +src_install() { + distutils_src_install --prefix=/usr +} |