diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 17:54:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 17:54:35 +0000 |
commit | 8af97d1d9766b694ad3fdb762cbbb56834fe7d04 (patch) | |
tree | b6c69a389e17005c7c47ffce4c98ad2cab21318a /games-mud | |
parent | alpha/ia64/sparc/x86 stable (diff) | |
download | gentoo-2-8af97d1d9766b694ad3fdb762cbbb56834fe7d04.tar.gz gentoo-2-8af97d1d9766b694ad3fdb762cbbb56834fe7d04.tar.bz2 gentoo-2-8af97d1d9766b694ad3fdb762cbbb56834fe7d04.zip |
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/tintin/tintin-1.97.7.ebuild | 45 | ||||
-rw-r--r-- | games-mud/tintin/tintin-1.97.8.ebuild | 45 |
2 files changed, 0 insertions, 90 deletions
diff --git a/games-mud/tintin/tintin-1.97.7.ebuild b/games-mud/tintin/tintin-1.97.7.ebuild deleted file mode 100644 index 409248abbb30..000000000000 --- a/games-mud/tintin/tintin-1.97.7.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-1.97.7.ebuild,v 1.1 2007/10/19 16:12:35 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t" -HOMEPAGE="http://tintin.sourceforge.net/" -SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="sys-libs/zlib - sys-libs/readline - sys-libs/ncurses" - -S=${WORKDIR}/tt/src - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e '/^CC/d' \ - -e '/^MAKE/d' \ - -e '/^CFLAGS/s/=/+=/' Makefile.in \ - || die "sed failed" - chmod +x configure -} - -src_install () { - dogamesbin tt++ || die "dogamesbin failed" - dodoc ../{BUGS,CREDITS,FAQ,README,TODO,docs/*} - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****" - ewarn "read the README for more details." - echo -} diff --git a/games-mud/tintin/tintin-1.97.8.ebuild b/games-mud/tintin/tintin-1.97.8.ebuild deleted file mode 100644 index c8e6df4e2910..000000000000 --- a/games-mud/tintin/tintin-1.97.8.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-1.97.8.ebuild,v 1.1 2007/11/23 18:07:22 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t" -HOMEPAGE="http://tintin.sourceforge.net/" -SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="sys-libs/zlib - sys-libs/readline - sys-libs/ncurses" - -S=${WORKDIR}/tt/src - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e '/^CC/d' \ - -e '/^MAKE/d' \ - -e '/^CFLAGS/s/=/+=/' Makefile.in \ - || die "sed failed" - chmod +x configure -} - -src_install () { - dogamesbin tt++ || die "dogamesbin failed" - dodoc ../{BUGS,CREDITS,FAQ,README,TODO,docs/*} - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****" - ewarn "read the README for more details." - echo -} |