remove almost all compiz ebuilds, cause they are unmasked in main portage tree now
This commit is contained in:
parent
731c190997
commit
06f49b29f5
@ -1,3 +0,0 @@
|
||||
DIST compizconfig-python-0.8.4.tar.bz2 269812 RMD160 30488991fe80f83b232d2d01bcc2dac2ed189579 SHA1 4e6cfd4d29a9d74c1b0fe21600505006978df9de SHA256 6734ae35ee69d081f35f98a89cd3bccb411a4db7c5b35fbd226270d95ac76f5a
|
||||
EBUILD compizconfig-python-0.8.4-r9999.ebuild 741 RMD160 61559f10cd94d14d6e8d41abc4142b2bb67ba3c3 SHA1 907fb08f1dc195cee7d44c6dbe63e9faf4d3b5fe SHA256 aa154161e66f4793cb69f2aa3472b29782593e4a4fc09b9714be251f354355c5
|
||||
MISC metadata.xml 547 RMD160 7ff4b1d48fadbd0b65d1b4248c5743c524fb5b0b SHA1 d6e1071294f97353127fdb69e00c13837f648940 SHA256 b504e62c3ef8e1a7257e2bfbe60aaef7dd31cf6e8bb917150b2ff4008a9176e7
|
@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
|
||||
|
||||
inherit python
|
||||
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
DESCRIPTION="Compizconfig Python Bindings"
|
||||
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=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/glib-2.6
|
||||
>=x11-libs/libcompizconfig-${PV}"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/pyrex
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
python_src_configure \
|
||||
--enable-fast-install \
|
||||
--disable-static
|
||||
}
|
||||
|
||||
src_install() {
|
||||
python_src_install
|
||||
python_clean_installation_image
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>pinkbyte@mail.ru</email>
|
||||
<name>Pinkbyte</name>
|
||||
<description>Maintainer. Assign bugs to him</description>
|
||||
</maintainer>
|
||||
<maintainer>
|
||||
<email>naota@gentoo.org</email>
|
||||
<name>Naohiro Aota</name>
|
||||
<description>Proxy maintainer. CC him on bugs</description>
|
||||
</maintainer>
|
||||
<herd>desktop-effects</herd>
|
||||
<longdescription lang="en">Python bindings for libcompizconfig.</longdescription>
|
||||
</pkgmetadata>
|
||||
|
@ -1,9 +1,3 @@
|
||||
# Pinkbyte: unmask compiz
|
||||
dev-python/compizconfig-python::pinkbyte
|
||||
x11-apps/ccsm::pinkbyte
|
||||
x11-apps/fusion-icon::pinkbyte
|
||||
x11-apps/simple-ccsm::pinkbyte
|
||||
x11-libs/compiz-bcop::pinkbyte
|
||||
x11-libs/compizconfig-backend-gconf::pinkbyte
|
||||
x11-libs/compizconfig-backend-kconfig4::pinkbyte
|
||||
x11-wm/compiz-fusion::pinkbyte
|
||||
|
@ -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
|
@ -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
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
DIST compiz-bcop-0.8.8.tar.bz2 75886 RMD160 429d9a2bd324d3decd8a7a393f915401d287fcb7 SHA1 9210bd2a537480bdb11df0e3cc5f6d4548fd12da SHA256 0c6eb97f47012c2d621953962df8bf9338d535c546bf2e8088860ba574efb436
|
||||
EBUILD compiz-bcop-0.8.8-r9999.ebuild 554 RMD160 4e5b7d07627e43c63e3f40a5446faba2110543d4 SHA1 7449a49f09b6a64710bc64ec133b78fe208e2ab4 SHA256 290c35fe7319c74b43a499532fd2cf765e76f25b341bb5b3a796edf9e526afe3
|
||||
MISC metadata.xml 369 RMD160 d16c8f6dab7dcd3a2b4fb8190476b32f04e997b4 SHA1 5df17944c545472cf1405e77b301efb8cba300a3 SHA256 b74b56c2469fc0aa3b285ea3b55ae8947e261f307c63ca1859395830cfd2f2af
|
@ -1,20 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.8.4.ebuild,v 1.1 2009/10/15 16:35:51 mrpouet Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Compiz Option code Generator"
|
||||
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=""
|
||||
|
||||
RDEPEND="dev-libs/libxslt"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
DOCS="AUTHORS ChangeLog INSTALL NEWS README"
|
@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>desktop-effects</herd>
|
||||
<longdescription lang="en">
|
||||
BCOP is a code generator that provides an easy way to handle plugin options by
|
||||
generating parts of the plugin code directly from the xml metadata file.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
DIST compizconfig-backend-gconf-0.8.8.tar.bz2 248650 RMD160 05d3c3275ed1b27a3d52a7d82f190a701efb8186 SHA1 3869e83a50e82caa4bfda5474a3bf44095ee78dc SHA256 19a8df7f417535db80945cabb9a09c532241e6308406352d12cb5cbc6a1322cc
|
||||
EBUILD compizconfig-backend-gconf-0.8.8-r9999.ebuild 632 RMD160 e44614358f75a6b00c8938fefe8bb4aecb504894 SHA1 6fe78f8e22e2bf7e358057086a5b67e781628634 SHA256 6929071d57ae1083f8cec31a6f4b6b02455c7c006b39e399202a50ccb6cd4a7a
|
||||
MISC metadata.xml 249 RMD160 7c9d8679e16425e3af0ed1f85fdc47dbd10166f0 SHA1 dd3bce5eefa0f61929d3cd807bf82748e1ce249b SHA256 c8b8d5b12f6eda353116502952440183df62381f8499c51afd897d4e0842c6fb
|
@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Compizconfig Gconf Backend"
|
||||
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="
|
||||
>=gnome-base/gconf-2.0:2
|
||||
>=x11-libs/libcompizconfig-${PV}
|
||||
>=x11-wm/compiz-${PV}
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS="AUTHORS ChangeLog INSTALL NEWS README"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--enable-fast-install \
|
||||
--disable-static
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
prune_libtool_files
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>desktop-effects</herd>
|
||||
<longdescription lang="en">The gconf backend for CompizConfig.</longdescription>
|
||||
</pkgmetadata>
|
@ -1,2 +0,0 @@
|
||||
DIST compizconfig-backend-kconfig4-0.8.8.tar.bz2 21632 RMD160 1278bae563027d4be3bc6f3c5470c667a52163e8 SHA1 d7a29339b47233ad53fe04ca0136fdb511b945ac SHA256 90c3a4a0fdcbee21479dd56685bb101f9a5f70a57c953dfb4fa372e99fceb767
|
||||
EBUILD compizconfig-backend-kconfig4-0.8.8-r9999.ebuild 586 RMD160 51cb520f0fc79f8456650141e3e20eb2ea31a51a SHA1 ac587b7ac951f75261ea71f30e9de173b1367d3a SHA256 86718e3fcb65bc9c3bc4749c59bfa0073d72a54d6c089811e4e2e42d00a86972
|
@ -1,20 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-kconfig4/compizconfig-backend-kconfig4-0.8.4.ebuild,v 1.4 2011/10/28 20:53:01 abcd Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="Compizconfig Kconfig Backend"
|
||||
HOMEPAGE="http://www.compiz.org/"
|
||||
SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="x11-libs/qt-dbus:4
|
||||
>=x11-libs/libcompizconfig-${PV}
|
||||
>=x11-wm/compiz-${PV}"
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>desktop-effects</herd>
|
||||
<longdescription lang="en">The kconfig backend for CompizConfig.</longdescription>
|
||||
</pkgmetadata>
|
@ -1,2 +0,0 @@
|
||||
EBUILD compiz-fusion-0.8.8-r9999.ebuild 921 RMD160 58670a46b4433f671f92710969af0115112a9e67 SHA1 b2fc05c4b0e576ea12a2666b05f46854dc1887d9 SHA256 3fbf908c0ef42720c823dba6abc49d8a65c922de3356b8817fda4cf8ec3a6305
|
||||
MISC metadata.xml 801 RMD160 9d2805e7d33affba8b59d94d7420c98e4eec5a84 SHA1 2da7331db432c98bdd46a656e58778eaa10a92f0 SHA256 7593757771b16ac2a917e7d58f9467ea6cd30e4fad8fa7fdd76d4448200b6317
|
@ -1,27 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.6.ebuild,v 1.1 2010/04/03 06:13:26 jmbsvicetto Exp $
|
||||
|
||||
DESCRIPTION="Compiz Fusion (meta)"
|
||||
HOMEPAGE="http://www.compiz.org/"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="emerald gnome kde unsupported"
|
||||
|
||||
RDEPEND="
|
||||
>=x11-wm/compiz-${PV}
|
||||
>=x11-plugins/compiz-plugins-main-${PV}
|
||||
>=x11-plugins/compiz-plugins-extra-${PV}
|
||||
unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${PV} )
|
||||
>=x11-apps/ccsm-0.8.4
|
||||
emerald? ( >=x11-wm/emerald-${PV} )
|
||||
gnome? ( >=x11-libs/compizconfig-backend-gconf-${PV} )
|
||||
kde? ( >=x11-libs/compizconfig-backend-kconfig4-${PV} )"
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn "If you want to try out simple-ccsm, you'll need to emerge it"
|
||||
ewarn "If you want to use emerald, set the emerald use flag"
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<use>
|
||||
<flag name="emerald">Install the <pkg>x11-wm/emerald</pkg> package.</flag>
|
||||
<flag name="unsupported">Install the <pkg>x11-plugins/compiz-fusion-plugins-unsupported</pkg> package.</flag>
|
||||
</use>
|
||||
<maintainer>
|
||||
<email>pinkbyte@mail.ru</email>
|
||||
<name>Pinkbyte</name>
|
||||
<description>Maintainer. Assign bugs to him</description>
|
||||
</maintainer>
|
||||
<maintainer>
|
||||
<email>naota@gentoo.org</email>
|
||||
<name>Naohiro Aota</name>
|
||||
<description>Proxy maintainer. CC him on bugs</description>
|
||||
</maintainer>
|
||||
<herd>desktop-effects</herd>
|
||||
<longdescription>
|
||||
compiz-fusion is a community-driven project that is aimed at extending the compiz window manager.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user