diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:44:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:44:56 +0000 |
commit | defd1148a48ed8f45ba2c2590f8125c4ede8934f (patch) | |
tree | b999168feef498b108af6ba104b7c6b1ca64043a /net-dialup/xc | |
parent | arm KEYWORD (diff) | |
download | historical-defd1148a48ed8f45ba2c2590f8125c4ede8934f.tar.gz historical-defd1148a48ed8f45ba2c2590f8125c4ede8934f.tar.bz2 historical-defd1148a48ed8f45ba2c2590f8125c4ede8934f.zip |
Add inherit eutils
Diffstat (limited to 'net-dialup/xc')
-rw-r--r-- | net-dialup/xc/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-dialup/xc/ChangeLog b/net-dialup/xc/ChangeLog index 6664b2de6578..56208e0f9611 100644 --- a/net-dialup/xc/ChangeLog +++ b/net-dialup/xc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.8 2004/04/13 23:05:58 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.9 2004/04/27 21:44:56 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> xc-4.3.2-r1.ebuild: + Add inherit eutils 13 Apr 2004; Joshua Kinard <kumba@gentoo.org> xc-4.3.2-r1.ebuild: Marked stable on x86, sparc, mips. diff --git a/net-dialup/xc/xc-4.3.2-r1.ebuild b/net-dialup/xc/xc-4.3.2-r1.ebuild index 82ea731d3783..e6d1f0ef0bf0 100644 --- a/net-dialup/xc/xc-4.3.2-r1.ebuild +++ b/net-dialup/xc/xc-4.3.2-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-dialup/xc/xc-4.3.2-r1.ebuild,v 1.3 2004/04/13 23:05:58 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.4 2004/04/27 21:44:56 agriffis Exp $ + +inherit eutils DESCRIPTION="unix dialout program" HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" |