diff options
author | Johannes Huber <johu@gentoo.org> | 2012-02-03 03:15:25 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-02-03 03:15:25 +0000 |
commit | a40eb975f5342aabc37e5ed5814919a29bf480f9 (patch) | |
tree | 0793566b6b30a80b905b8c53cf4827763444cacb /kde-misc/steamcompanion | |
parent | Bump to unstable atheme-services-7.0.0_alpha11. (diff) | |
download | gentoo-2-a40eb975f5342aabc37e5ed5814919a29bf480f9.tar.gz gentoo-2-a40eb975f5342aabc37e5ed5814919a29bf480f9.tar.bz2 gentoo-2-a40eb975f5342aabc37e5ed5814919a29bf480f9.zip |
Version bump wrt bug #402009.
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'kde-misc/steamcompanion')
-rw-r--r-- | kde-misc/steamcompanion/ChangeLog | 9 | ||||
-rw-r--r-- | kde-misc/steamcompanion/steamcompanion-0.5.2.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/kde-misc/steamcompanion/ChangeLog b/kde-misc/steamcompanion/ChangeLog index d77e3f2e1674..95c3c5586ea5 100644 --- a/kde-misc/steamcompanion/ChangeLog +++ b/kde-misc/steamcompanion/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/steamcompanion -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/steamcompanion/ChangeLog,v 1.6 2011/12/08 10:56:49 johu Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/steamcompanion/ChangeLog,v 1.7 2012/02/03 03:15:25 johu Exp $ + +*steamcompanion-0.5.2 (03 Feb 2012) + + 03 Feb 2012; Johannes Huber <johu@gentoo.org> +steamcompanion-0.5.2.ebuild: + Version bump wrt bug #402009. *steamcompanion-0.5.1 (08 Dec 2011) diff --git a/kde-misc/steamcompanion/steamcompanion-0.5.2.ebuild b/kde-misc/steamcompanion/steamcompanion-0.5.2.ebuild new file mode 100644 index 000000000000..b4be6ad61c1c --- /dev/null +++ b/kde-misc/steamcompanion/steamcompanion-0.5.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/steamcompanion/steamcompanion-0.5.2.ebuild,v 1.1 2012/02/03 03:15:25 johu Exp $ + +EAPI=4 + +KDE_LINGUAS="it" +KDE_LINGUAS_DIR="translations" +inherit kde4-base + +DESCRIPTION="Connector for web Steam service from Valve." +HOMEPAGE="http://kde-look.org/content/show.php/Steam+Companion?content=141713" +SRC_URI="http://kde-look.org/CONTENT/content-files/141713-${PN}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +S=${WORKDIR}/${PN} |