diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:56:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:56:49 +0000 |
commit | 6c279500b99a5a5120a2f52c0bff01996acde79b (patch) | |
tree | 50fd7a99f680b46451d7e048ca15e2fb377fc172 /net-misc/apt-proxy | |
parent | (no commit message) (diff) | |
download | historical-6c279500b99a5a5120a2f52c0bff01996acde79b.tar.gz historical-6c279500b99a5a5120a2f52c0bff01996acde79b.tar.bz2 historical-6c279500b99a5a5120a2f52c0bff01996acde79b.zip |
Add inherit eutils
Diffstat (limited to 'net-misc/apt-proxy')
-rw-r--r-- | net-misc/apt-proxy/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/apt-proxy/apt-proxy-1.3.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-misc/apt-proxy/ChangeLog b/net-misc/apt-proxy/ChangeLog index a4a105db63e4..35085914722d 100644 --- a/net-misc/apt-proxy/ChangeLog +++ b/net-misc/apt-proxy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/apt-proxy # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-proxy/ChangeLog,v 1.1 2004/04/22 18:12:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-proxy/ChangeLog,v 1.2 2004/04/27 21:18:31 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> apt-proxy-1.3.0.ebuild: + Add inherit eutils *apt-proxy-1.3.0 (22 Apr 2004) diff --git a/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild b/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild index 93f4c7c9552c..9bf2a58b1901 100644 --- a/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild +++ b/net-misc/apt-proxy/apt-proxy-1.3.0.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/apt-proxy/apt-proxy-1.3.0.ebuild,v 1.1 2004/04/22 18:12:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild,v 1.2 2004/04/27 21:18:31 agriffis Exp $ + +inherit eutils DESCRIPTION="Caching proxy for the Debian package system" |