summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-08-03 20:20:35 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-08-03 20:20:35 +0000
commit27d3c730dd70680d5ce6f83998b7563821738ac3 (patch)
treebcbd01432438f37f34510a4af3dd50b9362b31fe /sci-libs/tnt
parentPatch a buffer overflow in memcpy causing crashes with e.g. recent firefox ve... (diff)
downloadhistorical-27d3c730dd70680d5ce6f83998b7563821738ac3.tar.gz
historical-27d3c730dd70680d5ce6f83998b7563821738ac3.tar.bz2
historical-27d3c730dd70680d5ce6f83998b7563821738ac3.zip
keyword amd64-linux x86-linux
Package-Manager: portage-2.2.01.20796-prefix/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/tnt')
-rw-r--r--sci-libs/tnt/ChangeLog9
-rw-r--r--sci-libs/tnt/tnt-1.2.6.ebuild10
-rw-r--r--sci-libs/tnt/tnt-3.0.12.ebuild10
3 files changed, 18 insertions, 11 deletions
diff --git a/sci-libs/tnt/ChangeLog b/sci-libs/tnt/ChangeLog
index 32099bf005c0..a49cfc9cbc5b 100644
--- a/sci-libs/tnt/ChangeLog
+++ b/sci-libs/tnt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/tnt
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/tnt/ChangeLog,v 1.1 2010/02/25 05:59:43 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/tnt/ChangeLog,v 1.2 2012/08/03 20:15:37 bicatali Exp $
+
+ 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> tnt-1.2.6.ebuild,
+ tnt-3.0.12.ebuild:
+ keyword amd64-linux x86-linux
*tnt-3.0.12 (25 Feb 2010)
*tnt-1.2.6 (25 Feb 2010)
@@ -22,4 +26,3 @@
17 Dec 2007; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+tnt-1.2.6.ebuild, +tnt-3.0.8.ebuild:
Initial import
-
diff --git a/sci-libs/tnt/tnt-1.2.6.ebuild b/sci-libs/tnt/tnt-1.2.6.ebuild
index 5b0f1440417d..402f94bd260a 100644
--- a/sci-libs/tnt/tnt-1.2.6.ebuild
+++ b/sci-libs/tnt/tnt-1.2.6.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/tnt/tnt-1.2.6.ebuild,v 1.1 2010/02/25 05:59:43 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/tnt/tnt-1.2.6.ebuild,v 1.2 2012/08/03 20:15:37 bicatali Exp $
+
+EAPI=4
inherit versionator
@@ -14,7 +16,7 @@ SRC_URI="http://math.nist.gov/tnt/${MYP}.zip
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc"
@@ -25,6 +27,6 @@ S="${WORKDIR}"
src_install() {
insinto /usr/include
- doins *.h || die
+ doins *.h
use doc && dohtml html/*
}
diff --git a/sci-libs/tnt/tnt-3.0.12.ebuild b/sci-libs/tnt/tnt-3.0.12.ebuild
index 6682a65cc116..1d3b4df8d846 100644
--- a/sci-libs/tnt/tnt-3.0.12.ebuild
+++ b/sci-libs/tnt/tnt-3.0.12.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/tnt/tnt-3.0.12.ebuild,v 1.1 2010/02/25 05:59:43 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/tnt/tnt-3.0.12.ebuild,v 1.2 2012/08/03 20:15:37 bicatali Exp $
+
+EAPI=4
inherit versionator
@@ -12,7 +14,7 @@ SRC_URI="http://math.nist.gov/tnt/${MYP}.zip"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
@@ -23,5 +25,5 @@ S="${WORKDIR}/${PN}"
src_install() {
insinto /usr/include
- doins *.h || die
+ doins *.h
}