summaryrefslogtreecommitdiffstats
path: root/src/bsd-flags
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-24 00:13:00 -0700
committerZac Medico <zmedico@gentoo.org>2010-03-24 00:13:00 -0700
commitc790b7ce4c8e3b95b1ef0103129388c06c5eaa4b (patch)
tree95a8b912dd518ffe4c7894890f2e8bf5c4929a9a /src/bsd-flags
parentf1b05b7098ba448a0987bc61224d6616dad3ecde (diff)
downloadportage-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.tar.gz
portage-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.tar.bz2
portage-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.zip
Remove all svn $Id keywords.
Diffstat (limited to 'src/bsd-flags')
-rw-r--r--src/bsd-flags/chflags.c1
-rw-r--r--src/bsd-flags/setup.cfg1
-rw-r--r--[-rwxr-xr-x]src/bsd-flags/setup.py1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/bsd-flags/chflags.c b/src/bsd-flags/chflags.c
index fc571d732..5019b3f46 100644
--- a/src/bsd-flags/chflags.c
+++ b/src/bsd-flags/chflags.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "Python.h"
diff --git a/src/bsd-flags/setup.cfg b/src/bsd-flags/setup.cfg
index 83f861d00..783d54fa0 100644
--- a/src/bsd-flags/setup.cfg
+++ b/src/bsd-flags/setup.cfg
@@ -1,5 +1,4 @@
# bsd-flags
-# $Id$
[bdist_rpm]
release = 1
diff --git a/src/bsd-flags/setup.py b/src/bsd-flags/setup.py
index 26ee8ca0f..1499dcb34 100755..100644
--- a/src/bsd-flags/setup.py
+++ b/src/bsd-flags/setup.py
@@ -1,5 +1,4 @@
#! /usr/bin/env python
-# $Id$
from os import chdir, stat
from distutils.core import setup, Extension