diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2012-09-27 11:05:22 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2012-09-27 11:05:22 +0000 |
commit | 1c94df2c29eac28716a89e6a5cfe02a3d0fae4c9 (patch) | |
tree | b08abc8211697b85887aa3b4a2768eff54226407 /x11-misc/magneto-gtk/magneto-gtk-144.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-1c94df2c29eac28716a89e6a5cfe02a3d0fae4c9.tar.gz gentoo-2-1c94df2c29eac28716a89e6a5cfe02a3d0fae4c9.tar.bz2 gentoo-2-1c94df2c29eac28716a89e6a5cfe02a3d0fae4c9.zip |
version bump
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/magneto-gtk/magneto-gtk-144.ebuild')
-rw-r--r-- | x11-misc/magneto-gtk/magneto-gtk-144.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/x11-misc/magneto-gtk/magneto-gtk-144.ebuild b/x11-misc/magneto-gtk/magneto-gtk-144.ebuild new file mode 100644 index 000000000000..7e8d4e4f26f6 --- /dev/null +++ b/x11-misc/magneto-gtk/magneto-gtk-144.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/magneto-gtk/magneto-gtk-144.ebuild,v 1.1 2012/09/27 11:05:22 lxnay Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +inherit eutils python + +DESCRIPTION="Entropy Package Manager notification applet GTK2 frontend" +HOMEPAGE="http://www.sabayon.org" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" +S="${WORKDIR}/entropy-${PV}/magneto" + +RDEPEND="~app-misc/magneto-loader-${PV} + dev-python/notify-python + dev-python/pygtk:2 +" +DEPEND="" + +src_compile() { + einfo "nothing to compile" +} + +src_install() { + emake DESTDIR="${D}" LIBDIR="usr/lib" magneto-gtk-install || die "make install failed" +} + +pkg_postinst() { + python_mod_optimize "/usr/lib/entropy/magneto/magneto/gtk" +} + +pkg_postrm() { + python_mod_cleanup "/usr/lib/entropy/magneto/magneto/gtk" +} |