diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2012-02-12 07:27:22 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2012-02-12 07:27:22 +0000 |
commit | f5f1101f1ca7679c75145a757d7e19f0a1ffd10e (patch) | |
tree | 1cd7164a6510769a1d61c064884fe8420e1a68d8 /kde-misc | |
parent | version bump (diff) | |
download | gentoo-2-f5f1101f1ca7679c75145a757d7e19f0a1ffd10e.tar.gz gentoo-2-f5f1101f1ca7679c75145a757d7e19f0a1ffd10e.tar.bz2 gentoo-2-f5f1101f1ca7679c75145a757d7e19f0a1ffd10e.zip |
version bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/entropy-kioslaves/ChangeLog | 10 | ||||
-rw-r--r-- | kde-misc/entropy-kioslaves/entropy-kioslaves-1.0_rc87.ebuild | 48 |
2 files changed, 56 insertions, 2 deletions
diff --git a/kde-misc/entropy-kioslaves/ChangeLog b/kde-misc/entropy-kioslaves/ChangeLog index 4a115d0bee04..4a216b4817d2 100644 --- a/kde-misc/entropy-kioslaves/ChangeLog +++ b/kde-misc/entropy-kioslaves/ChangeLog @@ -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.16 2011/12/22 17:54:07 lxnay Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/entropy-kioslaves/ChangeLog,v 1.17 2012/02/12 07:27:22 lxnay Exp $ + +*entropy-kioslaves-1.0_rc87 (12 Feb 2012) + + 12 Feb 2012; Fabio Erculiani <lxnay@gentoo.org> + +entropy-kioslaves-1.0_rc87.ebuild: + version bump *entropy-kioslaves-1.0_rc80 (22 Dec 2011) diff --git a/kde-misc/entropy-kioslaves/entropy-kioslaves-1.0_rc87.ebuild b/kde-misc/entropy-kioslaves/entropy-kioslaves-1.0_rc87.ebuild new file mode 100644 index 000000000000..f2e7151a3274 --- /dev/null +++ b/kde-misc/entropy-kioslaves/entropy-kioslaves-1.0_rc87.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2012 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_rc87.ebuild,v 1.1 2012/02/12 07:27:22 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 +} |