]> Pileus Git - ~andy/sunrise/commitdiff
games-rpg/pylotro: Reorder inherit line, drop implicit pkg_postrm, remove now implici...
authorThomas Sachau <tommy@gentoo.org>
Fri, 27 May 2011 12:51:10 +0000 (12:51 +0000)
committerThomas Sachau <tommy@gentoo.org>
Fri, 27 May 2011 12:51:10 +0000 (12:51 +0000)
svn path=/sunrise/; revision=12105

games-rpg/pylotro/ChangeLog
games-rpg/pylotro/Manifest
games-rpg/pylotro/pylotro-0.1.14.ebuild

index 3fca76459d35f4e5bf2f2f541443627446b2d72f..d4f5d80144700bd84404af95e70ab585d56aa5ab 100644 (file)
@@ -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>
index 49440b9f242082558c043272d1ad28e31d901e69..27cac815af15038d8ea410e84495e08d70c3251b 100644 (file)
@@ -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
index e16f75ad5d3c23615b29198fcdfc4787b6c3baf9..aaccf0cb7dcb86d6a34178202a49f82272de5056 100644 (file)
@@ -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
-}