summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Erculiani <lxnay@gentoo.org>2013-08-22 14:39:54 +0000
committerFabio Erculiani <lxnay@gentoo.org>2013-08-22 14:39:54 +0000
commitefa048f734d0f4c0341b2d69ed80ca3acf328740 (patch)
tree73ce4606e620c3f96d9fcc110dc0364a07dd4e7a /kde-misc
parentdrop older version 144 (diff)
downloadgentoo-2-efa048f734d0f4c0341b2d69ed80ca3acf328740.tar.gz
gentoo-2-efa048f734d0f4c0341b2d69ed80ca3acf328740.tar.bz2
gentoo-2-efa048f734d0f4c0341b2d69ed80ca3acf328740.zip
drop older version 144
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/magneto-kde/ChangeLog5
-rw-r--r--kde-misc/magneto-kde/magneto-kde-144.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/kde-misc/magneto-kde/ChangeLog b/kde-misc/magneto-kde/ChangeLog
index 71c31b7d4ebd..18d1abab32b4 100644
--- a/kde-misc/magneto-kde/ChangeLog
+++ b/kde-misc/magneto-kde/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-misc/magneto-kde
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/magneto-kde/ChangeLog,v 1.35 2013/08/22 11:20:49 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/magneto-kde/ChangeLog,v 1.36 2013/08/22 14:39:54 lxnay Exp $
+
+ 22 Aug 2013; Fabio Erculiani <lxnay@gentoo.org> -magneto-kde-144.ebuild:
+ drop older version 144
22 Aug 2013; Fabio Erculiani <lxnay@gentoo.org> -magneto-kde-136.ebuild:
drop older version 136
diff --git a/kde-misc/magneto-kde/magneto-kde-144.ebuild b/kde-misc/magneto-kde/magneto-kde-144.ebuild
deleted file mode 100644
index 60597d8c3f8c..000000000000
--- a/kde-misc/magneto-kde/magneto-kde-144.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/magneto-kde/magneto-kde-144.ebuild,v 1.1 2012/09/27 11:04:36 lxnay Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-inherit eutils python
-
-DESCRIPTION="Entropy Package Manager notification applet KDE 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}
- kde-base/pykde4
- dev-python/PyQt4[dbus]"
-DEPEND=""
-
-src_compile() {
- einfo "nothing to compile"
-}
-
-src_install() {
- emake DESTDIR="${D}" LIBDIR="usr/lib" magneto-kde-install || die "make install failed"
-}
-
-pkg_postinst() {
- python_mod_optimize "/usr/lib/entropy/magneto/magneto/kde"
-}
-
-pkg_postrm() {
- python_mod_cleanup "/usr/lib/entropy/magneto/magneto/kde"
-}