diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-19 16:28:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-19 16:28:22 +0000 |
commit | 15b6b894dfe5cbbd735ff291a6a8ce620618807f (patch) | |
tree | 79368b0733aa9ff5e410f342c002c11880632f8f /games-mud/tintin | |
parent | old (diff) | |
download | gentoo-2-15b6b894dfe5cbbd735ff291a6a8ce620618807f.tar.gz gentoo-2-15b6b894dfe5cbbd735ff291a6a8ce620618807f.tar.bz2 gentoo-2-15b6b894dfe5cbbd735ff291a6a8ce620618807f.zip |
old
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-mud/tintin')
-rw-r--r-- | games-mud/tintin/files/digest-tintin-1.97.5 | 3 | ||||
-rw-r--r-- | games-mud/tintin/tintin-1.97.5.ebuild | 45 |
2 files changed, 0 insertions, 48 deletions
diff --git a/games-mud/tintin/files/digest-tintin-1.97.5 b/games-mud/tintin/files/digest-tintin-1.97.5 deleted file mode 100644 index f2cd253669bf..000000000000 --- a/games-mud/tintin/files/digest-tintin-1.97.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 80d69a25cda8613587072c41fdbf9bcf tintin-1.97.5.tar.gz 226100 -RMD160 ff31f889720e1b12d71fab62e863e633438ad5af tintin-1.97.5.tar.gz 226100 -SHA256 a6b1770c05c58f11004ac1e95f0ae7727ae4536747032635092f29001640c0b1 tintin-1.97.5.tar.gz 226100 diff --git a/games-mud/tintin/tintin-1.97.5.ebuild b/games-mud/tintin/tintin-1.97.5.ebuild deleted file mode 100644 index 703730e93e70..000000000000 --- a/games-mud/tintin/tintin-1.97.5.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.5.ebuild,v 1.1 2007/08/14 03:21:00 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 -} |