diff options
Diffstat (limited to 'app-text/sword')
-rw-r--r-- | app-text/sword/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/sword/sword-1.5.6.ebuild | 4 | ||||
-rw-r--r-- | app-text/sword/sword-1.5.7.ebuild | 4 | ||||
-rw-r--r-- | app-text/sword/sword-1.5.8_pre1.ebuild | 4 |
4 files changed, 15 insertions, 7 deletions
diff --git a/app-text/sword/ChangeLog b/app-text/sword/ChangeLog index 1868c2046cf9..e455f7d5aa49 100644 --- a/app-text/sword/ChangeLog +++ b/app-text/sword/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/sword # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.16 2004/06/24 22:52:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.17 2004/07/01 12:05:37 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> sword-1.5.6.ebuild, + sword-1.5.7.ebuild, sword-1.5.8_pre1.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> sword-1.5.6.ebuild, + sword-1.5.7.ebuild, sword-1.5.8_pre1.ebuild: + virtual/glibc -> virtual/libc *sword-1.5.8_pre1 (23 Jun 2004) diff --git a/app-text/sword/sword-1.5.6.ebuild b/app-text/sword/sword-1.5.6.ebuild index 86350bd34519..0c159b3e2aec 100644 --- a/app-text/sword/sword-1.5.6.ebuild +++ b/app-text/sword/sword-1.5.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/app-text/sword/sword-1.5.6.ebuild,v 1.6 2004/06/24 22:52:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.6.ebuild,v 1.7 2004/07/01 12:05:37 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="curl" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/zlib curl? ( >=net-misc/curl-7.10.8 )" diff --git a/app-text/sword/sword-1.5.7.ebuild b/app-text/sword/sword-1.5.7.ebuild index 45f25268a1d4..95c527e04c5f 100644 --- a/app-text/sword/sword-1.5.7.ebuild +++ b/app-text/sword/sword-1.5.7.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/app-text/sword/sword-1.5.7.ebuild,v 1.8 2004/06/24 22:52:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.7.ebuild,v 1.9 2004/07/01 12:05:37 eradicator Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="icu curl" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/zlib curl? ( >=net-misc/curl-7.10.8 ) icu? ( dev-libs/icu )" diff --git a/app-text/sword/sword-1.5.8_pre1.ebuild b/app-text/sword/sword-1.5.8_pre1.ebuild index 050f15a20eb8..9eaa277895ae 100644 --- a/app-text/sword/sword-1.5.8_pre1.ebuild +++ b/app-text/sword/sword-1.5.8_pre1.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/app-text/sword/sword-1.5.8_pre1.ebuild,v 1.2 2004/06/24 22:52:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.8_pre1.ebuild,v 1.3 2004/07/01 12:05:37 eradicator Exp $ DESCRIPTION="Library for Bible reading software" HOMEPAGE="http://www.crosswire.org/sword/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" SRC_URI="http://dev.gentoo.org/~squinky86/files/${P}.tar.bz2" IUSE="icu curl" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc sys-libs/zlib curl? ( >=net-misc/curl-7.10.8 ) icu? ( dev-libs/icu )" |