diff options
author | David Holm <dholm@gentoo.org> | 2004-07-17 19:31:38 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-07-17 19:31:38 +0000 |
commit | 7d50bd85ada0eb39c3996dabbb633fbb7409ba4b (patch) | |
tree | e6171aa3da07b32f6740476772957eb393297d30 /games-simulation | |
parent | Clarifying changelog entry. (diff) | |
download | gentoo-2-7d50bd85ada0eb39c3996dabbb633fbb7409ba4b.tar.gz gentoo-2-7d50bd85ada0eb39c3996dabbb633fbb7409ba4b.tar.bz2 gentoo-2-7d50bd85ada0eb39c3996dabbb633fbb7409ba4b.zip |
Version bumped
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/openttd/Manifest | 6 | ||||
-rw-r--r-- | games-simulation/openttd/files/digest-openttd-0.3.3 | 2 | ||||
-rw-r--r-- | games-simulation/openttd/files/digest-openttd-20040626 | 2 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.3.3.ebuild (renamed from games-simulation/openttd/openttd-20040626.ebuild) | 7 |
5 files changed, 14 insertions, 11 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index 9c091f05e1e7..e735de797813 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.3 2004/07/14 07:38:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.4 2004/07/17 19:31:38 dholm Exp $ + +*openttd-0.3.3 (17 Jul 2004) + + 17 Jul 2004; David Holm <dholm@gentoo.org> +openttd-0.3.3.ebuild, + -openttd-20040626.ebuild: + Version bumped. Closing bug #57058. 14 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> openttd-20040626.ebuild: diff --git a/games-simulation/openttd/Manifest b/games-simulation/openttd/Manifest index 784d39969a75..3084888da6bc 100644 --- a/games-simulation/openttd/Manifest +++ b/games-simulation/openttd/Manifest @@ -1,4 +1,4 @@ -MD5 5b4aa2fc903ab674e550393d3e2d5044 ChangeLog 703 +MD5 c94db9725bd21551f936754f2202ca31 ChangeLog 868 MD5 7efefbbe81a05cbc5d4e96203f047fda metadata.xml 245 -MD5 eb814da2d77e45ec5854790977f48838 openttd-20040626.ebuild 2136 -MD5 d843b4d40c78f879ad70c5cc231bd815 files/digest-openttd-20040626 133 +MD5 0114132d8de0b81ee7bd749eacc8d1f6 openttd-0.3.3.ebuild 2082 +MD5 211d365a1cdda11aa6e5e2f7fb307579 files/digest-openttd-0.3.3 130 diff --git a/games-simulation/openttd/files/digest-openttd-0.3.3 b/games-simulation/openttd/files/digest-openttd-0.3.3 new file mode 100644 index 000000000000..0f4a09f7fc55 --- /dev/null +++ b/games-simulation/openttd/files/digest-openttd-0.3.3 @@ -0,0 +1,2 @@ +MD5 141064174eb9dea3435c273012bc8882 openttd-0.3.3.tar.bz2 1075443 +MD5 070d66ed5086515a45f0a40a25c28771 openttd-useful.zip 366311 diff --git a/games-simulation/openttd/files/digest-openttd-20040626 b/games-simulation/openttd/files/digest-openttd-20040626 deleted file mode 100644 index 0df5de544b23..000000000000 --- a/games-simulation/openttd/files/digest-openttd-20040626 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 7cbdb28a65b6360f9d6c5cf8ec51d2d8 openttd-20040626.tar.bz2 1654861 -MD5 070d66ed5086515a45f0a40a25c28771 openttd-useful.zip 366311 diff --git a/games-simulation/openttd/openttd-20040626.ebuild b/games-simulation/openttd/openttd-0.3.3.ebuild index 933eb4694cea..6142dbaad178 100644 --- a/games-simulation/openttd/openttd-20040626.ebuild +++ b/games-simulation/openttd/openttd-0.3.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-20040626.ebuild,v 1.4 2004/07/14 07:38:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.3.3.ebuild,v 1.1 2004/07/17 19:31:38 dholm Exp $ inherit games DESCRIPTION="OpenTTD is a clone of Transport Tycoon Deluxe" HOMEPAGE="http://www.openttd.com/" -SRC_URI="mirror://gentoo/${P}.tar.bz2 +SRC_URI="mirror://sourceforge/openttd/${P}.tar.bz2 mirror://sourceforge/openttd/openttd-useful.zip" LICENSE="GPL-2" @@ -57,9 +57,6 @@ src_install() { insinto "${GAMES_DATADIR}/${PN}/lang" doins lang/*.lng || die "doins failed" - insinto /usr/share/pixmaps - newins media/icon128.png openttd.png - make_desktop_entry openttd "OpenTTD" openttd.png dodoc readme.txt changelog.txt docs/Manual.txt prepgamesdirs |