diff options
Diffstat (limited to 'app-misc/note/note-1.2.5.ebuild')
-rw-r--r-- | app-misc/note/note-1.2.5.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-misc/note/note-1.2.5.ebuild b/app-misc/note/note-1.2.5.ebuild new file mode 100644 index 000000000000..ada1e03b1b47 --- /dev/null +++ b/app-misc/note/note-1.2.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/note/note-1.2.5.ebuild,v 1.1 2004/01/21 18:11:31 rphillips Exp $ + +inherit perl-module + +DESCRIPTION="a note taking perl program" +SRC_URI="ftp://ftp.daemon.de/scip/Apps/note/${P}.tar.gz" +HOMEPAGE="http://www.daemon.de/NOTE" +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" +DEPEND="dev-perl/TermReadKey + dev-perl/Term-ReadLine-Perl + crypt? ( dev-perl/crypt-cbc dev-perl/Crypt-Blowfish ) + mysql? ( dev-db/mysql )" + |