diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-07-08 21:02:50 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-07-08 21:02:50 +0000 |
commit | 666a46f9fc9a4bce957ee98a526f61aafe765518 (patch) | |
tree | c52a8f33c43110211b6710068d3be82492c346cb /app-editors/pico | |
parent | minor change (diff) | |
download | historical-666a46f9fc9a4bce957ee98a526f61aafe765518.tar.gz historical-666a46f9fc9a4bce957ee98a526f61aafe765518.tar.bz2 historical-666a46f9fc9a4bce957ee98a526f61aafe765518.zip |
minor changes
Diffstat (limited to 'app-editors/pico')
-rw-r--r-- | app-editors/pico/ChangeLog | 11 | ||||
-rw-r--r-- | app-editors/pico/pico-0.0.1.ebuild | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/app-editors/pico/ChangeLog b/app-editors/pico/ChangeLog index db6b422121e1..83b9bce680fc 100644 --- a/app-editors/pico/ChangeLog +++ b/app-editors/pico/ChangeLog @@ -1,13 +1,10 @@ # ChangeLog for app-editors/pico # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/pico/ChangeLog,v 1.1 2002/06/10 01:24:55 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/pico/ChangeLog,v 1.2 2002/07/08 20:56:35 blizzy Exp $ *pico-0.0.1 (09 June 2002) 09 June 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. + + Initial import, closes bug #3464. + ebuild submitted by Maik Schreiber <bZ@iq-computing.de> diff --git a/app-editors/pico/pico-0.0.1.ebuild b/app-editors/pico/pico-0.0.1.ebuild index 32c447cf6ee9..ea919821aea7 100644 --- a/app-editors/pico/pico-0.0.1.ebuild +++ b/app-editors/pico/pico-0.0.1.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author: Maik Schreiber <bZ@iq-computing.de> -# $Header: /var/cvsroot/gentoo-x86/app-editors/pico/pico-0.0.1.ebuild,v 1.1 2002/06/10 01:24:55 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/pico/pico-0.0.1.ebuild,v 1.2 2002/07/08 20:56:35 blizzy Exp $ HOMEPAGE="http://www.washington.edu/pine" DESCRIPTION="Pico text editor" +LICENSE="as-is" +SLOT="0" +KEYWORDS="*" pkg_setup () { einfo "There is no real Pico here." |