diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-02 08:28:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-02 08:28:47 +0000 |
commit | e4e567f361c9f2b21f4fcfc1140c56cafa618a3a (patch) | |
tree | 41e4c8d730e7e4f0d24b5f06ab471ee1c1545bef /games-rpg | |
parent | remove amd64 since you need to build some 32bit libraries yourself and users ... (diff) | |
download | gentoo-2-e4e567f361c9f2b21f4fcfc1140c56cafa618a3a.tar.gz gentoo-2-e4e567f361c9f2b21f4fcfc1140c56cafa618a3a.tar.bz2 gentoo-2-e4e567f361c9f2b21f4fcfc1140c56cafa618a3a.zip |
old
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/tmw/files/digest-tmw-0.0.14.1 | 1 | ||||
-rw-r--r-- | games-rpg/tmw/files/digest-tmw-0.0.15 | 1 | ||||
-rw-r--r-- | games-rpg/tmw/files/digest-tmw-0.0.16 | 1 | ||||
-rw-r--r-- | games-rpg/tmw/tmw-0.0.14.1.ebuild | 46 | ||||
-rw-r--r-- | games-rpg/tmw/tmw-0.0.15.ebuild | 46 | ||||
-rw-r--r-- | games-rpg/tmw/tmw-0.0.16.ebuild | 46 |
6 files changed, 0 insertions, 141 deletions
diff --git a/games-rpg/tmw/files/digest-tmw-0.0.14.1 b/games-rpg/tmw/files/digest-tmw-0.0.14.1 deleted file mode 100644 index d5d734dfc976..000000000000 --- a/games-rpg/tmw/files/digest-tmw-0.0.14.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4ed2cf18988222c67052fa1bea77ebb1 tmw-0.0.14.1.tar.gz 1445319 diff --git a/games-rpg/tmw/files/digest-tmw-0.0.15 b/games-rpg/tmw/files/digest-tmw-0.0.15 deleted file mode 100644 index 949b8ff66af5..000000000000 --- a/games-rpg/tmw/files/digest-tmw-0.0.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 f1367160fce755ea7debf737fce1318b tmw-0.0.15.tar.gz 1464972 diff --git a/games-rpg/tmw/files/digest-tmw-0.0.16 b/games-rpg/tmw/files/digest-tmw-0.0.16 deleted file mode 100644 index 0af6780d1c45..000000000000 --- a/games-rpg/tmw/files/digest-tmw-0.0.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 bcd7f333765b30005390c00587fe95ca tmw-0.0.16.tar.gz 1858352 diff --git a/games-rpg/tmw/tmw-0.0.14.1.ebuild b/games-rpg/tmw/tmw-0.0.14.1.ebuild deleted file mode 100644 index 812a79e97cf5..000000000000 --- a/games-rpg/tmw/tmw-0.0.14.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.14.1.ebuild,v 1.1 2005/07/09 22:59:36 mr_bones_ Exp $ - -inherit eutils games - -DESCRIPTION="A fully free and open source MMORPG game with the looks of \"old-fashioned\" 2D RPG" -HOMEPAGE="http://themanaworld.org" -SRC_URI="mirror://sourceforge/themanaworld/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="opengl" - -DEPEND=">=dev-games/physfs-1.0.0 - opengl? ( virtual/opengl ) - dev-libs/libxml2 - media-libs/sdl-mixer - media-libs/sdl-image - >=dev-games/guichan-0.4.0" - -pkg_setup() { - if ! built_with_use dev-games/guichan sdl ; then - eerror "dev-games/guichan needs to be built with USE=sdl" - die "please re-emerge guichan with USE=sdl" - fi - games_pkg_setup -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-0.0.12-desktop.patch -} - -src_compile() { - egamesconf $(use_with opengl) || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS ChangeLog NEWS README TODO - prepgamesdirs -} diff --git a/games-rpg/tmw/tmw-0.0.15.ebuild b/games-rpg/tmw/tmw-0.0.15.ebuild deleted file mode 100644 index f8a154327643..000000000000 --- a/games-rpg/tmw/tmw-0.0.15.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.15.ebuild,v 1.1 2005/08/24 02:46:48 vapier Exp $ - -inherit eutils games - -DESCRIPTION="A fully free and open source MMORPG game with the looks of \"old-fashioned\" 2D RPG" -HOMEPAGE="http://themanaworld.org/" -SRC_URI="mirror://sourceforge/themanaworld/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="opengl" - -DEPEND=">=dev-games/physfs-1.0.0 - opengl? ( virtual/opengl ) - dev-libs/libxml2 - media-libs/sdl-mixer - media-libs/sdl-image - >=dev-games/guichan-0.4.0" - -pkg_setup() { - if ! built_with_use dev-games/guichan sdl ; then - eerror "dev-games/guichan needs to be built with USE=sdl" - die "please re-emerge guichan with USE=sdl" - fi - games_pkg_setup -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-0.0.12-desktop.patch -} - -src_compile() { - egamesconf $(use_with opengl) || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS ChangeLog NEWS README TODO - prepgamesdirs -} diff --git a/games-rpg/tmw/tmw-0.0.16.ebuild b/games-rpg/tmw/tmw-0.0.16.ebuild deleted file mode 100644 index 12a45c712a5c..000000000000 --- a/games-rpg/tmw/tmw-0.0.16.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.16.ebuild,v 1.1 2005/09/06 06:31:16 mr_bones_ Exp $ - -inherit eutils games - -DESCRIPTION="A fully free and open source MMORPG game with the looks of \"old-fashioned\" 2D RPG" -HOMEPAGE="http://themanaworld.org/" -SRC_URI="mirror://sourceforge/themanaworld/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="opengl" - -DEPEND=">=dev-games/physfs-1.0.0 - opengl? ( virtual/opengl ) - dev-libs/libxml2 - media-libs/sdl-mixer - media-libs/sdl-image - >=dev-games/guichan-0.4.0" - -pkg_setup() { - if ! built_with_use dev-games/guichan sdl ; then - eerror "dev-games/guichan needs to be built with USE=sdl" - die "please re-emerge guichan with USE=sdl" - fi - games_pkg_setup -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-0.0.12-desktop.patch -} - -src_compile() { - egamesconf $(use_with opengl) || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS ChangeLog NEWS README TODO - prepgamesdirs -} |