diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 19:44:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 19:44:45 +0000 |
commit | 8460f56cb7cbfe4bd6e61e6bbbc059e2e7b9da41 (patch) | |
tree | b553db9432f168ec2d09c06792db4c92f3324def /games-mud/tintin | |
parent | alpha/sparc stable wrt #209177 (diff) | |
download | gentoo-2-8460f56cb7cbfe4bd6e61e6bbbc059e2e7b9da41.tar.gz gentoo-2-8460f56cb7cbfe4bd6e61e6bbbc059e2e7b9da41.tar.bz2 gentoo-2-8460f56cb7cbfe4bd6e61e6bbbc059e2e7b9da41.zip |
remove unstable, security-broken version (bug #209903)
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-mud/tintin')
-rw-r--r-- | games-mud/tintin/ChangeLog | 6 | ||||
-rw-r--r-- | games-mud/tintin/tintin-1.97.9.ebuild | 45 |
2 files changed, 5 insertions, 46 deletions
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog index e40f54f51392..5cf4ee7f5a80 100644 --- a/games-mud/tintin/ChangeLog +++ b/games-mud/tintin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-mud/tintin # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.56 2008/02/02 06:37:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.57 2008/02/12 19:44:45 mr_bones_ Exp $ + + 12 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org> + -tintin-1.97.9.ebuild: + remove unstable, security-broken version (bug #209903) *tintin-1.97.9 (02 Feb 2008) diff --git a/games-mud/tintin/tintin-1.97.9.ebuild b/games-mud/tintin/tintin-1.97.9.ebuild deleted file mode 100644 index 161e6a53b5a3..000000000000 --- a/games-mud/tintin/tintin-1.97.9.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-1.97.9.ebuild,v 1.1 2008/02/02 06:37:26 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 -} |