diff options
author | Igor Ulyanov (Displacer) <disinbox@gmail.com> | 2012-03-30 17:09:29 +0000 |
---|---|---|
committer | Igor Ulyanov (Displacer) <disinbox@gmail.com> | 2012-03-30 17:09:29 +0000 |
commit | 56bb61de297c8d422df3c8cb2120b3516f6b1ac7 (patch) | |
tree | 03c88595193e8322cbbf8a751ee55a39194f54fc /games-rpg | |
parent | games-rpg/ft: Fixed cdrom eclass dependency for cdrom functions (splitted fro... (diff) | |
download | sunrise-56bb61de297c8d422df3c8cb2120b3516f6b1ac7.tar.gz sunrise-56bb61de297c8d422df3c8cb2120b3516f6b1ac7.tar.bz2 sunrise-56bb61de297c8d422df3c8cb2120b3516f6b1ac7.zip |
games-rpg/dott: Fixed cdrom eclass dependency for cdrom functions (splitted from eutils.eclass)
svn path=/sunrise/; revision=12873
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/dott/ChangeLog | 6 | ||||
-rw-r--r-- | games-rpg/dott/Manifest | 4 | ||||
-rw-r--r-- | games-rpg/dott/dott-1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-rpg/dott/ChangeLog b/games-rpg/dott/ChangeLog index 7df42da48..a8776e682 100644 --- a/games-rpg/dott/ChangeLog +++ b/games-rpg/dott/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for games-rpg/dott -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 30 Mar 2012; Igor Ulyanov (Displacer) <disinbox@gmail.com> dott-1.ebuild: + Fixed cdrom eclass dependency for cdrom functions (splitted from + eutils.eclass) + 18 Jul 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> dott-1.ebuild: Use local vars diff --git a/games-rpg/dott/Manifest b/games-rpg/dott/Manifest index c8e60cc9a..6d28155df 100644 --- a/games-rpg/dott/Manifest +++ b/games-rpg/dott/Manifest @@ -1,4 +1,4 @@ AUX dott.png 594 RMD160 3e7612c5aa46b321a92b086bc9722fef2a07c52b SHA1 a827e22b2549dbbb787ead4ddcd019f53731060c SHA256 3fbf9afc0c4c46fd95bf2531e0f06fe6d7506688f209e2c9d970e6deb250585f -EBUILD dott-1.ebuild 828 RMD160 d512769d02886e6f02be3e602015d1ff2634c3a1 SHA1 65729596c9573824c9973642a2b098ffd12f8500 SHA256 e759484c89077ed3f9a094e5abcfe8f346572d3842922406a1df318fd1ca0817 -MISC ChangeLog 345 RMD160 5a12c1b1b8f0f87ad387b2aa2a45ad6e90100976 SHA1 9f1f80ba898ff72888162f53af663cbef36de4cc SHA256 d9c8879ad802bc3537f814773d6ecd0838c6a814ffc1bb7d7014892b71f58230 +EBUILD dott-1.ebuild 834 RMD160 6d0caaa8f9675e5b5b3aafa9397e970b75d10702 SHA1 aacbb1dbccbe49387e58326b18dc5418abbc9b65 SHA256 d7db737fbdb6a6aff62379d28ddb03e2e396762d54937c8dc9da4860408a067b +MISC ChangeLog 506 RMD160 2d1a8d8f7945e96a0142072ee5be83737a03b99b SHA1 4be79cb0371d20f43d5f2d600376f7825da95f95 SHA256 4a1706c427c30f7d8c04f06ec71c68b0c11ade53cdf933118a2af87e91e2c209 MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 diff --git a/games-rpg/dott/dott-1.ebuild b/games-rpg/dott/dott-1.ebuild index d04a46a94..8c6811090 100644 --- a/games-rpg/dott/dott-1.ebuild +++ b/games-rpg/dott/dott-1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit eutils games +inherit eutils games cdrom DESCRIPTION="Day of the Tentacle" HOMEPAGE="http://wiki.scummvm.org/index.php/Day_of_the_Tentacle" |