diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-12-19 08:31:32 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-12-19 08:31:32 +0000 |
commit | e304f9a93b47f642feee2423430e86ff89e7990c (patch) | |
tree | d8b572c49ad33233216535e93486191fe567768e /x11-misc/magneto-gtk3 | |
parent | amd64/x86 stable wrt bug #492162 (diff) | |
download | gentoo-2-e304f9a93b47f642feee2423430e86ff89e7990c.tar.gz gentoo-2-e304f9a93b47f642feee2423430e86ff89e7990c.tar.bz2 gentoo-2-e304f9a93b47f642feee2423430e86ff89e7990c.zip |
Remove old
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-misc/magneto-gtk3')
-rw-r--r-- | x11-misc/magneto-gtk3/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/magneto-gtk3/magneto-gtk3-216.ebuild | 42 |
2 files changed, 4 insertions, 43 deletions
diff --git a/x11-misc/magneto-gtk3/ChangeLog b/x11-misc/magneto-gtk3/ChangeLog index 36928b05e6d1..74486ab72d71 100644 --- a/x11-misc/magneto-gtk3/ChangeLog +++ b/x11-misc/magneto-gtk3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/magneto-gtk3 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/magneto-gtk3/ChangeLog,v 1.9 2013/12/18 05:10:18 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/magneto-gtk3/ChangeLog,v 1.10 2013/12/19 08:31:32 patrick Exp $ + + 19 Dec 2013; Patrick Lauer <patrick@gentoo.org> -magneto-gtk3-216.ebuild: + Remove old *magneto-gtk3-254 (18 Dec 2013) diff --git a/x11-misc/magneto-gtk3/magneto-gtk3-216.ebuild b/x11-misc/magneto-gtk3/magneto-gtk3-216.ebuild deleted file mode 100644 index 50e80c808d7a..000000000000 --- a/x11-misc/magneto-gtk3/magneto-gtk3-216.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/magneto-gtk3/magneto-gtk3-216.ebuild,v 1.1 2013/08/22 11:17:35 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python - -DESCRIPTION="Entropy Package Manager notification applet GTK3 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-libs/gobject-introspection - x11-libs/gdk-pixbuf[introspection] - x11-libs/gtk+:3[introspection] - x11-libs/libnotify[introspection] -" -DEPEND="" - -src_compile() { - einfo "nothing to compile" -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="usr/lib" magneto-gtk3-install || die "make install failed" -} - -pkg_postinst() { - python_mod_optimize "/usr/lib/entropy/magneto/magneto/gtk3" -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/magneto/magneto/gtk3" -} |