summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2011-05-27 12:51:10 +0000
committerThomas Sachau <tommy@gentoo.org>2011-05-27 12:51:10 +0000
commit1d5649d6b9bc98907700941bc519bfbc8126a140 (patch)
treeaf668dcb053afc7c4be483d61856b8ecd3c9e8ac /games-rpg
parentnet-analyzer/pf_ring-kmod: Switch hardcoded arrow target to P (diff)
downloadsunrise-1d5649d6b9bc98907700941bc519bfbc8126a140.tar.gz
sunrise-1d5649d6b9bc98907700941bc519bfbc8126a140.tar.bz2
sunrise-1d5649d6b9bc98907700941bc519bfbc8126a140.zip
games-rpg/pylotro: Reorder inherit line, drop implicit pkg_postrm, remove now implicit src_compile
svn path=/sunrise/; revision=12105
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/pylotro/ChangeLog4
-rw-r--r--games-rpg/pylotro/Manifest4
-rw-r--r--games-rpg/pylotro/pylotro-0.1.14.ebuild10
3 files changed, 7 insertions, 11 deletions
diff --git a/games-rpg/pylotro/ChangeLog b/games-rpg/pylotro/ChangeLog
index 3fca76459..d4f5d8014 100644
--- a/games-rpg/pylotro/ChangeLog
+++ b/games-rpg/pylotro/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 May 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ pylotro-0.1.14.ebuild:
+ Reorder inherit line, drop implicit pkg_postrm, remove now implicit src_compile
+
*pylotro-0.1.14 (12 May 2011)
12 May 2011; Daniel Santos (dansan) <daniel.santos@pobox.com>
diff --git a/games-rpg/pylotro/Manifest b/games-rpg/pylotro/Manifest
index 49440b9f2..27cac815a 100644
--- a/games-rpg/pylotro/Manifest
+++ b/games-rpg/pylotro/Manifest
@@ -1,4 +1,4 @@
DIST PyLotRO-0.1.14.tar.bz2 689093 RMD160 57ae9348063d72c3b756b18ba4fe147c26d3c881 SHA1 c78c0bd44790991347fc84c5043ef7574be32ef3 SHA256 8dde88004a10b107a47c39bf8013b8649ee5eac223704f7fd1d8b14201703a80
-EBUILD pylotro-0.1.14.ebuild 1256 RMD160 554978275eac36937217d612a96e4bb9e95ff909 SHA1 fc389f0eb4214b08a1288fa34d05cd19fdb9a411 SHA256 52a4f227f3007906ea0ef76fc9f1c49546ac8612b88c1657450d4e24c37a8e96
-MISC ChangeLog 520 RMD160 cf1492b522a35debca303d0d6158d35e0d51722b SHA1 da2ca8387f3001ff20d27e13eb0de668aeca9883 SHA256 5d6e04a3ab7fee71ab6c3535c1d58164e91a915abc9ec087f661c8e1a6543054
+EBUILD pylotro-0.1.14.ebuild 1174 RMD160 c0b85fbf8cfc1373821570566eb87c2bbab39598 SHA1 1cf812ea2fc4d8af56546bd14bf062b5934ac91b SHA256 ee678d28511f7ac1506d4a9a1460b972620d6f46da0138201a7e8e0b7c8925c2
+MISC ChangeLog 687 RMD160 f8bcaa8c68d8ccc3b042be35ceefac08c758742a SHA1 414d5a998c786d490d30135ca2bfda80c80398b3 SHA256 b0aa3c06aa859cddc08e55ab0ee38543ace7a97f4145f7dd3b9b319cd7925773
MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/games-rpg/pylotro/pylotro-0.1.14.ebuild b/games-rpg/pylotro/pylotro-0.1.14.ebuild
index e16f75ad5..aaccf0cb7 100644
--- a/games-rpg/pylotro/pylotro-0.1.14.ebuild
+++ b/games-rpg/pylotro/pylotro-0.1.14.ebuild
@@ -8,7 +8,7 @@ PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
-inherit distutils games
+inherit games distutils
DESCRIPTION="Lord of the Rings Online and Dungeons & Dragons Online Launcher"
HOMEPAGE="http://www.lotrolinux.com/"
@@ -28,10 +28,6 @@ S="${WORKDIR}"
PYTHON_MODNAME=PyLotROLauncher
PYTHON_VERSIONED_SCRIPTS="${GAMES_BINDIR}/${PN}"
-src_compile() {
- distutils_src_compile
-}
-
src_install() {
distutils_src_install \
--install-scripts "${GAMES_BINDIR}" \
@@ -50,7 +46,3 @@ pkg_postinst() {
elog "http://appdb.winehq.org/objectManager.php?sClass=application&iId=4891"
elog "or http://www.codeweavers.com/compatibility/browse/name/?app_id=4029"
}
-
-pkg_postrm() {
- distutils_pkg_postrm
-}