diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-23 21:34:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-23 21:34:55 +0000 |
commit | 446fa529a82806eb4b5d0ca9ca52199ddae3860c (patch) | |
tree | 6981a1d9942485e12fb3a2896cf1fe8000415e72 /finance/emma/patches/patch-ag | |
parent | db364f084888d3117cd18bf69709cfb6340903d1 (diff) | |
download | pkgsrc-446fa529a82806eb4b5d0ca9ca52199ddae3860c.tar.gz |
Remove some obsolete packages using gnome[1]-libs.
List posted to tech-pkg by jmmv on June 15, no negative comments.
Diffstat (limited to 'finance/emma/patches/patch-ag')
-rw-r--r-- | finance/emma/patches/patch-ag | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/finance/emma/patches/patch-ag b/finance/emma/patches/patch-ag deleted file mode 100644 index f09b07005b5..00000000000 --- a/finance/emma/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2002/10/24 17:21:59 drochner Exp $ - ---- emma.py.orig Thu Oct 24 19:03:38 2002 -+++ emma.py Thu Oct 24 19:04:59 2002 -@@ -175,6 +175,8 @@ - ################################################################## - - try: -+ from mx.DateTime import * -+except ImportError: - from DateTime import * - except: - print "In order to use the limits you need the mxdatetime package" |