diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-01-27 13:45:51 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-01-27 13:45:51 +0000 |
commit | 173f5036cc6cea71136fee3174d481a624a39d8e (patch) | |
tree | a8e1a80a61abe6bb3aa394cf67f1300b08910e88 /media-plugins/gmpc-stopbutton | |
parent | Taking over maintainership and version bump (Bug #202995 by Jesse Adelman) (diff) | |
download | gentoo-2-173f5036cc6cea71136fee3174d481a624a39d8e.tar.gz gentoo-2-173f5036cc6cea71136fee3174d481a624a39d8e.tar.bz2 gentoo-2-173f5036cc6cea71136fee3174d481a624a39d8e.zip |
Taking over maintainership and version bump (Bug #202995 by Jesse Adelman)
(Portage version: 2.1.4)
Diffstat (limited to 'media-plugins/gmpc-stopbutton')
4 files changed, 33 insertions, 3 deletions
diff --git a/media-plugins/gmpc-stopbutton/ChangeLog b/media-plugins/gmpc-stopbutton/ChangeLog index 48c7d68650d3..191ad27a45c2 100644 --- a/media-plugins/gmpc-stopbutton/ChangeLog +++ b/media-plugins/gmpc-stopbutton/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gmpc-stopbutton # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-stopbutton/ChangeLog,v 1.6 2008/01/17 16:25:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-stopbutton/ChangeLog,v 1.7 2008/01/27 13:45:50 angelos Exp $ + +*gmpc-stopbutton-0.15.5.0 (27 Jan 2008) + + 27 Jan 2008; Christoph Mende <angelos@gentoo.org> metadata.xml, + +gmpc-stopbutton-0.15.5.0.ebuild: + Taking over maintainership and version bump (Bug #202995 by Jesse Adelman) 17 Jan 2008; Diego Pettenò <flameeyes@gentoo.org> gmpc-stopbutton-0.15.0.ebuild: diff --git a/media-plugins/gmpc-stopbutton/files/digest-gmpc-stopbutton-0.15.5.0 b/media-plugins/gmpc-stopbutton/files/digest-gmpc-stopbutton-0.15.5.0 new file mode 100644 index 000000000000..8eb395473605 --- /dev/null +++ b/media-plugins/gmpc-stopbutton/files/digest-gmpc-stopbutton-0.15.5.0 @@ -0,0 +1,3 @@ +MD5 ef23c2ace387e0f697e3cdbfc3bbdc95 gmpc-stopbutton-0.15.5.0.tar.gz 303782 +RMD160 a40f3a92a045428c924f27301b6b2417561765ec gmpc-stopbutton-0.15.5.0.tar.gz 303782 +SHA256 23c9d81d279b80ad99de07717c5981f48327b5a9bbd9e604b4d733dfec073313 gmpc-stopbutton-0.15.5.0.tar.gz 303782 diff --git a/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.15.5.0.ebuild b/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.15.5.0.ebuild new file mode 100644 index 000000000000..db87a420ba59 --- /dev/null +++ b/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.15.5.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.15.5.0.ebuild,v 1.1 2008/01/27 13:45:50 angelos Exp $ + +DESCRIPTION="This plugin adds a stop button to the controls in the main window" +HOMEPAGE="http://sarine.nl/gmpc-plugins-stopbutton" +SRC_URI="http://download.sarine.nl/gmpc-0.15.5/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=media-sound/gmpc-${PV} + dev-libs/libxml2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install () { + emake DESTDIR="${D}" install || die +} diff --git a/media-plugins/gmpc-stopbutton/metadata.xml b/media-plugins/gmpc-stopbutton/metadata.xml index 3303dfa8ff8f..6e5443358fda 100644 --- a/media-plugins/gmpc-stopbutton/metadata.xml +++ b/media-plugins/gmpc-stopbutton/metadata.xml @@ -3,8 +3,8 @@ <pkgmetadata> <herd>sound</herd> <maintainer> - <email>ticho@gentoo.org</email> - <name>Andrej Kacian</name> + <email>angelos@gentoo.org</email> + <name>Christoph Mende</name> </maintainer> <longdescription>This is the simplest plugin of the lot, it adds a stop button to the controls in the main window. It's an easy solution to keep everybody happy.</longdescription> </pkgmetadata> |