diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-09-22 21:46:26 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-09-22 21:46:26 +0000 |
commit | e1f6f31dbbdf7e2903ae414c56427bbf94c65ce8 (patch) | |
tree | 938be771b1ec8f89eb1ef57f0d92483725387181 /kde-misc/steamcompanion | |
parent | Do not install koffice.desktop file, bug 381955 (diff) | |
download | gentoo-2-e1f6f31dbbdf7e2903ae414c56427bbf94c65ce8.tar.gz gentoo-2-e1f6f31dbbdf7e2903ae414c56427bbf94c65ce8.tar.bz2 gentoo-2-e1f6f31dbbdf7e2903ae414c56427bbf94c65ce8.zip |
Version bump
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/steamcompanion')
-rw-r--r-- | kde-misc/steamcompanion/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/steamcompanion/steamcompanion-0.4.0.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-misc/steamcompanion/ChangeLog b/kde-misc/steamcompanion/ChangeLog index a0f6e0a56d34..574fa2366efb 100644 --- a/kde-misc/steamcompanion/ChangeLog +++ b/kde-misc/steamcompanion/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2011/08/09 22:27:29 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/steamcompanion/ChangeLog,v 1.4 2011/09/22 21:46:26 dilfridge Exp $ + +*steamcompanion-0.4.0 (22 Sep 2011) + + 22 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +steamcompanion-0.4.0.ebuild: + Version bump 09 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> steamcompanion-0.2.2.ebuild: diff --git a/kde-misc/steamcompanion/steamcompanion-0.4.0.ebuild b/kde-misc/steamcompanion/steamcompanion-0.4.0.ebuild new file mode 100644 index 000000000000..cb28b3dc2f29 --- /dev/null +++ b/kde-misc/steamcompanion/steamcompanion-0.4.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/steamcompanion/steamcompanion-0.4.0.ebuild,v 1.1 2011/09/22 21:46:26 dilfridge 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} |