Subversion Repositories KardasA Overlay

Compare Revisions

Ignore whitespace Rev 110 → Rev 111

/games-rpg/pylotro/Manifest
5,4 → 5,4
EBUILD pylotro-0.1.11.ebuild 955 RMD160 2fcaa66e96bd766003684cb1e39c666e1c1e23f7 SHA1 4ade627460552b24549fe811485343c6885d0e6e SHA256 80439d187095d7a9cf1d07828223316ebdcd2a99043601603945db8ea482df24
EBUILD pylotro-0.1.13.ebuild 1064 RMD160 ef2d800b27e98dc39da359edc51689ce61619473 SHA1 7974d9eb9b568bd485c790256346510a6a10fd35 SHA256 ad97314e11f1df319102a717a527374a7982af7d56273093877ab8aa359a9abb
EBUILD pylotro-0.1.14.ebuild 1064 RMD160 ef2d800b27e98dc39da359edc51689ce61619473 SHA1 7974d9eb9b568bd485c790256346510a6a10fd35 SHA256 ad97314e11f1df319102a717a527374a7982af7d56273093877ab8aa359a9abb
EBUILD pylotro-0.1.15.ebuild 1207 RMD160 cb2e5a4e316a04a5174b65dcbd0273008700ce76 SHA1 4f7fabc4aa1436849608cf0c1d30a66da07d27c6 SHA256 c19cb35fcb78c52c176169f228e3c1570c585fb6a2a3dd27ae81ed6fac164546
EBUILD pylotro-0.1.15.ebuild 1270 RMD160 8ee447411233e30b4652d1bd6e7d8d4208cae277 SHA1 d80199eb55ebc138e319d1ec35ae9f34ff69d013 SHA256 1a054e1f336a0cd00a255f74afc97d5be6d510dbe6dda7171593facc18134d40
/games-rpg/pylotro/pylotro-0.1.15.ebuild
10,7 → 10,7
 
inherit games distutils
 
DESCRIPTION="Lord of the Rings Online and Dungeons & Dragons Online Luncher"
DESCRIPTION="Lord of the Rings Online and Dungeons & Dragons Online Launcher"
HOMEPAGE="http://www.lotrolinux.com/"
SRC_URI="http://www.lotrolinux.com/PyLotRO-${PV}.zip"
 
17,8 → 17,10
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
 
DEPEND="dev-python/PyQt4
dev-python/4suite"
dev-python/4suite"
RDEPEND="${DEPEND}"
 
S="${WORKDIR}"
27,19 → 29,20
PYTHON_VERSIONED_SCRIPTS="${GAMES_BINDIR}/${PN}"
 
src_install() {
distutils_src_install \
--install-scripts "${GAMES_BINDIR}" \
distutils_src_install \
--install-scripts "${GAMES_BINDIR}" \
--install-data "${GAMES_DATADIR}"
prepgamesdirs
prepgamesdirs
}
 
pkg_postinst() {
distutils_pkg_postinst
games_pkg_postinst
elog "You will need a proper wine or crossover-game installation to lunch"
elog "the game. You can find more information on how to run these games in"
elog "Linux by visiting:"
 
elog
elog "You will need a proper wine or crossover-game installation to launch"
elog "the game. You can find more information on how to run these games in"
elog "Linux by visiting:"
elog "http://appdb.winehq.org/objectManager.php?sClass=application&iId=4891"
elog "or http://www.codeweavers.com/compatibility/browse/name/?app_id=4029"
}