media-tv/elisa-0.5.22: It works! Bump to current, Inc deps:
media-plugins/elisa-plugins-ugly-0.5.22: Bump to current media-plugins/elisa-plugins-good-0.5.22: Bump to current media-plugins/elisa-plugins-bad-0.5.22: Bump to current media-libs/pigment-0.3.11: Bump to current dev-python/pigment-python-0.3.8: Bump to current dev-python/Coherence-0.5.8-r1: Bump to current dev-python/python-daap-0.7.1: Inital Commit dev-python/cssutils-0.9.5.1: Inital Commit dev-python/twisted-web2-8.1.0: Inital Commit git-svn-id: http://svn.sabayonlinux.org/overlay@2735 d7aec97c-591d-0410-af39-a8856400b30a
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST pigment-python-0.3.3.tar.gz 573485 RMD160 b5b0800745947a458ab807203c2fa6cda0676afd SHA1 76fb5fa9cf38001ec891a4e0794298bd3c137ff4 SHA256 4b70cf26b37a6187c6bf6eb92290cc8e78aee068be9b57cc0959bd1e5588fa3f
|
||||
DIST pigment-python-0.3.8.tar.gz 590612 RMD160 74bf61a82c0c7ff790ffbd89f297adaf1a593759 SHA1 871ed17d32aed39ecf974cca9246c919af9e9b0e SHA256 04ac6eee60adbf2d44fcaa47cd300faf574728ac1c9ecfae48133189d1e68f52
|
||||
EBUILD pigment-python-0.3.3.ebuild 866 RMD160 23930cca9fae8e7cf36ac5e79103bafb847bdaea SHA1 4bf8253173e86db567deeec9965e623cba32b20a SHA256 350ee3f3396d98ed0480e41359d5cbf02dbf81268a3041cf3d0abf146d927888
|
||||
MISC ChangeLog 739 RMD160 097e2c479ed74126472588224fecb87eebe39f2a SHA1 c25b7b92ad92fcdd93f1eea4e0fb996f176859c0 SHA256 0be4b5d69f27bee3ade06b02e42cb4c748255146312afed40fc23a5cb54f0011
|
||||
EBUILD pigment-python-0.3.8.ebuild 869 RMD160 9d6c239fc172f4a7ad24e3fd9a204be0f6389ad1 SHA1 7d2729ed00a75c9afcde931e87ea767b834dac1d SHA256 262a2ab34ca27676dbd3904b7f6f498d86c12b5201a676400f5bd58b88d19959
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
# Copyright 2006-2008 BreakMyGentoo.org
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
inherit gnome2 python
|
||||
|
||||
DESCRIPTION="Python bindings for pigment"
|
||||
HOMEPAGE="http://elisa.fluendo.com/"
|
||||
SRC_URI="http://elisa.fluendo.com/static/download/pigment/${P}.tar.gz"
|
||||
|
||||
RESTRICT="nomirror"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~ppc ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=media-libs/pigment-0.3.11
|
||||
>=dev-libs/glib-2.8
|
||||
>=dev-python/pygobject-2.8
|
||||
>=media-libs/gstreamer-0.10
|
||||
>=media-libs/gst-plugins-base-0.10
|
||||
>=x11-libs/gtk+-2
|
||||
>=dev-lang/python-2.4"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README TODO"
|
||||
|
||||
#MAKEOPTS="-j1"
|
||||
|
||||
src_install() {
|
||||
einstall || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
python_version
|
||||
python_mod_optimize ${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
python_version
|
||||
python_mod_cleanup
|
||||
}
|
||||
Reference in New Issue
Block a user