diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-06-26 14:56:05 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-06-26 14:56:05 +0000 |
commit | 864d258355546940aef41e8e8f0453765f769745 (patch) | |
tree | 82170edb49311e502fa7120b17544b29388cbd79 /app-office | |
parent | Version bump (diff) | |
download | gentoo-2-864d258355546940aef41e8e8f0453765f769745.tar.gz gentoo-2-864d258355546940aef41e8e8f0453765f769745.tar.bz2 gentoo-2-864d258355546940aef41e8e8f0453765f769745.zip |
removing vulnerable version of tpp for bug 474018
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/tpp/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/tpp/tpp-1.3.1-r1.ebuild | 27 |
2 files changed, 4 insertions, 28 deletions
diff --git a/app-office/tpp/ChangeLog b/app-office/tpp/ChangeLog index 67c18313a74c..e5aa95f619c6 100644 --- a/app-office/tpp/ChangeLog +++ b/app-office/tpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/tpp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/tpp/ChangeLog,v 1.23 2013/06/26 08:34:45 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/tpp/ChangeLog,v 1.24 2013/06/26 14:56:05 prometheanfire Exp $ + + 26 Jun 2013; Matthew Thode <prometheanfire@gentoo.org> -tpp-1.3.1-r1.ebuild: + removing vulnerable version of tpp for bug 474018 26 Jun 2013; Andreas Schuerch <nativemad@gentoo.org> tpp-1.3.1-r2.ebuild: x86 stable, see bug 474018 diff --git a/app-office/tpp/tpp-1.3.1-r1.ebuild b/app-office/tpp/tpp-1.3.1-r1.ebuild deleted file mode 100644 index 6381e8c5b8f8..000000000000 --- a/app-office/tpp/tpp-1.3.1-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/tpp/tpp-1.3.1-r1.ebuild,v 1.4 2013/06/21 14:25:06 prometheanfire Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -inherit eutils ruby-ng - -DESCRIPTION="An ncurses-based presentation tool." -HOMEPAGE="http://synflood.at/tpp.html" -SRC_URI="http://synflood.at/tpp/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="figlet" - -RDEPEND="${RDEPEND} figlet? ( app-misc/figlet )" - -ruby_add_rdepend "dev-ruby/ncurses-ruby" - -RUBY_PATCHES=( "${FILESDIR}/${P}-Makefile.patch" ) - -each_ruby_install() { - make DESTDIR="${D}" install || die "make install failed" -} |