diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2011-08-11 11:33:47 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2011-08-11 11:33:47 +0000 |
commit | 4f5d9ff27957ef16160c98ba27c50a6694be044a (patch) | |
tree | 2fcfc6d31a189dc6ee4be27d47ea3bdc7f0fecb9 /x11-misc/magneto-gtk | |
parent | version bump (diff) | |
download | gentoo-2-4f5d9ff27957ef16160c98ba27c50a6694be044a.tar.gz gentoo-2-4f5d9ff27957ef16160c98ba27c50a6694be044a.tar.bz2 gentoo-2-4f5d9ff27957ef16160c98ba27c50a6694be044a.zip |
version bump
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/magneto-gtk')
-rw-r--r-- | x11-misc/magneto-gtk/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/magneto-gtk/magneto-gtk-1.0_rc37.ebuild | 40 |
2 files changed, 46 insertions, 1 deletions
diff --git a/x11-misc/magneto-gtk/ChangeLog b/x11-misc/magneto-gtk/ChangeLog index 7a8be693945d..004443cf9b48 100644 --- a/x11-misc/magneto-gtk/ChangeLog +++ b/x11-misc/magneto-gtk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/magneto-gtk # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/magneto-gtk/ChangeLog,v 1.4 2011/08/07 16:49:59 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/magneto-gtk/ChangeLog,v 1.5 2011/08/11 11:33:47 lxnay Exp $ + +*magneto-gtk-1.0_rc37 (11 Aug 2011) + + 11 Aug 2011; Fabio Erculiani <lxnay@gentoo.org> +magneto-gtk-1.0_rc37.ebuild: + version bump *magneto-gtk-1.0_rc34 (07 Aug 2011) diff --git a/x11-misc/magneto-gtk/magneto-gtk-1.0_rc37.ebuild b/x11-misc/magneto-gtk/magneto-gtk-1.0_rc37.ebuild new file mode 100644 index 000000000000..64cbac6f1442 --- /dev/null +++ b/x11-misc/magneto-gtk/magneto-gtk-1.0_rc37.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/magneto-gtk/magneto-gtk-1.0_rc37.ebuild,v 1.1 2011/08/11 11:33:47 lxnay Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +inherit eutils python multilib + +DESCRIPTION="Entropy Package Manager notification applet GTK2 frontend" +HOMEPAGE="http://www.sabayon.org" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~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/$(get_libdir)" magneto-gtk-install || die "make install failed" +} + +pkg_postinst() { + python_mod_optimize "/usr/$(get_libdir)/entropy/magneto/magneto/gtk" +} + +pkg_postrm() { + python_mod_cleanup "/usr/$(get_libdir)/entropy/magneto/magneto/gtk" +} |