summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2004-01-21 20:34:54 +0000
committerRyan Phillips <rphillips@gentoo.org>2004-01-21 20:34:54 +0000
commit7dff89e4f14856ed0b9bb98b63451968dfb2cfcd (patch)
tree37cb8d1d81a94990777aa4817f7cc8334c527d19 /app-misc/note
parentrepoman: Trim trailing whitespace (diff)
downloadhistorical-7dff89e4f14856ed0b9bb98b63451968dfb2cfcd.tar.gz
historical-7dff89e4f14856ed0b9bb98b63451968dfb2cfcd.tar.bz2
historical-7dff89e4f14856ed0b9bb98b63451968dfb2cfcd.zip
misc fixes. depends and IUSE
Diffstat (limited to 'app-misc/note')
-rw-r--r--app-misc/note/Manifest2
-rw-r--r--app-misc/note/note-1.2.5.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/note/Manifest b/app-misc/note/Manifest
index ddc1e869d89d..072d6e0a5600 100644
--- a/app-misc/note/Manifest
+++ b/app-misc/note/Manifest
@@ -1,4 +1,4 @@
-MD5 352f1c0c492b9f72d1fd471cca2acb7e note-1.2.5.ebuild 573
+MD5 ce412de0d0413e4c6f3eb703bf96f188 note-1.2.5.ebuild 603
MD5 bdfc54cdad4b894348caf0645bb95933 ChangeLog 311
MD5 0258a43d15dc42cc4e9aacfa767a4ca1 metadata.xml 211
MD5 3d085f1802e378a2e32d3f11e93272f7 files/digest-note-1.2.5 61
diff --git a/app-misc/note/note-1.2.5.ebuild b/app-misc/note/note-1.2.5.ebuild
index ada1e03b1b47..a1ab2c21d278 100644
--- a/app-misc/note/note-1.2.5.ebuild
+++ b/app-misc/note/note-1.2.5.ebuild
@@ -1,18 +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 $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/note/note-1.2.5.ebuild,v 1.2 2004/01/21 20:34:47 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=""
+IUSE="crypt mysql"
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 )"
+ mysql? ( dev-db/mysql dev-perl/DBD-mysql )"