diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-07-08 16:27:36 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-07-08 16:27:36 +0000 |
commit | 83d6f1e694f936889f832acecdd7288b44f535de (patch) | |
tree | 4d9c5d40434619e0d8f425c1411e852f4f005199 /x11-plugins/pidgin-opensteamworks | |
parent | upgrade ebuild, make in source build, fix test phase, add py3.3 support (diff) | |
download | gentoo-2-83d6f1e694f936889f832acecdd7288b44f535de.tar.gz gentoo-2-83d6f1e694f936889f832acecdd7288b44f535de.tar.bz2 gentoo-2-83d6f1e694f936889f832acecdd7288b44f535de.zip |
Update metadata.xml, drop old
(Portage version: 2.1.12.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins/pidgin-opensteamworks')
5 files changed, 8 insertions, 123 deletions
diff --git a/x11-plugins/pidgin-opensteamworks/ChangeLog b/x11-plugins/pidgin-opensteamworks/ChangeLog index c54ec1ff99a6..9f8fed4717aa 100644 --- a/x11-plugins/pidgin-opensteamworks/ChangeLog +++ b/x11-plugins/pidgin-opensteamworks/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/pidgin-opensteamworks # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/ChangeLog,v 1.16 2013/06/25 12:53:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/ChangeLog,v 1.17 2013/07/08 16:27:36 mrueg Exp $ + + 08 Jul 2013; Manuel Rüger <mrueg@gentoo.org> + -pidgin-opensteamworks-1.0_p32.ebuild, -pidgin-opensteamworks-1.0_p34.ebuild, + -pidgin-opensteamworks-1.0_p36.ebuild, metadata.xml: + Update metadata.xml, drop old 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pidgin-opensteamworks-1.0_p41.ebuild: diff --git a/x11-plugins/pidgin-opensteamworks/metadata.xml b/x11-plugins/pidgin-opensteamworks/metadata.xml index 9639c0a3d8f7..4358058a0910 100644 --- a/x11-plugins/pidgin-opensteamworks/metadata.xml +++ b/x11-plugins/pidgin-opensteamworks/metadata.xml @@ -8,9 +8,9 @@ <description>Maintainer. Assign bugs to him</description>
</maintainer>
<maintainer>
- <email>gentoo@rueg.eu</email>
+ <email>mrueg@gentoo.org</email>
<name>Manuel Rüger</name>
- <description>Proxy maintainer. CC him on bugs</description>
+ <description>Maintainer. CC him on bugs</description>
</maintainer>
<upstream>
<maintainer status="active">
diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p32.ebuild b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p32.ebuild deleted file mode 100644 index 148c9cdeb684..000000000000 --- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p32.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p32.ebuild,v 1.3 2012/07/09 17:33:14 johu Exp $ - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="Steam protocol plugin for pidgin" -HOMEPAGE="http://code.google.com/p/pidgin-opensteamworks/" -SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz - http://pidgin-opensteamworks.googlecode.com/files/icons.zip - -> ${PN}-icons.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-libs/glib:2 - dev-libs/json-glib - net-im/pidgin" -DEPEND="${RDEPEND} - app-arch/unzip - virtual/pkgconfig" - -pkg_setup() { - tc-export CC -} - -src_prepare() { - # see http://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31 - cp "${FILESDIR}"/${P}-Makefile "${S}"/Makefile || die -} - -src_install() { - default - insinto /usr/share/pixmaps/pidgin/protocols - doins -r "${WORKDIR}"/{16,48} -} diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p34.ebuild b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p34.ebuild deleted file mode 100644 index ca447687ae8c..000000000000 --- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p34.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p34.ebuild,v 1.1 2012/08/09 15:54:10 hasufell Exp $ - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="Steam protocol plugin for pidgin" -HOMEPAGE="http://code.google.com/p/pidgin-opensteamworks/" -SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz - http://pidgin-opensteamworks.googlecode.com/files/icons.zip - -> ${PN}-icons.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/glib:2 - dev-libs/json-glib - net-im/pidgin" -DEPEND="${RDEPEND} - app-arch/unzip - virtual/pkgconfig" - -pkg_setup() { - tc-export CC -} - -src_prepare() { - # see http://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31 - cp "${FILESDIR}"/${PN}-1.0_p32-Makefile "${S}"/Makefile || die -} - -src_install() { - default - insinto /usr/share/pixmaps/pidgin/protocols - doins -r "${WORKDIR}"/{16,48} -} diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p36.ebuild b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p36.ebuild deleted file mode 100644 index 142029877986..000000000000 --- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p36.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.0_p36.ebuild,v 1.5 2013/01/29 19:34:57 hasufell Exp $ - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="Steam protocol plugin for pidgin" -HOMEPAGE="http://code.google.com/p/pidgin-opensteamworks/" -SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz - http://pidgin-opensteamworks.googlecode.com/files/icons.zip - -> ${PN}-icons.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND="dev-libs/glib:2 - dev-libs/json-glib - net-im/pidgin" -DEPEND="${RDEPEND} - app-arch/unzip - virtual/pkgconfig" - -pkg_setup() { - tc-export CC -} - -src_prepare() { - # see http://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31 - cp "${FILESDIR}"/${PN}-1.0_p32-Makefile "${S}"/Makefile || die -} - -src_install() { - default - insinto /usr/share/pixmaps/pidgin/protocols - doins -r "${WORKDIR}"/{16,48} -} |