diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 11:45:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 11:45:33 +0000 |
commit | c133957696e577404a77494c27179d3205c56832 (patch) | |
tree | 6b01c76d10d0f57e19807c7f2daf41f853eb264c /app-misc/note | |
parent | sync IUSE (+alsa +esd) (diff) | |
download | historical-c133957696e577404a77494c27179d3205c56832.tar.gz historical-c133957696e577404a77494c27179d3205c56832.tar.bz2 historical-c133957696e577404a77494c27179d3205c56832.zip |
sync IUSE (+dbm +general +text)
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-misc/note')
-rw-r--r-- | app-misc/note/Manifest | 10 | ||||
-rw-r--r-- | app-misc/note/note-1.3.1.ebuild | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/app-misc/note/Manifest b/app-misc/note/Manifest index 22288c677e6f..aa62be77da26 100644 --- a/app-misc/note/Manifest +++ b/app-misc/note/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 84385484c1e7d49795cf448e6de9e94c note-1.2.5.ebuild 595 MD5 ab07f6344182e97acf5cd3b8a37ed31f note-1.2.5-r1.ebuild 679 MD5 223e11c45b6630a47f3587094306c647 note-1.3.1.ebuild 2519 @@ -6,3 +9,10 @@ MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 MD5 3d085f1802e378a2e32d3f11e93272f7 files/digest-note-1.2.5-r1 61 MD5 3d085f1802e378a2e32d3f11e93272f7 files/digest-note-1.2.5 61 MD5 29132429cc12f4060c04fc92116f1818 files/digest-note-1.3.1 61 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCzRXvBXaUFmZvwyMRAuyNAJ41VpPZmNQnaNzipiF6srdCELs/7QCfcrgt +3CswyuKhUpv+ExZI/+FglW8= +=kSqH +-----END PGP SIGNATURE----- diff --git a/app-misc/note/note-1.3.1.ebuild b/app-misc/note/note-1.3.1.ebuild index 9a1b7b9ea4e1..41f45631124a 100644 --- a/app-misc/note/note-1.3.1.ebuild +++ b/app-misc/note/note-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/note/note-1.3.1.ebuild,v 1.1 2005/06/30 22:01:34 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/note/note-1.3.1.ebuild,v 1.2 2005/07/07 11:45:33 agriffis Exp $ inherit perl-module @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.daemon.de/scip/Apps/note/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -IUSE="crypt mysql dbm" +IUSE="crypt dbm general mysql text" # inherit perl-module cause depend on dev-lang/perl DEPEND="dev-perl/TermReadKey |