From 7160f8bef23aea86974bc90c945b2e144ea2075b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 25 May 2008 03:05:30 +0000 Subject: Remove category validation cruft from catpkgsplit(). svn path=/main/trunk/; revision=10400 --- pym/portage/versions.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pym/portage/versions.py') diff --git a/pym/portage/versions.py b/pym/portage/versions.py index 4a12ef9d5..261fa9dea 100644 --- a/pym/portage/versions.py +++ b/pym/portage/versions.py @@ -269,12 +269,8 @@ def catpkgsplit(mydata,silent=1): 1. If each exists, it returns [cat, pkgname, version, rev] 2. If cat is not specificed in mydata, cat will be "null" 3. if rev does not exist it will be '-r0' - 4. If cat is invalid (specified but has incorrect syntax) - an InvalidData Exception will be thrown """ - - # Categories may contain a-zA-z0-9+_- but cannot start with - - import portage.dep + try: if not catcache[mydata]: return None -- cgit v1.2.3-1-g7c22