public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-misc/magneto-kde: ChangeLog magneto-kde-136.ebuild
@ 2012-08-24 14:47 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Erculiani (lxnay) @ 2012-08-24 14:47 UTC (permalink / raw
  To: gentoo-commits

lxnay       12/08/24 14:47:24

  Modified:             ChangeLog
  Added:                magneto-kde-136.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha104/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 kde-misc/magneto-kde/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/magneto-kde/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/magneto-kde/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/magneto-kde/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/magneto-kde/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	11 Jul 2012 18:44:42 -0000	1.19
+++ ChangeLog	24 Aug 2012 14:47:24 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for kde-misc/magneto-kde
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/magneto-kde/ChangeLog,v 1.19 2012/07/11 18:44:42 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/magneto-kde/ChangeLog,v 1.20 2012/08/24 14:47:24 lxnay Exp $
+
+*magneto-kde-136 (24 Aug 2012)
+
+  24 Aug 2012; Fabio Erculiani <lxnay@gentoo.org> +magneto-kde-136.ebuild:
+  version bump
 
 *magneto-kde-1.0_rc124 (11 Jul 2012)
 



1.1                  kde-misc/magneto-kde/magneto-kde-136.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/magneto-kde/magneto-kde-136.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/magneto-kde/magneto-kde-136.ebuild?rev=1.1&content-type=text/plain

Index: magneto-kde-136.ebuild
===================================================================
# 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-136.ebuild,v 1.1 2012/08/24 14:47:24 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"
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-misc/magneto-kde: ChangeLog magneto-kde-136.ebuild
@ 2013-08-22 11:20 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Erculiani (lxnay) @ 2013-08-22 11:20 UTC (permalink / raw
  To: gentoo-commits

lxnay       13/08/22 11:20:49

  Modified:             ChangeLog
  Removed:              magneto-kde-136.ebuild
  Log:
  drop older version 136
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.35                 kde-misc/magneto-kde/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/magneto-kde/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/magneto-kde/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/magneto-kde/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/magneto-kde/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	22 Aug 2013 11:16:24 -0000	1.34
+++ ChangeLog	22 Aug 2013 11:20:49 -0000	1.35
@@ -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.34 2013/08/22 11:16:24 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/magneto-kde/ChangeLog,v 1.35 2013/08/22 11:20:49 lxnay Exp $
+
+  22 Aug 2013; Fabio Erculiani <lxnay@gentoo.org> -magneto-kde-136.ebuild:
+  drop older version 136
 
 *magneto-kde-216 (22 Aug 2013)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-22 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24 14:47 [gentoo-commits] gentoo-x86 commit in kde-misc/magneto-kde: ChangeLog magneto-kde-136.ebuild Fabio Erculiani (lxnay)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-22 11:20 Fabio Erculiani (lxnay)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox