public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Philip Miess" <Phil_miess@yahoo.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/superposition:master commit in: games-rpg/infamousmachine/
Date: Tue, 17 Oct 2017 01:51:52 +0000 (UTC)	[thread overview]
Message-ID: <1508205230.09e222a1978b0a04bad28bf2e5158750dc79e2ff.Phil_miess@gentoo> (raw)

commit:     09e222a1978b0a04bad28bf2e5158750dc79e2ff
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Tue Oct 17 01:53:50 2017 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Tue Oct 17 01:53:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=09e222a1

short description, remove leading spaces and blank lines

 games-rpg/infamousmachine/Manifest                 |  2 +-
 games-rpg/infamousmachine/infamousmachine-1.ebuild | 42 ++++++++++------------
 2 files changed, 20 insertions(+), 24 deletions(-)

diff --git a/games-rpg/infamousmachine/Manifest b/games-rpg/infamousmachine/Manifest
index 3d51699..cc8aa12 100644
--- a/games-rpg/infamousmachine/Manifest
+++ b/games-rpg/infamousmachine/Manifest
@@ -1,3 +1,3 @@
 DIST infamousmachine_unix_1_0.sh.zip 239896979 SHA256 99ff9f53e6bc24d20627890732643e53969ee43fa00cdcb634be079f4891afd8 SHA512 967566d48a400c5e358dbe52d6058b06f3f1467c50bca12cbc9fc181b2bcfdd821c16fc2d44328a9da1e038298d82e85bcdf25c46844aa4afc0019af0b507ec8 WHIRLPOOL 475bc50e1db4755997274c39a2a39da1c390f43bccb541a68b0cfe56aba951187d0e68a86415ce466f727e8d8643bab69300711be012cefe52b5cbd562a05d8f
-EBUILD infamousmachine-1.ebuild 1426 SHA256 7e58c6563bc2cc326a73df8b7bfb5ca77bad38ca37b68469ac48cb22f1132d75 SHA512 01576d6590a4c391c1eb92450638dabf7b36e423b2ae0f1f6ab0fa6ec9b5d72fecfe8f4334e64d480813c344cd342c1688fc19b121d1c424bd6d52b9356afc09 WHIRLPOOL 5f9f76769a25fe4971244623798be2f9844534e60da3e3dbce494a53e5daf2c3e73c575658d2b51f48deb7098d9874501f54b7f8b87e737c254389ebd19bf07c
+EBUILD infamousmachine-1.ebuild 1206 SHA256 a4ada92d9cb039faa61179f8998feb8c00280c91f5a217a6f79587f18a41caa0 SHA512 b76311e106ff517f3c2e4325928a2979e51a427a786420dbfa7f12681ae54fe611ea0dcfd342c6f941ee52fc8ca87f0478393db6c8aedbbe97986a3d00d9aae7 WHIRLPOOL 3277fa0457363322ab81b40b59b98ab6e417b616f81b2b46b64c75bbcf1a65fbb4468bda182295e8665ed2666d33138b489c1527eeeda6085de8137c3f68ea0d
 MISC metadata.xml 733 SHA256 c2ed97c761163a46de509c129b9a6316c080a36b88fcc6d6e4c9dab7bea592f0 SHA512 5e377b097357cd790095b689b928df77d2bfdeb89a4bc38d8cc52d486470c9a019d10143fbbc568effaa94ef166dd0540b5f8835403c428fb5ed567a998b065f WHIRLPOOL 9ee5dfd7d331a963d5da080565f23bc7300d6f679e25cfcdefee13826ddd727262d6b0f1754b606f254cda0b8384789888e1264d986b16d3ec84703856b1ad8e

diff --git a/games-rpg/infamousmachine/infamousmachine-1.ebuild b/games-rpg/infamousmachine/infamousmachine-1.ebuild
index 63e9326..c0400a4 100644
--- a/games-rpg/infamousmachine/infamousmachine-1.ebuild
+++ b/games-rpg/infamousmachine/infamousmachine-1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit eutils
 
-DESCRIPTION="A point-and-click adventure about the well intentioned but not-so-brilliant Kelvin, his workplace crush, a crazy scientist, and a hideous time machine that came to ruin everything."
+DESCRIPTION="A adventure about Kelvin, a crazy scientist, and a time machine."
 HOMEPAGE="http://www.infamousmachine.com"
 SRC_URI="infamousmachine_unix_1_0.sh.zip"
 
@@ -15,21 +15,20 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=">=virtual/jre-1.7:*
-        virtual/opengl
-        media-libs/openal
-		app-arch/p7zip"
+	virtual/opengl
+	media-libs/openal
+	app-arch/p7zip"
 RDEPEND="${DEPEND}"
 
 RESTRICT="bindist fetch mirror strip"
 S="${WORKDIR}"
 
 pkg_nofetch() {
-        einfo "Please download ${SRC_URI}"
-        einfo "from your personal page in Humble Bundle site"
-        einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
+	einfo "Please download ${SRC_URI}"
+	einfo "from your personal page in Humble Bundle site"
+	einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
 }
 
-
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
@@ -37,25 +36,22 @@ src_unpack() {
 }
 
 src_prepare() {
-    rm infamousmachine_unix_1_0.sh
-    rmdir '.install4j\'
+	rm infamousmachine_unix_1_0.sh
+	rmdir '.install4j\'
 }
 
 src_install() {
-        local dir="/opt/${P}"
-
-        insinto "${dir}"
-        doins InfamousMachine.vmoptions
-		doins InfamousMachine.jar
-		doins .install4j
+	local dir="/opt/${P}"
 
-        exeinto "${dir}"
-        doexe InfamousMachine
+	insinto "${dir}"
+	doins InfamousMachine.vmoptions
+	doins InfamousMachine.jar
+	doins .install4j
 
-        make_wrapper ${PN} ./InfamousMachine "${dir}" "${dir}"
-        newicon .install4j/InfamousMachine.png "${PN}"
-        make_desktop_entry ${PN} "Kelvin and the Infamous Machine" "${PN}" Game
+	exeinto "${dir}"
+	doexe InfamousMachine
 
+	make_wrapper ${PN} ./InfamousMachine "${dir}" "${dir}"
+	newicon .install4j/InfamousMachine.png "${PN}"
+	make_desktop_entry ${PN} "Kelvin and the Infamous Machine" "${PN}" Game
 }
-
-


             reply	other threads:[~2017-10-17  1:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-17  1:51 Philip Miess [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-21  2:20 [gentoo-commits] repo/user/superposition:master commit in: games-rpg/infamousmachine/ Philip Miess
2023-03-25 20:42 Philip Miess
2017-10-17  2:15 Philip Miess
2017-10-17  2:13 Philip Miess
2017-10-17  2:10 Philip Miess
2017-10-17  2:09 Philip Miess
2017-10-17  2:02 Philip Miess
2017-10-17  1:57 Philip Miess
2017-10-17  1:51 Philip Miess

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1508205230.09e222a1978b0a04bad28bf2e5158750dc79e2ff.Phil_miess@gentoo \
    --to=phil_miess@yahoo.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox