diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 21:44:58 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 21:44:58 +0000 |
commit | cf94d64feb998154b6e725894e3d150e1d45f3e1 (patch) | |
tree | 25c0ffc703b2b88099738a0591c82244c3229f44 /sys-apps/texinfo | |
parent | virtual/glibc -> virtual/libc, add IUSE (diff) | |
download | historical-cf94d64feb998154b6e725894e3d150e1d45f3e1.tar.gz historical-cf94d64feb998154b6e725894e3d150e1d45f3e1.tar.bz2 historical-cf94d64feb998154b6e725894e3d150e1d45f3e1.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.5.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.6.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog index 9c38a54a74c5..5d9171fbea06 100644 --- a/sys-apps/texinfo/ChangeLog +++ b/sys-apps/texinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/texinfo # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.38 2004/06/30 17:22:30 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.39 2004/07/01 21:40:57 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> texinfo-4.5.ebuild, + texinfo-4.6.ebuild: + virtual/glibc -> virtual/libc 30 Jun 2004; Guy Martin <gmsoft@gentoo.org> texinfo-4.6.ebuild: Marked stable on hppa. diff --git a/sys-apps/texinfo/texinfo-4.5.ebuild b/sys-apps/texinfo/texinfo-4.5.ebuild index 51a1ab29fef3..432be08d294e 100644 --- a/sys-apps/texinfo/texinfo-4.5.ebuild +++ b/sys-apps/texinfo/texinfo-4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.5.ebuild,v 1.16 2004/06/28 01:25:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.5.ebuild,v 1.17 2004/07/01 21:40:57 eradicator Exp $ IUSE="nls build" @@ -14,12 +14,12 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 ppc sparc alpha hppa mips" -DEPEND="virtual/glibc +DEPEND="virtual/libc !build? ( >=sys-libs/ncurses-5.2-r2 >=sys-apps/sed-4.0.5 nls? ( sys-devel/gettext ) )" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc !build? ( >=sys-libs/ncurses-5.2-r2 )" src_unpack() { diff --git a/sys-apps/texinfo/texinfo-4.6.ebuild b/sys-apps/texinfo/texinfo-4.6.ebuild index 65334b922a38..6e2746ef5dc2 100644 --- a/sys-apps/texinfo/texinfo-4.6.ebuild +++ b/sys-apps/texinfo/texinfo-4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.6.ebuild,v 1.15 2004/06/30 17:22:30 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.6.ebuild,v 1.16 2004/07/01 21:40:57 eradicator Exp $ DESCRIPTION="The GNU info program and utilities" HOMEPAGE="http://www.gnu.org/software/texinfo/" @@ -11,12 +11,12 @@ SLOT="0" KEYWORDS="x86 ppc ppc64 sparc mips alpha arm hppa amd64 ia64 s390" IUSE="nls build" -DEPEND="virtual/glibc +DEPEND="virtual/libc !build? ( >=sys-libs/ncurses-5.2-r2 >=sys-apps/sed-4.0.5 nls? ( sys-devel/gettext ) )" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc !build? ( >=sys-libs/ncurses-5.2-r2 )" src_unpack() { |