From c49fc2bef3d1cad5df6e3fe4fe317d3fbbeaf3c4 Mon Sep 17 00:00:00 2001 From: "René Neumann (Necoro)" Date: Thu, 5 Nov 2009 15:07:14 +0000 Subject: x11-plugins/pidgimpd: Update to new version and add more keywords. Thanks to Steffen 'j0inty' Stollfuß for notifying. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/sunrise/; revision=9464 --- x11-plugins/pidgimpd/ChangeLog | 5 +++++ x11-plugins/pidgimpd/Manifest | 6 +++--- x11-plugins/pidgimpd/pidgimpd-1.1.1.ebuild | 24 ++++++++++++++++++++++++ x11-plugins/pidgimpd/pidgimpd-1.1.ebuild | 24 ------------------------ 4 files changed, 32 insertions(+), 27 deletions(-) create mode 100644 x11-plugins/pidgimpd/pidgimpd-1.1.1.ebuild delete mode 100644 x11-plugins/pidgimpd/pidgimpd-1.1.ebuild diff --git a/x11-plugins/pidgimpd/ChangeLog b/x11-plugins/pidgimpd/ChangeLog index 64f13c3a0..fd55084de 100644 --- a/x11-plugins/pidgimpd/ChangeLog +++ b/x11-plugins/pidgimpd/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Nov 2009; René Neumann (Necoro) + -pidgimpd-1.1.ebuild, +pidgimpd-1.1.1.ebuild: + Update to new version and add more keywords. Thanks to Steffen 'j0inty' + Stollfuß for notifying. + 17 Apr 2009; Justin Lecher (jlec) pidgimpd-1.1.ebuild: QA quotes around EAPI version diff --git a/x11-plugins/pidgimpd/Manifest b/x11-plugins/pidgimpd/Manifest index 48f359461..b7076c6f5 100644 --- a/x11-plugins/pidgimpd/Manifest +++ b/x11-plugins/pidgimpd/Manifest @@ -1,4 +1,4 @@ -DIST pidgimpd-1.1.tar.bz2 236458 RMD160 afef49e7207bcf1cc648655b1f4a2346b8fd7040 SHA1 e23341d316988f4439b3a3a78f4efeee6a888bc3 SHA256 86bd927c4458344a904bd4192260aa4c4e26135ecc85cf6331232dfc51f46356 -EBUILD pidgimpd-1.1.ebuild 573 RMD160 389c3e2c8c810576fa5a2a6ab48eb56784f197b4 SHA1 c1ada004b5f776b45c50e54db39ec59176466ade SHA256 2df1996e99a7454d4d0ab9e51c3edb40501904c47700c40a93ae1c6bb9be6f84 -MISC ChangeLog 492 RMD160 b20b6c348efaca2b271172444aed9bdbd169a24d SHA1 959be894e83dfcb5b9b05250a2543d2529f317e9 SHA256 9c3ad92f25e2eb5a81c4895dd331802a4c6ce6961ed69f5b1c10aa71863cb548 +DIST pidgimpd-1.1.1.tar.bz2 373028 RMD160 8714acdc668445ef3f7d8246ec79ca7cb8d64484 SHA1 52f3a1d0d622bbaf321a8332967c4b65ead9087a SHA256 a381e04d4e464679fd3bca8423d200ec59cdba967853eab85b190ee59ac14dbf +EBUILD pidgimpd-1.1.1.ebuild 585 RMD160 cbf48e546492a71b6a660f30a7827a51fd89cd73 SHA1 9d112830062c18a9c451849cd6ea8bf449098a32 SHA256 26b714e3380806dc0303b76ef43ddef12b926d2cb7dce469b5f6919be7786bc3 +MISC ChangeLog 699 RMD160 6b827add84a98fce98cab26c57414c3273949463 SHA1 c7066f3284ae588c81f42a4ed851367f375b7801 SHA256 c503bb6d210ad34468b9d5b940cef782e51768a471dd923f1bc742e8d292dea3 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/x11-plugins/pidgimpd/pidgimpd-1.1.1.ebuild b/x11-plugins/pidgimpd/pidgimpd-1.1.1.ebuild new file mode 100644 index 000000000..a2cb425c4 --- /dev/null +++ b/x11-plugins/pidgimpd/pidgimpd-1.1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +DESCRIPTION="PidgiMPD is a Pidgin plugin for monitoring/controlling MPD." +HOMEPAGE="http://ayeon.org/projects/pidgimpd/" +SRC_URI="http://ayeon.org/projects/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="net-im/pidgin[gtk] + media-libs/libmpd" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install () { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS README TODO || die "dodoc failed" +} diff --git a/x11-plugins/pidgimpd/pidgimpd-1.1.ebuild b/x11-plugins/pidgimpd/pidgimpd-1.1.ebuild deleted file mode 100644 index 7aa3f7bfa..000000000 --- a/x11-plugins/pidgimpd/pidgimpd-1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -DESCRIPTION="PidgiMPD is a Pidgin plugin for monitoring/controlling MPD." -HOMEPAGE="http://ayeon.org/projects/pidgimpd/" -SRC_URI="http://ayeon.org/projects/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND="net-im/pidgin[gtk] - media-libs/libmpd" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install () { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README TODO || die "dodoc failed" -} -- cgit v1.2.3-18-g5258