diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-11 21:19:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-11 21:19:43 +0000 |
commit | 3497fcaa78301c8e6e7e12a7aec85bb408968b35 (patch) | |
tree | 2c73adff8a595b95a32891cad6931f76206db352 /games-mud/tintin | |
parent | Version bump. (diff) | |
download | gentoo-2-3497fcaa78301c8e6e7e12a7aec85bb408968b35.tar.gz gentoo-2-3497fcaa78301c8e6e7e12a7aec85bb408968b35.tar.bz2 gentoo-2-3497fcaa78301c8e6e7e12a7aec85bb408968b35.zip |
old
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-mud/tintin')
-rw-r--r-- | games-mud/tintin/files/digest-tintin-1.96.6 | 3 | ||||
-rw-r--r-- | games-mud/tintin/files/digest-tintin-1.96.8 | 3 | ||||
-rw-r--r-- | games-mud/tintin/tintin-1.96.6.ebuild | 43 | ||||
-rw-r--r-- | games-mud/tintin/tintin-1.96.8.ebuild | 43 |
4 files changed, 0 insertions, 92 deletions
diff --git a/games-mud/tintin/files/digest-tintin-1.96.6 b/games-mud/tintin/files/digest-tintin-1.96.6 deleted file mode 100644 index 8cfd21e63678..000000000000 --- a/games-mud/tintin/files/digest-tintin-1.96.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5b99387f40af88768ec1708bc63760e2 tintin-1.96.6.tar.gz 216313 -RMD160 9e1503b45cceca7d40c0905ef4107ea295c77319 tintin-1.96.6.tar.gz 216313 -SHA256 018f6dc949096e4671a76b8c3f14b3adb746d285a80303c165507c0d4677b513 tintin-1.96.6.tar.gz 216313 diff --git a/games-mud/tintin/files/digest-tintin-1.96.8 b/games-mud/tintin/files/digest-tintin-1.96.8 deleted file mode 100644 index 4cfd071dd53a..000000000000 --- a/games-mud/tintin/files/digest-tintin-1.96.8 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c2fe251feecddb40ab67d3e5614a3f2b tintin-1.96.8.tar.gz 236355 -RMD160 a159de38d58d1471007e466366bb8076d9e7a895 tintin-1.96.8.tar.gz 236355 -SHA256 e5b79b06883604c35cd7f218a731c2ccc09f2d270c8f1a54e077452bf59570d9 tintin-1.96.8.tar.gz 236355 diff --git a/games-mud/tintin/tintin-1.96.6.ebuild b/games-mud/tintin/tintin-1.96.6.ebuild deleted file mode 100644 index cce85d0fe4eb..000000000000 --- a/games-mud/tintin/tintin-1.96.6.ebuild +++ /dev/null @@ -1,43 +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.96.6.ebuild,v 1.2 2007/03/12 17:05:40 genone 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} - sed -i \ - -e '/^CC/d' \ - -e '/^MAKE/d' \ - -e '/^CFLAGS/s/=/+=/' "${S}/Makefile.in" \ - || die "sed failed" -} - -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.96.8.ebuild b/games-mud/tintin/tintin-1.96.8.ebuild deleted file mode 100644 index 159913c09090..000000000000 --- a/games-mud/tintin/tintin-1.96.8.ebuild +++ /dev/null @@ -1,43 +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.96.8.ebuild,v 1.1 2007/03/23 16:25:10 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} - sed -i \ - -e '/^CC/d' \ - -e '/^MAKE/d' \ - -e '/^CFLAGS/s/=/+=/' "${S}/Makefile.in" \ - || die "sed failed" -} - -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 -} |