summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 13:24:08 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 13:24:08 +0000
commitd1f0f94e3c3b48c9124cbbfb28980df9ce90bc79 (patch)
treee59e971776b825f772663921fd8568498f6d4b9c /sci-astronomy/predict
parentAdded xz-utils to the system set per discussion in the dev ml[1]. (diff)
downloadhistorical-d1f0f94e3c3b48c9124cbbfb28980df9ce90bc79.tar.gz
historical-d1f0f94e3c3b48c9124cbbfb28980df9ce90bc79.tar.bz2
historical-d1f0f94e3c3b48c9124cbbfb28980df9ce90bc79.zip
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-astronomy/predict')
-rw-r--r--sci-astronomy/predict/ChangeLog7
-rw-r--r--sci-astronomy/predict/predict-2.2.3.ebuild13
2 files changed, 13 insertions, 7 deletions
diff --git a/sci-astronomy/predict/ChangeLog b/sci-astronomy/predict/ChangeLog
index c9d882405d65..a361217cfde7 100644
--- a/sci-astronomy/predict/ChangeLog
+++ b/sci-astronomy/predict/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-astronomy/predict
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/ChangeLog,v 1.13 2010/09/29 18:45:06 tomjbe Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/ChangeLog,v 1.14 2011/03/02 13:24:08 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> predict-2.2.3.ebuild:
+ Correct Slots for gtk 3 introduction to tree
29 Sep 2010; Thomas Beierlein <tomjbe@gentoo.org> predict-2.2.3.ebuild:
Fix buffer overflow and index out of bounds problem. (Bug 339109). Thanks
diff --git a/sci-astronomy/predict/predict-2.2.3.ebuild b/sci-astronomy/predict/predict-2.2.3.ebuild
index 7db04c880caf..c5ff9c8cc7fc 100644
--- a/sci-astronomy/predict/predict-2.2.3.ebuild
+++ b/sci-astronomy/predict/predict-2.2.3.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/predict-2.2.3.ebuild,v 1.6 2010/09/29 18:45:06 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/predict/predict-2.2.3.ebuild,v 1.7 2011/03/02 13:24:08 jlec Exp $
+
+EAPI="1"
inherit toolchain-funcs eutils
-DESCRIPTION="Satellite tracking and orbital prediction."
+DESCRIPTION="Satellite tracking and orbital prediction"
HOMEPAGE="http://www.qsl.net/kd2bd/predict.html"
SRC_URI="http://www.amsat.org/amsat/ftp/software/Linux/${P}.tar.gz"
@@ -13,8 +15,9 @@ SLOT="0"
IUSE="doc gtk nls xforms xplanet"
KEYWORDS="amd64 ~ppc x86"
-DEPEND="sys-libs/ncurses
- gtk? ( =x11-libs/gtk+-1.2* )
+DEPEND="
+ sys-libs/ncurses
+ gtk? ( x11-libs/gtk+:1 )
xforms? ( x11-libs/xforms )
xplanet? ( || ( x11-misc/xplanet x11-misc/xearth ) )"