diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2006-09-16 14:22:51 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2006-09-16 14:22:51 +0000 |
commit | 6341190d68e5448be3c24e29f44640c8152ee2a5 (patch) | |
tree | 059467c5f156babfe28282f42625fdba7fd79be3 /sci-electronics/gnucap | |
parent | ppc stable (diff) | |
download | gentoo-2-6341190d68e5448be3c24e29f44640c8152ee2a5.tar.gz gentoo-2-6341190d68e5448be3c24e29f44640c8152ee2a5.tar.bz2 gentoo-2-6341190d68e5448be3c24e29f44640c8152ee2a5.zip |
Removed optional dependency to sys-libs/libtermcap-compat, see bug #146894. Thanks to Olivier Crete.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'sci-electronics/gnucap')
-rw-r--r-- | sci-electronics/gnucap/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/gnucap/gnucap-20060628.ebuild | 6 | ||||
-rw-r--r-- | sci-electronics/gnucap/gnucap-20060708.ebuild | 6 | ||||
-rw-r--r-- | sci-electronics/gnucap/gnucap-20060830.ebuild | 6 |
4 files changed, 12 insertions, 13 deletions
diff --git a/sci-electronics/gnucap/ChangeLog b/sci-electronics/gnucap/ChangeLog index 615303550959..becbb275eaa9 100644 --- a/sci-electronics/gnucap/ChangeLog +++ b/sci-electronics/gnucap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/gnucap # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/ChangeLog,v 1.20 2006/09/12 19:00:19 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/ChangeLog,v 1.21 2006/09/16 14:22:51 calchan Exp $ + + 16 Sep 2006; Denis Dupeyron <calchan@gentoo.org> gnucap-20060628.ebuild, + gnucap-20060708.ebuild, gnucap-20060830.ebuild: + Removed optional dependency to sys-libs/libtermcap-compat, see bug #146894. + Thanks to Olivier Crete. *gnucap-20060830 (12 Sep 2006) diff --git a/sci-electronics/gnucap/gnucap-20060628.ebuild b/sci-electronics/gnucap/gnucap-20060628.ebuild index 3a86a76d97b1..deb3a1915322 100644 --- a/sci-electronics/gnucap/gnucap-20060628.ebuild +++ b/sci-electronics/gnucap/gnucap-20060628.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/gnucap-20060628.ebuild,v 1.1 2006/07/01 16:19:47 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/gnucap-20060628.ebuild,v 1.2 2006/09/16 14:22:51 calchan Exp $ inherit eutils @@ -16,9 +16,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" DEPEND="doc? ( app-text/tetex ) - readline? ( - sys-libs/readline - sys-libs/libtermcap-compat )" + readline? ( sys-libs/readline )" S="${WORKDIR}/${PN}-${MY_PV}" src_unpack() { diff --git a/sci-electronics/gnucap/gnucap-20060708.ebuild b/sci-electronics/gnucap/gnucap-20060708.ebuild index 12475ea74289..136e3311abd9 100644 --- a/sci-electronics/gnucap/gnucap-20060708.ebuild +++ b/sci-electronics/gnucap/gnucap-20060708.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/gnucap-20060708.ebuild,v 1.4 2006/09/11 00:42:14 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/gnucap-20060708.ebuild,v 1.5 2006/09/16 14:22:51 calchan Exp $ MY_PV="${PV:0:4}-${PV:4:2}-${PV:6}" @@ -14,9 +14,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ppc ~sparc x86" DEPEND="doc? ( app-text/tetex ) - readline? ( - sys-libs/readline - sys-libs/libtermcap-compat )" + readline? ( sys-libs/readline )" S="${WORKDIR}/${PN}-${MY_PV}" src_unpack() { diff --git a/sci-electronics/gnucap/gnucap-20060830.ebuild b/sci-electronics/gnucap/gnucap-20060830.ebuild index af2235add4a4..21e6a8592b30 100644 --- a/sci-electronics/gnucap/gnucap-20060830.ebuild +++ b/sci-electronics/gnucap/gnucap-20060830.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/gnucap-20060830.ebuild,v 1.1 2006/09/12 19:00:19 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/gnucap-20060830.ebuild,v 1.2 2006/09/16 14:22:51 calchan Exp $ MY_PV="${PV:0:4}-${PV:4:2}-${PV:6}" @@ -14,9 +14,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" DEPEND="doc? ( app-text/tetex ) - readline? ( - sys-libs/readline - sys-libs/libtermcap-compat )" + readline? ( sys-libs/readline )" S="${WORKDIR}/${PN}-${MY_PV}" src_unpack() { |