diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 11:51:42 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 11:51:42 +0000 |
commit | 4025cbbf33c7b57186742646982fd97afcf4dd29 (patch) | |
tree | 82c37e69c8e885f6eb14cb6b283f33463d829990 /devel/codeville/files | |
parent | Coccinelle is a program matching and transformation engine which provides the (diff) |
Remove ports with EXPIRATION_DATE set
2010-09-05 databases/sqlite-ext-inet: Please install databases/sqlite-ext-mobigroup instead
2010-08-31 devel/codeville: Dead project.
2010-08-07 editors/koffice-kde4-l10n-fy
2010-08-07 editors/koffice-kde4-l10n-hne
2010-06-14 graphics/xaralx-devel: Does not compile with png-1.4 and latest version is from Aug 2006
2010-06-14 graphics/xaralx: Does not compile with png-1.4 and latest version is from Aug 2006
2010-04-01 misc/kde4-l10n-bn_IN
2010-04-01 misc/kde4-l10n-hne
2010-04-01 misc/kde4-l10n-ku
2010-04-01 misc/kde4-l10n-mr
Notes
Notes:
svn path=/head/; revision=261141
Diffstat (limited to 'devel/codeville/files')
-rw-r--r-- | devel/codeville/files/extra-psyco-patch-cdv | 16 | ||||
-rw-r--r-- | devel/codeville/files/extra-psyco-patch-cdv-agent | 16 | ||||
-rw-r--r-- | devel/codeville/files/extra-psyco-patch-cdvpasswd | 16 | ||||
-rw-r--r-- | devel/codeville/files/extra-psyco-patch-cdvserver | 16 | ||||
-rw-r--r-- | devel/codeville/files/extra-psyco-patch-cdvupgrade | 16 | ||||
-rw-r--r-- | devel/codeville/files/patch-setup.py | 10 |
6 files changed, 0 insertions, 90 deletions
diff --git a/devel/codeville/files/extra-psyco-patch-cdv b/devel/codeville/files/extra-psyco-patch-cdv deleted file mode 100644 index 48728791e74c..000000000000 --- a/devel/codeville/files/extra-psyco-patch-cdv +++ /dev/null @@ -1,16 +0,0 @@ ---- cdv Sat Jul 16 16:35:44 2005 -+++ cdv Mon Oct 10 00:01:53 2005 -@@ -6,6 +6,13 @@ - # Setup import path in case we can't find codeville in standard places - - try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+except: -+ pass -+ -+try: - import Codeville.db - except ImportError: - import sys, os.path diff --git a/devel/codeville/files/extra-psyco-patch-cdv-agent b/devel/codeville/files/extra-psyco-patch-cdv-agent deleted file mode 100644 index f0bb3f7f21ab..000000000000 --- a/devel/codeville/files/extra-psyco-patch-cdv-agent +++ /dev/null @@ -1,16 +0,0 @@ ---- cdv-agent Fri Jul 15 14:42:58 2005 -+++ cdv-agent Mon Oct 10 00:01:53 2005 -@@ -4,6 +4,13 @@ - # See LICENSE.txt for license information. - - try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+except: -+ pass -+ -+try: - import Codeville.db - except ImportError: - import sys, os.path diff --git a/devel/codeville/files/extra-psyco-patch-cdvpasswd b/devel/codeville/files/extra-psyco-patch-cdvpasswd deleted file mode 100644 index 9c81db09187a..000000000000 --- a/devel/codeville/files/extra-psyco-patch-cdvpasswd +++ /dev/null @@ -1,16 +0,0 @@ ---- cdvpasswd Fri Jul 15 14:42:58 2005 -+++ cdvpasswd Mon Oct 10 00:01:53 2005 -@@ -4,6 +4,13 @@ - # See LICENSE.txt for license information - - try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+except: -+ pass -+ -+try: - import Codeville.db - except ImportError: - import sys, os.path diff --git a/devel/codeville/files/extra-psyco-patch-cdvserver b/devel/codeville/files/extra-psyco-patch-cdvserver deleted file mode 100644 index 6c57b4b74b67..000000000000 --- a/devel/codeville/files/extra-psyco-patch-cdvserver +++ /dev/null @@ -1,16 +0,0 @@ ---- cdvserver Fri Jul 15 14:42:58 2005 -+++ cdvserver Mon Oct 10 00:01:53 2005 -@@ -4,6 +4,13 @@ - # See LICENSE.TXT for license information. - - try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+except: -+ pass -+ -+try: - import Codeville.db - except ImportError: - import sys, os.path diff --git a/devel/codeville/files/extra-psyco-patch-cdvupgrade b/devel/codeville/files/extra-psyco-patch-cdvupgrade deleted file mode 100644 index 297bfe9ab426..000000000000 --- a/devel/codeville/files/extra-psyco-patch-cdvupgrade +++ /dev/null @@ -1,16 +0,0 @@ ---- cdvupgrade Fri Jul 15 14:42:58 2005 -+++ cdvupgrade Mon Oct 10 00:01:53 2005 -@@ -4,6 +4,13 @@ - # see LICENSE.txt for license information - - try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+except: -+ pass -+ -+try: - import Codeville.db - except ImportError: - import sys, os.path diff --git a/devel/codeville/files/patch-setup.py b/devel/codeville/files/patch-setup.py deleted file mode 100644 index 50df626fdd9b..000000000000 --- a/devel/codeville/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig Tue Dec 7 23:17:53 2004 -+++ setup.py Tue Dec 7 23:18:37 2004 -@@ -43,6 +43,5 @@ - packages = ["Codeville"], - ext_modules = plat_ext, - -- scripts = scripts, -- data_files = data_files -+ scripts = scripts - ) |