compiz-bcop: fix QA issues, bump EAPI version, fix dependencies

This commit is contained in:
Sergey Popov 2012-06-05 17:13:36 +04:00
parent f46f30dad4
commit 3a93161264
3 changed files with 17 additions and 6 deletions

View File

@ -1,2 +1,3 @@
DIST compiz-bcop-0.8.8.tar.bz2 75886 RMD160 429d9a2bd324d3decd8a7a393f915401d287fcb7 SHA1 9210bd2a537480bdb11df0e3cc5f6d4548fd12da SHA256 0c6eb97f47012c2d621953962df8bf9338d535c546bf2e8088860ba574efb436 DIST compiz-bcop-0.8.8.tar.bz2 75886 RMD160 429d9a2bd324d3decd8a7a393f915401d287fcb7 SHA1 9210bd2a537480bdb11df0e3cc5f6d4548fd12da SHA256 0c6eb97f47012c2d621953962df8bf9338d535c546bf2e8088860ba574efb436
EBUILD compiz-bcop-0.8.8-r9999.ebuild 585 RMD160 5e0397555008056c3332ad00867c76ef30b85735 SHA1 b55be421308b687507963b945d5fc36f1ec04b31 SHA256 91e60ed41f619430332289a288f2c42574c64de365b1d5628e500dcd6fd05f14 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

View File

@ -1,7 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # 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 $ # $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" DESCRIPTION="Compiz Option code Generator"
HOMEPAGE="http://www.compiz.org/" HOMEPAGE="http://www.compiz.org/"
SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2" SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
@ -13,8 +15,6 @@ IUSE=""
RDEPEND="dev-libs/libxslt" RDEPEND="dev-libs/libxslt"
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.19" virtual/pkgconfig"
src_install() { DOCS="AUTHORS ChangeLog INSTALL NEWS README"
emake DESTDIR="${D}" install || die "emake install failed"
}

View File

@ -0,0 +1,10 @@
<?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>