bircoph     15/01/10 04:12:49

  Added:                metadata.xml ksokoban-0.5.0_pre20120725.ebuild
                        ksokoban-9999.ebuild ChangeLog
  Log:
  ksokoban is ported to KDE4 and back again!
  
  Signed-off-by: Andrew Savchenko <birc...@gentoo.org>
  (Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key 
565953B95372756C)

Revision  Changes    Path
1.1                  games-puzzle/ksokoban/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/ksokoban/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/ksokoban/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
<maintainer>
        <email>birc...@gentoo.org</email>
</maintainer>
</pkgmetadata>



1.1                  games-puzzle/ksokoban/ksokoban-0.5.0_pre20120725.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/ksokoban/ksokoban-0.5.0_pre20120725.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/ksokoban/ksokoban-0.5.0_pre20120725.ebuild?rev=1.1&content-type=text/plain

Index: ksokoban-0.5.0_pre20120725.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/ksokoban/ksokoban-0.5.0_pre20120725.ebuild,v
 1.1 2015/01/10 04:12:49 bircoph Exp $

EAPI=5

if [[ ${PV} == "9999" ]]; then
        inherit mercurial
        EHG_REPO_URI="http://hg.code.sf.net/p/ksokoban/code";
else
        SRC_URI="http://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz";
        KEYWORDS="~amd64 ~x86"
fi

inherit cmake-utils
DESCRIPTION="The japanese warehouse keeper game "
HOMEPAGE="https://sourceforge.net/projects/ksokoban/";
LICENSE="GPL-2"
SLOT="0"

DEPEND="kde-base/kdelibs:4"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}"

CMAKE_IN_SOURCE_BUILD="yes"

src_prepare() {
        sed -i 's/%m//' "data/${PN}.desktop" || die "sed for desktop file 
failed"
}

# source lacks install target
src_install() {
        dobin ksokoban
        dodoc AUTHORS NEWS TODO
        domenu "data/${PN}.desktop"
        for i in 16 22 32 48 64 128; do
                doicon -s "${i}" "data/hi${i}-app-${PN}.png"
        done
}



1.1                  games-puzzle/ksokoban/ksokoban-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/ksokoban/ksokoban-9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/ksokoban/ksokoban-9999.ebuild?rev=1.1&content-type=text/plain

Index: ksokoban-9999.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ksokoban/ksokoban-9999.ebuild,v 
1.1 2015/01/10 04:12:49 bircoph Exp $

EAPI=5

if [[ ${PV} == "9999" ]]; then
        inherit mercurial
        EHG_REPO_URI="http://hg.code.sf.net/p/ksokoban/code";
else
        SRC_URI="http://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz";
        KEYWORDS="~amd64 ~x86"
fi

inherit cmake-utils
DESCRIPTION="The japanese warehouse keeper game "
HOMEPAGE="https://sourceforge.net/projects/ksokoban/";
LICENSE="GPL-2"
SLOT="0"

DEPEND="kde-base/kdelibs:4"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}"

CMAKE_IN_SOURCE_BUILD="yes"

src_prepare() {
        sed -i 's/%m//' "data/${PN}.desktop" || die "sed for desktop file 
failed"
}

# source lacks install target
src_install() {
        dobin ksokoban
        dodoc AUTHORS NEWS TODO
        domenu "data/${PN}.desktop"
        for i in 16 22 32 48 64 128; do
                doicon -s "${i}" "data/hi${i}-app-${PN}.png"
        done
}



1.1                  games-puzzle/ksokoban/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/ksokoban/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/ksokoban/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for games-puzzle/ksokoban
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ksokoban/ChangeLog,v 1.1 
2015/01/10 04:12:49 bircoph Exp $

*ksokoban-9999 (10 Jan 2015)
*ksokoban-0.5.0_pre20120725 (10 Jan 2015)

  10 Jan 2015; Andrew Savchenko <birc...@gentoo.org>
  +ksokoban-0.5.0_pre20120725.ebuild, +ksokoban-9999.ebuild, +metadata.xml:
  Initial version. Good old ksokoban is ported to KDE4 and back again!





Reply via email to