remove almost all compiz ebuilds, cause they are unmasked in main portage tree now

This commit is contained in:
2012-08-30 21:51:38 +04:00
parent 731c190997
commit 06f49b29f5
18 changed files with 0 additions and 266 deletions

View File

@ -1,2 +0,0 @@
DIST ccsm-0.8.4.tar.bz2 475864 RMD160 d0cf0260afe204c6e931d06d9361087d95bfa6f7 SHA1 1b4d740f8f45d6c58d8de09eda5de632c4393927 SHA256 46b9da032cf29e71aec0823799861d926937ad41f4edea3be718ac6a8532c16d
EBUILD ccsm-0.8.4-r9999.ebuild 801 RMD160 77822b826e15f05a5007693ed33bbdce160af349 SHA1 fcff718a72580a208aacb876f0a11d3fcdf5f650 SHA256 465f53f635b1be2addd4ccda2fe9a9c7f8bf2f262b5aab565650aa5cc233c995

View File

@ -1,40 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ccsm-0.8.4-r1.ebuild,v 1.2 2011/04/11 19:51:07 arfrever Exp $
EAPI="4"
PYTHON_DEPEND="2"
inherit distutils
DESCRIPTION="Compizconfig Settings Manager"
HOMEPAGE="http://www.compiz.org/"
SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="
>=dev-python/compizconfig-python-${PV}
>=dev-python/pygtk-2.12:2
gnome-base/librsvg
"
RDEPEND="${DEPEND}"
DOCS="AUTHORS"
PYTHON_MODNAME="ccm"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_compile() {
distutils_src_compile --prefix=/usr
}
src_install() {
distutils_src_install --prefix=/usr
}