From af07a791df4cea502cf910d3c049efcdcbdbc6fa Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 22 Aug 2010 16:46:10 -0700 Subject: Remove the bsd-chflags module since it hasn't been used for some time (python as read support and we spawn binaries for any necessary modifications). --- src/bsd-flags/setup.py | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 src/bsd-flags/setup.py (limited to 'src/bsd-flags/setup.py') diff --git a/src/bsd-flags/setup.py b/src/bsd-flags/setup.py deleted file mode 100755 index 1499dcb34..000000000 --- a/src/bsd-flags/setup.py +++ /dev/null @@ -1,23 +0,0 @@ -#! /usr/bin/env python - -from os import chdir, stat -from distutils.core import setup, Extension - -setup (# Distribution meta-data - name = "bsd-chflags", - version = "0.1", - description = "", - author = "Stephen Bennett", - author_email = "spb@gentoo.org", - license = "", - long_description = \ - '''''', - ext_modules = [ Extension( - "chflags", - ["chflags.c"], - libraries=[], - ) - ], - url = "", - ) - -- cgit v1.2.3-1-g7c22