]> git.pld-linux.org Git - packages/newt.git/commitdiff
- obsolete
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 27 Jan 2007 22:12:44 +0000 (22:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    newt-install_sh.patch -> 1.3
    newt-python25.patch -> 1.2

newt-install_sh.patch [deleted file]
newt-python25.patch [deleted file]

diff --git a/newt-install_sh.patch b/newt-install_sh.patch
deleted file mode 100644 (file)
index e9bc537..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -urN newt-0.51.6.org/Makefile.in newt-0.51.6/Makefile.in
---- newt-0.51.6.org/Makefile.in        2003-11-06 07:56:47.000000000 +0100
-+++ newt-0.51.6/Makefile.in    2005-09-16 10:08:00.388120152 +0200
-@@ -123,7 +123,8 @@
- install-sh: sharedlib $(WHIPTCLSO) _snackmodule.so
-       [ -d $(instroot)/$(libdir) ] || install -m 755 -d $(instroot)/$(libdir)
-       install -m 755 $(LIBNEWTSH) $(instroot)/$(libdir)
--      ln -sf $(LIBNEWTSH) $(instroot)/$(libdir)/libnewt.so
-+      ln -sf $(LIBNEWTSH) $(instroot)/$(libdir)/$(LIBNEWTSONAME)
-+      ln -sf $(LIBNEWTSONAME) $(instroot)/$(libdir)/libnewt.so
-       [ -n "$(WHIPTCLSO)" ] && install -m 755 whiptcl.so $(instroot)/$(libdir) || :
-       for ver in $(PYTHONVERS) ; do \
-          [ -d $(instroot)/$(libdir)/$$ver/site-packages ] || install -m 755 -d $(instroot)/$(libdir)/$$ver/site-packages ;\
diff --git a/newt-python25.patch b/newt-python25.patch
deleted file mode 100644 (file)
index cc62f38..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN aaa/newt-0.52.2/Makefile.in newt-0.52.2/Makefile.in
---- aaa/newt-0.52.2/Makefile.in        2006-08-28 16:57:11.097187704 +0200
-+++ newt-0.52.2/Makefile.in    2006-08-28 16:56:08.036774344 +0200
-@@ -10,7 +10,7 @@
- CVSTAG = r$(subst .,-,$(VERSION))
- SONAME = @SONAME@
--PYTHONVERS = python2.4
-+PYTHONVERS = python2.5
- WHIPTCLSO=whiptcl.so
- SNACKSO=_snackmodule.so
This page took 0.236164 seconds and 4 git commands to generate.