diff options
author | 2011-05-12 13:27:22 +0000 | |
---|---|---|
committer | 2011-05-12 13:27:22 +0000 | |
commit | 0c8325d6f38f207103f9edc5eb23bf392efc5690 (patch) | |
tree | d1c1cf5d265d1e84db318a295a8b29ef08ecdffb /kde-misc/plasma-mpd-nowplaying | |
parent | Improved Python-related code. Bug #364851 (diff) | |
download | historical-0c8325d6f38f207103f9edc5eb23bf392efc5690.tar.gz historical-0c8325d6f38f207103f9edc5eb23bf392efc5690.tar.bz2 historical-0c8325d6f38f207103f9edc5eb23bf392efc5690.zip |
Initial commit for nice now-playing mpd plasmoid.
Package-Manager: portage-2.2.0_alpha32/cvs/Linux x86_64
Diffstat (limited to 'kde-misc/plasma-mpd-nowplaying')
-rw-r--r-- | kde-misc/plasma-mpd-nowplaying/ChangeLog | 10 | ||||
-rw-r--r-- | kde-misc/plasma-mpd-nowplaying/Manifest | 14 | ||||
-rw-r--r-- | kde-misc/plasma-mpd-nowplaying/metadata.xml | 5 | ||||
-rw-r--r-- | kde-misc/plasma-mpd-nowplaying/plasma-mpd-nowplaying-0.2.ebuild | 21 |
4 files changed, 50 insertions, 0 deletions
diff --git a/kde-misc/plasma-mpd-nowplaying/ChangeLog b/kde-misc/plasma-mpd-nowplaying/ChangeLog new file mode 100644 index 000000000000..f6537df4e311 --- /dev/null +++ b/kde-misc/plasma-mpd-nowplaying/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for kde-misc/plasma-mpd-nowplaying +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-mpd-nowplaying/ChangeLog,v 1.1 2011/05/12 13:27:22 scarabeus Exp $ + +*plasma-mpd-nowplaying-0.2 (12 May 2011) + + 12 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> + +plasma-mpd-nowplaying-0.2.ebuild, +metadata.xml: + Initial commit for nice now-playing mpd plasmoid. + diff --git a/kde-misc/plasma-mpd-nowplaying/Manifest b/kde-misc/plasma-mpd-nowplaying/Manifest new file mode 100644 index 000000000000..6e018b3ed342 --- /dev/null +++ b/kde-misc/plasma-mpd-nowplaying/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST 132350-mpdnowplaying-0.2.tar.gz 9612 RMD160 f62aede7d004977b2f9a878d3ef1eeeba027c947 SHA1 334b994b65e455804366d0a345c3605a6b936f46 SHA256 3d19449e353aa3197bfb61baa5a2126abc52a197865be2c15820e0def6e0f33c +EBUILD plasma-mpd-nowplaying-0.2.ebuild 624 RMD160 ceb0ab6f69c76ee8b2fbda498e6d42dbda8fde89 SHA1 0e355b837bea9248609b2ca0f6b0ba18a7f1058d SHA256 6fec0d22575fd84efd46d322476cfc8b695737a62cf1792ec619afe29fe932dd +MISC ChangeLog 438 RMD160 e2d9b25312b75465f3713097b50c235b9c185f54 SHA1 e8a9566a25631dc2332a9e57176016ba91a587da SHA256 6881f936873426b2dd53dac239520f24baf4da18b7add6ecdda6a5744ba0db03 +MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iEYEARECAAYFAk3L4D8ACgkQHB6c3gNBRYcYRQCgraE/m9IL55ZkLS4/gXn+xdaG +s+IAoIew+vkG8FGwVlHNRTWupKpSPxIJ +=fWuJ +-----END PGP SIGNATURE----- diff --git a/kde-misc/plasma-mpd-nowplaying/metadata.xml b/kde-misc/plasma-mpd-nowplaying/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/kde-misc/plasma-mpd-nowplaying/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> diff --git a/kde-misc/plasma-mpd-nowplaying/plasma-mpd-nowplaying-0.2.ebuild b/kde-misc/plasma-mpd-nowplaying/plasma-mpd-nowplaying-0.2.ebuild new file mode 100644 index 000000000000..3790a19c4d1a --- /dev/null +++ b/kde-misc/plasma-mpd-nowplaying/plasma-mpd-nowplaying-0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-mpd-nowplaying/plasma-mpd-nowplaying-0.2.ebuild,v 1.1 2011/05/12 13:27:22 scarabeus Exp $ + +EAPI=4 + +MY_PN="mpdnowplaying" +MY_P=${MY_PN}-${PV} + +inherit kde4-base + +DESCRIPTION="Plasmoid attached to MPD displaying currently played item" +HOMEPAGE="http://kde-look.org/content/show.php/MPD+Now+Playing?content=132350" +SRC_URI="http://kde-look.org/CONTENT/content-files/132350-${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S=${WORKDIR}/${MY_PN} |