version bump
authorFabio Erculiani <lxnay@gentoo.org>
Thu, 22 Dec 2011 17:56:36 +0000 (17:56 +0000)
committerFabio Erculiani <lxnay@gentoo.org>
Thu, 22 Dec 2011 17:56:36 +0000 (17:56 +0000)
Package-Manager: portage-2.2.0_alpha78/cvs/Linux x86_64

kde-misc/entropy-kioslaves/ChangeLog
kde-misc/entropy-kioslaves/entropy-kioslaves-1.0_rc80.ebuild [new file with mode: 0644]
kde-misc/magneto-kde/ChangeLog
kde-misc/magneto-kde/magneto-kde-1.0_rc80.ebuild [new file with mode: 0644]

index 9c1c4b47fc2f47e14d076a8e9f70f0c177e29c70..4a115d0bee04ba49e988cb2bdf72554ab5ccd481 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for kde-misc/entropy-kioslaves
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/entropy-kioslaves/ChangeLog,v 1.15 2011/11/23 21:54:23 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/entropy-kioslaves/ChangeLog,v 1.16 2011/12/22 17:54:07 lxnay Exp $
+
+*entropy-kioslaves-1.0_rc80 (22 Dec 2011)
+
+  22 Dec 2011; Fabio Erculiani <lxnay@gentoo.org>
+  +entropy-kioslaves-1.0_rc80.ebuild:
+  version bump
 
 *entropy-kioslaves-1.0_rc77 (23 Nov 2011)
 
diff --git a/kde-misc/entropy-kioslaves/entropy-kioslaves-1.0_rc80.ebuild b/kde-misc/entropy-kioslaves/entropy-kioslaves-1.0_rc80.ebuild
new file mode 100644 (file)
index 0000000..bda16fd
--- /dev/null
@@ -0,0 +1,48 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/entropy-kioslaves/entropy-kioslaves-1.0_rc80.ebuild,v 1.1 2011/12/22 17:54:07 lxnay Exp $
+
+EAPI="3"
+KDE_MINIMAL="4.2"
+inherit eutils kde4-base
+
+DESCRIPTION="Entropy Package Manager KDE kioslaves support"
+HOMEPAGE="http://www.sabayon.org"
+LICENSE="GPL-2"
+
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"
+
+S="${WORKDIR}/entropy-${PV}"
+
+RDEPEND=">=app-admin/sulfur-${PV}"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+       einfo "nothing to prepare"
+}
+
+src_configure() {
+       einfo "nothing to configure"
+}
+
+src_compile() {
+       einfo "nothing to compile"
+}
+
+src_install() {
+       dodir "/${KDEDIR}/share/kde4/services/"
+       insinto "/${KDEDIR}/share/kde4/services/"
+       doins "${S}/sulfur/misc/entropy.protocol"
+}
+
+pkg_postinst() {
+       kde4-base_pkg_postinst
+}
+
+pkg_postrm() {
+       kde4-base_pkg_postrm
+}
index bdc4a42fd26b7f9b2c6019487102c95a2bef7538..1e4c4b12b2fd04deddd339a7e6acea2ada40b2f9 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for kde-misc/magneto-kde
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/magneto-kde/ChangeLog,v 1.15 2011/11/23 21:56:41 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/magneto-kde/ChangeLog,v 1.16 2011/12/22 17:56:36 lxnay Exp $
+
+*magneto-kde-1.0_rc80 (22 Dec 2011)
+
+  22 Dec 2011; Fabio Erculiani <lxnay@gentoo.org> +magneto-kde-1.0_rc80.ebuild:
+  version bump
 
 *magneto-kde-1.0_rc77 (23 Nov 2011)
 
diff --git a/kde-misc/magneto-kde/magneto-kde-1.0_rc80.ebuild b/kde-misc/magneto-kde/magneto-kde-1.0_rc80.ebuild
new file mode 100644 (file)
index 0000000..c7dc6b6
--- /dev/null
@@ -0,0 +1,39 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/magneto-kde/magneto-kde-1.0_rc80.ebuild,v 1.1 2011/12/22 17:56: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"
+}