diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:27:03 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:27:03 +0000 |
commit | 8768a2ef23e75d921878295fc2d8a42e404ee585 (patch) | |
tree | 3295af80d0f495050c33b6c8084cc3b8c01cf032 /net-misc/curl | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-8768a2ef23e75d921878295fc2d8a42e404ee585.tar.gz gentoo-2-8768a2ef23e75d921878295fc2d8a42e404ee585.tar.bz2 gentoo-2-8768a2ef23e75d921878295fc2d8a42e404ee585.zip |
Add inherit eutils
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/curl/curl-7.10.5-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/curl/curl-7.10.8-r1.ebuild | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index b374b8bc0950..1c5fb9de720a 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/curl # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.3 2004/04/26 07:47:29 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.4 2004/04/27 21:26:36 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> curl-7.10.5-r1.ebuild, + curl-7.10.8-r1.ebuild: + Add inherit eutils *curl-7.11.1 (26 Apr 2004) diff --git a/net-misc/curl/curl-7.10.5-r1.ebuild b/net-misc/curl/curl-7.10.5-r1.ebuild index 01d1003e0257..d995cf59bc81 100644 --- a/net-misc/curl/curl-7.10.5-r1.ebuild +++ b/net-misc/curl/curl-7.10.5-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.10.5-r1.ebuild,v 1.2 2004/04/26 07:47:29 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.10.5-r1.ebuild,v 1.3 2004/04/27 21:26:36 agriffis Exp $ + +inherit eutils DESCRIPTION="A Client that groks URLs" SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" diff --git a/net-misc/curl/curl-7.10.8-r1.ebuild b/net-misc/curl/curl-7.10.8-r1.ebuild index 57cc422c7320..271d3a0cf6e0 100644 --- a/net-misc/curl/curl-7.10.8-r1.ebuild +++ b/net-misc/curl/curl-7.10.8-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.10.8-r1.ebuild,v 1.1 2004/03/29 00:30:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.10.8-r1.ebuild,v 1.2 2004/04/27 21:26:36 agriffis Exp $ + +inherit eutils DESCRIPTION="A Client that groks URLs" SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" |