diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 20:42:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 20:42:31 +0000 |
commit | 6aa4acbdd9b288ee2eb006116c01ca13fb496c99 (patch) | |
tree | c56289c7ede9b9201769d5817139278d60541c52 /net-libs/wvstreams | |
parent | (no commit message) (diff) | |
download | historical-6aa4acbdd9b288ee2eb006116c01ca13fb496c99.tar.gz historical-6aa4acbdd9b288ee2eb006116c01ca13fb496c99.tar.bz2 historical-6aa4acbdd9b288ee2eb006116c01ca13fb496c99.zip |
Add inherit eutils
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r-- | net-libs/wvstreams/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-3.70-r2.ebuild | 6 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-3.74.ebuild | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/net-libs/wvstreams/ChangeLog b/net-libs/wvstreams/ChangeLog index 88647b5cb58a..4e8d337c9263 100644 --- a/net-libs/wvstreams/ChangeLog +++ b/net-libs/wvstreams/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/wvstreams # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.15 2004/04/04 09:48:33 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.16 2004/04/27 20:42:31 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> wvstreams-3.70-r2.ebuild, + wvstreams-3.74.ebuild: + Add inherit eutils 04 Apr 2004; David Holm <dholm@gentoo.org> wvstreams-3.75.ebuild: Added to ~ppc. diff --git a/net-libs/wvstreams/wvstreams-3.70-r2.ebuild b/net-libs/wvstreams/wvstreams-3.70-r2.ebuild index cd88bbe39195..003d52279504 100644 --- a/net-libs/wvstreams/wvstreams-3.70-r2.ebuild +++ b/net-libs/wvstreams/wvstreams-3.70-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-3.70-r2.ebuild,v 1.16 2003/11/04 00:49:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-3.70-r2.ebuild,v 1.17 2004/04/27 20:42:31 agriffis Exp $ -inherit flag-o-matic +inherit flag-o-matic eutils DESCRIPTION="A network programming library in C++" HOMEPAGE="http://open.nit.ca/wiki/?page=WvStreams" diff --git a/net-libs/wvstreams/wvstreams-3.74.ebuild b/net-libs/wvstreams/wvstreams-3.74.ebuild index 7d0ffc069bfd..96f88379eae9 100644 --- a/net-libs/wvstreams/wvstreams-3.74.ebuild +++ b/net-libs/wvstreams/wvstreams-3.74.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +inherit eutils + DESCRIPTION="A network programming library in C++" HOMEPAGE="http://open.nit.ca/wiki/?page=WvStreams" SRC_URI="http://open.nit.ca/download/${P}.0.tar.gz" |