summaryrefslogtreecommitdiff
path: root/deskutils/ljcharm/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/ljcharm/files/patch-setup.py')
-rw-r--r--deskutils/ljcharm/files/patch-setup.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/deskutils/ljcharm/files/patch-setup.py b/deskutils/ljcharm/files/patch-setup.py
deleted file mode 100644
index a39454e701b3..000000000000
--- a/deskutils/ljcharm/files/patch-setup.py
+++ /dev/null
@@ -1,19 +0,0 @@
---- setup.py.orig 2013-03-28 03:14:46 UTC
-+++ setup.py
-@@ -1,13 +1,12 @@
- from distutils.core import setup
-
- setup(name = "charm",
-- version = "1.9.1",
-+ version = "1.9.2",
- description = "Text-based console client for LiveJournal",
- author = "Lydia Leong",
- author_email = "evilhat@livejournal.com",
- url = "http://ljcharm.sourceforge.net/",
- py_modules = ["ljcharm"],
- scripts = ["charm"],
-- data_files = [ ("share/doc/charm", ["charm.html", "sample.charmrc"]),
-- ("share/man/man1", ["charm.1"]),
-- ("share/man/man5", ["charmrc.5"]) ] )
-+ data_files = [ ("man/man1", ["charm.1"]),
-+ ("man/man5", ["charmrc.5"]) ] )