diff options
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/steamcompanion/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild | 4 | ||||
-rw-r--r-- | kde-misc/steamcompanion/steamcompanion-0.5.4.ebuild | 20 |
3 files changed, 7 insertions, 23 deletions
diff --git a/kde-misc/steamcompanion/ChangeLog b/kde-misc/steamcompanion/ChangeLog index 81c112810f99..a766ff3acf3d 100644 --- a/kde-misc/steamcompanion/ChangeLog +++ b/kde-misc/steamcompanion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/steamcompanion # 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 $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/steamcompanion/ChangeLog,v 1.13 2014/04/24 15:32:24 johu Exp $ + + 24 Apr 2014; Johannes Huber <johu@gentoo.org> -steamcompanion-0.5.4.ebuild, + steamcompanion-0.5.4-r1.ebuild: + amd64/x86 stable, remove old. *steamcompanion-0.5.4-r1 (21 Mar 2014) diff --git a/kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild b/kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild index 7a2670e31185..6351d746fa1a 100644 --- a/kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild +++ b/kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild,v 1.2 2014/04/24 15:32:24 johu Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://kde-look.org/CONTENT/content-files/141713-${PN}.tar.gz -> ${P}.t LICENSE="GPL-2" SLOT="4" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug" S=${WORKDIR}/${PN} diff --git a/kde-misc/steamcompanion/steamcompanion-0.5.4.ebuild b/kde-misc/steamcompanion/steamcompanion-0.5.4.ebuild deleted file mode 100644 index 93c579b8c8cf..000000000000 --- a/kde-misc/steamcompanion/steamcompanion-0.5.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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.4.ebuild,v 1.3 2012/04/18 20:43:55 maekke 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} |