diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-14 11:27:41 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-14 11:27:41 +0000 |
commit | 6ad909d3ea71156492bc3d38cb1ab0bea00de8f4 (patch) | |
tree | 08c80b4e381670c6f8a4906f76d6e4e3a3f65d7a /games-action | |
parent | Whitespace (diff) | |
download | gentoo-2-6ad909d3ea71156492bc3d38cb1ab0bea00de8f4.tar.gz gentoo-2-6ad909d3ea71156492bc3d38cb1ab0bea00de8f4.tar.bz2 gentoo-2-6ad909d3ea71156492bc3d38cb1ab0bea00de8f4.zip |
Whitespace / syntax fix
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/descent3/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/descent3/descent3-1.4.0b-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog index 38cc274b05c4..5ee2c5611a32 100644 --- a/games-action/descent3/ChangeLog +++ b/games-action/descent3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/descent3 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.30 2012/02/05 05:22:29 vapier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.31 2013/08/14 11:27:41 patrick Exp $ + + 14 Aug 2013; Patrick Lauer <patrick@gentoo.org> descent3-1.4.0b-r1.ebuild: + Whitespace / syntax fix 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> descent3-1.4.0b-r1.ebuild: Move to new unpacker eclass for unpack_makeself. @@ -111,4 +114,3 @@ 28 Jul 2003; Chris Gianelloni <wolf31o2@gentoo.org> descent3-1.4.0b.ebuild, files/descent3: Initial import. Ebuild by me. - diff --git a/games-action/descent3/descent3-1.4.0b-r1.ebuild b/games-action/descent3/descent3-1.4.0b-r1.ebuild index a0c77119161f..b74289e7d9ef 100644 --- a/games-action/descent3/descent3-1.4.0b-r1.ebuild +++ b/games-action/descent3/descent3-1.4.0b-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.18 2012/02/05 05:22:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.19 2013/08/14 11:27:41 patrick Exp $ inherit eutils unpacker cdrom multilib games @@ -89,7 +89,7 @@ src_install() { # now, since these files are coming off a cd, the times/sizes/md5sums wont # be different ... that means portage will try to unmerge some files (!) # we run touch on ${D} so as to make sure portage doesnt do any such thing - find "${Ddir}" -exec touch '{}' \ + find "${Ddir}" -exec touch '{}' \; dosym /usr/$(get_libdir)/loki_libsmpeg-0.4.so.0 \ "${dir}"/libsmpeg-0.4.so.0 || die "failed compatibility symlink" |