summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2004-01-21 21:06:57 +0000
committerRyan Phillips <rphillips@gentoo.org>2004-01-21 21:06:57 +0000
commit719c816ebd5ec2cd71a776dda5bcd5a9e926a17a (patch)
treeab1b4f570d1d0dd52216597bb91c81d836e543c4 /app-misc
parentadded installation of DES and README (diff)
downloadgentoo-2-719c816ebd5ec2cd71a776dda5bcd5a9e926a17a.tar.gz
gentoo-2-719c816ebd5ec2cd71a776dda5bcd5a9e926a17a.tar.bz2
gentoo-2-719c816ebd5ec2cd71a776dda5bcd5a9e926a17a.zip
added installation of DES and README
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/note/ChangeLog7
-rw-r--r--app-misc/note/Manifest4
-rw-r--r--app-misc/note/files/digest-note-1.2.5-r11
-rw-r--r--app-misc/note/note-1.2.5-r1.ebuild22
4 files changed, 31 insertions, 3 deletions
diff --git a/app-misc/note/ChangeLog b/app-misc/note/ChangeLog
index 58b1d0fa7d02..0b6957e82e2f 100644
--- a/app-misc/note/ChangeLog
+++ b/app-misc/note/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/note
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/note/ChangeLog,v 1.1 2004/01/21 18:11:31 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/note/ChangeLog,v 1.2 2004/01/21 21:06:51 rphillips Exp $
+
+*note-1.2.5-r1 (21 Jan 2004)
+
+ 21 Jan 2004; <rphillips@gentoo.org> note-1.2.5-r1.ebuild:
+ added installation of DES and README
*note-1.2.5 (21 Jan 2004)
diff --git a/app-misc/note/Manifest b/app-misc/note/Manifest
index 158805b2bdf2..be7285b8aff7 100644
--- a/app-misc/note/Manifest
+++ b/app-misc/note/Manifest
@@ -1,6 +1,6 @@
MD5 ce412de0d0413e4c6f3eb703bf96f188 note-1.2.5.ebuild 603
-MD5 967684f823124a65dc8d1c14527b13fb note-1.2.5-r1.ebuild 680
-MD5 bdfc54cdad4b894348caf0645bb95933 ChangeLog 311
+MD5 b4695b5ac7ee4b11f50b42a12a5135b1 note-1.2.5-r1.ebuild 683
+MD5 384eed2045a572902dc3d0303de0f094 ChangeLog 441
MD5 0258a43d15dc42cc4e9aacfa767a4ca1 metadata.xml 211
MD5 3d085f1802e378a2e32d3f11e93272f7 files/digest-note-1.2.5-r1 61
MD5 3d085f1802e378a2e32d3f11e93272f7 files/digest-note-1.2.5 61
diff --git a/app-misc/note/files/digest-note-1.2.5-r1 b/app-misc/note/files/digest-note-1.2.5-r1
new file mode 100644
index 000000000000..c703158ede1b
--- /dev/null
+++ b/app-misc/note/files/digest-note-1.2.5-r1
@@ -0,0 +1 @@
+MD5 b1a7d96f892cf7a9545273b5ca2fb536 note-1.2.5.tar.gz 40788
diff --git a/app-misc/note/note-1.2.5-r1.ebuild b/app-misc/note/note-1.2.5-r1.ebuild
new file mode 100644
index 000000000000..cef64d78089d
--- /dev/null
+++ b/app-misc/note/note-1.2.5-r1.ebuild
@@ -0,0 +1,22 @@
+# 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-r1.ebuild,v 1.1 2004/01/21 21:06:51 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="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 dev-perl/Crypt-DES )
+ mysql? ( dev-db/mysql dev-perl/DBD-mysql )"
+
+src_install () {
+ perl-module_src_install
+ dodoc README
+}