diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 20:43:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 20:43:53 +0000 |
commit | 45cf25041c042501b077075e27ff39ec1d226e84 (patch) | |
tree | 359578540f2041fbb3a29f1461d97b69fe6b7307 /app-vim | |
parent | (no commit message) (diff) | |
download | historical-45cf25041c042501b077075e27ff39ec1d226e84.tar.gz historical-45cf25041c042501b077075e27ff39ec1d226e84.tar.bz2 historical-45cf25041c042501b077075e27ff39ec1d226e84.zip |
Add inherit eutils
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/cream/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/cream/cream-0.29.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/cream/ChangeLog b/app-vim/cream/ChangeLog index f5af83e87709..91624ca6e41d 100644 --- a/app-vim/cream/ChangeLog +++ b/app-vim/cream/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/cream # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cream/ChangeLog,v 1.4 2004/04/27 12:03:45 wmertens Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cream/ChangeLog,v 1.5 2004/04/27 20:43:53 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> cream-0.29.ebuild: + Add inherit eutils 25 Apr 2004; Wout Mertens <wmertens@gentoo.org> cream-0.29.ebuild: Version Bump. diff --git a/app-vim/cream/cream-0.29.ebuild b/app-vim/cream/cream-0.29.ebuild index bdc55dbce5eb..092652209740 100644 --- a/app-vim/cream/cream-0.29.ebuild +++ b/app-vim/cream/cream-0.29.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cream/cream-0.29.ebuild,v 1.1 2004/04/27 12:03:45 wmertens Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cream/cream-0.29.ebuild,v 1.2 2004/04/27 20:43:53 agriffis Exp $ -inherit vim-plugin +inherit vim-plugin eutils DESCRIPTION="Cream is an easy-to-use configuration of the GVim text editor" HOMEPAGE="http://cream.sourceforge.net/" |