summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2004-06-01 19:45:37 +0000
committerCarsten Lohrke <carlo@gentoo.org>2004-06-01 19:45:37 +0000
commit63a725a1f4cc8b5af6f753d9755dad0a62521640 (patch)
tree496873418732c93c757dbe41e9fd6a893b0b0724 /dev-util/lincvs/files
parentFixing wrong-patch-dir bug (52702) (diff)
downloadhistorical-63a725a1f4cc8b5af6f753d9755dad0a62521640.tar.gz
historical-63a725a1f4cc8b5af6f753d9755dad0a62521640.tar.bz2
historical-63a725a1f4cc8b5af6f753d9755dad0a62521640.zip
version bump, cleanup
Diffstat (limited to 'dev-util/lincvs/files')
-rw-r--r--dev-util/lincvs/files/digest-lincvs-1.3.21
-rw-r--r--dev-util/lincvs/files/lincvs-1.1.5-gentoo.diff14
-rw-r--r--dev-util/lincvs/files/lincvs-1.1.6-gentoo.diff14
-rw-r--r--dev-util/lincvs/files/nodefaults.diff24
4 files changed, 1 insertions, 52 deletions
diff --git a/dev-util/lincvs/files/digest-lincvs-1.3.2 b/dev-util/lincvs/files/digest-lincvs-1.3.2
new file mode 100644
index 000000000000..ca67649db681
--- /dev/null
+++ b/dev-util/lincvs/files/digest-lincvs-1.3.2
@@ -0,0 +1 @@
+MD5 8d0448a3133144f368ce9aa83b9185ce lincvs-1.3.2-0-generic-src.tgz 957110
diff --git a/dev-util/lincvs/files/lincvs-1.1.5-gentoo.diff b/dev-util/lincvs/files/lincvs-1.1.5-gentoo.diff
deleted file mode 100644
index 96600ef4dd0d..000000000000
--- a/dev-util/lincvs/files/lincvs-1.1.5-gentoo.diff
+++ /dev/null
@@ -1,14 +0,0 @@
---- LinCVS.orig/lincvs 2003-03-13 04:08:16.000000000 -0500
-+++ LinCVS/lincvs 2003-03-13 04:08:38.000000000 -0500
-@@ -1,9 +1,2 @@
- #!/bin/sh
--
--echo Adapt the absolute path to LinCVS/lincvs.bin
--echo and copy this startscript into a directory
--echo of your PATH!
--
--#exec "/absolute_path_to_LinCVS/AppRun" "$@"
--#for instance
--#exec "/usr/local/apps/LinCVS/AppRun" "$@"
-\ No newline at end of file
-+exec /usr/share/LinCVS/AppRun
diff --git a/dev-util/lincvs/files/lincvs-1.1.6-gentoo.diff b/dev-util/lincvs/files/lincvs-1.1.6-gentoo.diff
deleted file mode 100644
index 96600ef4dd0d..000000000000
--- a/dev-util/lincvs/files/lincvs-1.1.6-gentoo.diff
+++ /dev/null
@@ -1,14 +0,0 @@
---- LinCVS.orig/lincvs 2003-03-13 04:08:16.000000000 -0500
-+++ LinCVS/lincvs 2003-03-13 04:08:38.000000000 -0500
-@@ -1,9 +1,2 @@
- #!/bin/sh
--
--echo Adapt the absolute path to LinCVS/lincvs.bin
--echo and copy this startscript into a directory
--echo of your PATH!
--
--#exec "/absolute_path_to_LinCVS/AppRun" "$@"
--#for instance
--#exec "/usr/local/apps/LinCVS/AppRun" "$@"
-\ No newline at end of file
-+exec /usr/share/LinCVS/AppRun
diff --git a/dev-util/lincvs/files/nodefaults.diff b/dev-util/lincvs/files/nodefaults.diff
deleted file mode 100644
index 0319c54d85ec..000000000000
--- a/dev-util/lincvs/files/nodefaults.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urN lincvs-0.9.90/src/CommandInterface.h lincvs-0.9.90-modified/src/CommandInterface.h
---- lincvs-0.9.90/src/CommandInterface.h Thu Feb 14 04:41:18 2002
-+++ lincvs-0.9.90-modified/src/CommandInterface.h Mon Jul 22 21:00:06 2002
-@@ -70,7 +70,7 @@
- QString& repository,
- int cmd,
- QString& cvsRsh,
-- bool noroot=false);
-+ bool noroot);
-
- virtual ~CommandInterface() {}
- virtual void afterCall(int cmd) = 0;
-diff -urN lincvs-0.9.90/src/controls.h lincvs-0.9.90-modified/src/controls.h
---- lincvs-0.9.90/src/controls.h Thu Feb 14 04:41:33 2002
-+++ lincvs-0.9.90-modified/src/controls.h Mon Jul 22 20:56:11 2002
-@@ -111,7 +111,7 @@
- {
- Q_OBJECT
- public:
-- CheckoutPropertiesControl( QWidget *parent, const QString& checkBoxLabel, bool rwEnabled=false, const char *name=0);
-+ CheckoutPropertiesControl( QWidget *parent, const QString& checkBoxLabel, bool rwEnabled, const char *name=0);
- bool rwParameter();
-
- public slots: