diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:10:39 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:10:39 +0000 |
commit | 8acf4353094264942e9636f4ee88578610c883bd (patch) | |
tree | f1bbe53ea0a80b3a8387d66520727745323643e3 /net-misc/getdate | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-8acf4353094264942e9636f4ee88578610c883bd.tar.gz historical-8acf4353094264942e9636f4ee88578610c883bd.tar.bz2 historical-8acf4353094264942e9636f4ee88578610c883bd.zip |
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-misc/getdate')
-rw-r--r-- | net-misc/getdate/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/getdate/getdate-1.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/getdate/ChangeLog b/net-misc/getdate/ChangeLog index 968f998df8d9..8048a4639a1b 100644 --- a/net-misc/getdate/ChangeLog +++ b/net-misc/getdate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/getdate # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.4 2004/06/24 23:45:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.5 2004/07/01 21:02:14 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> getdate-1.2.ebuild: + change virtual/glibc to virtual/libc, add IUSE 03 Jan 2004; Martin Holzer <mholzer@gentoo.org> getdate-1.2.ebuild: fixing homepage closes 37093 diff --git a/net-misc/getdate/getdate-1.2.ebuild b/net-misc/getdate/getdate-1.2.ebuild index 67f463919a3f..10b53d9adfbf 100644 --- a/net-misc/getdate/getdate-1.2.ebuild +++ b/net-misc/getdate/getdate-1.2.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2.ebuild,v 1.4 2004/06/24 23:45:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2.ebuild,v 1.5 2004/07/01 21:02:14 squinky86 Exp $ MY_PN=${PN}_rfc868 MY_P=${MY_PN}-${PV} S=${WORKDIR}/${MY_P} +IUSE="" DESCRIPTION="Network Date/Time Query and Set Local Date/Time Utility" HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/network/misc/" SRC_URI="http://www.ibiblio.org/pub/Linux/system/network/misc/${MY_P}.tar.gz" @@ -14,7 +15,7 @@ LICENSE="as-is" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="${DEPEND}" src_unpack() { |