diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-21 19:09:24 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-21 19:09:24 +0000 |
commit | bf8767f98311704e3a7b7136a858dd2959d14693 (patch) | |
tree | 6f070708f45a3aea41c4af7ed56da0613b658205 /kde-misc/steamcompanion | |
parent | Bump to EAPI 5. (diff) | |
download | gentoo-2-bf8767f98311704e3a7b7136a858dd2959d14693.tar.gz gentoo-2-bf8767f98311704e3a7b7136a858dd2959d14693.tar.bz2 gentoo-2-bf8767f98311704e3a7b7136a858dd2959d14693.zip |
Revision bump to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc/steamcompanion')
-rw-r--r-- | kde-misc/steamcompanion/ChangeLog | 10 | ||||
-rw-r--r-- | kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild | 20 |
2 files changed, 27 insertions, 3 deletions
diff --git a/kde-misc/steamcompanion/ChangeLog b/kde-misc/steamcompanion/ChangeLog index 65cad912be76..81c112810f99 100644 --- a/kde-misc/steamcompanion/ChangeLog +++ b/kde-misc/steamcompanion/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/steamcompanion -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/steamcompanion/ChangeLog,v 1.11 2012/04/18 22:42:34 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/steamcompanion/ChangeLog,v 1.12 2014/03/21 19:09:24 johu Exp $ + +*steamcompanion-0.5.4-r1 (21 Mar 2014) + + 21 Mar 2014; Johannes Huber <johu@gentoo.org> +steamcompanion-0.5.4-r1.ebuild: + Revision bump to EAPI 5. 18 Apr 2012; Johannes Huber <johu@gentoo.org> -steamcompanion-0.5.1.ebuild, -steamcompanion-0.5.2.ebuild: @@ -56,4 +61,3 @@ 19 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> +steamcompanion-0.2.2.ebuild, +metadata.xml: Initial commit for handy plasmoid. - diff --git a/kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild b/kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild new file mode 100644 index 000000000000..7a2670e31185 --- /dev/null +++ b/kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild,v 1.1 2014/03/21 19:09:24 johu Exp $ + +EAPI=5 + +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} |