summaryrefslogtreecommitdiff
path: root/cvs
diff options
context:
space:
mode:
Diffstat (limited to 'cvs')
-rw-r--r--cvs/cvs_1.11.14.oe2
-rw-r--r--cvs/cvs_1.12.8.oe11
-rw-r--r--cvs/cvs_1.12.9.oe11
3 files changed, 23 insertions, 1 deletions
diff --git a/cvs/cvs_1.11.14.oe b/cvs/cvs_1.11.14.oe
index 9dcc5bfbc8..3a090a62e9 100644
--- a/cvs/cvs_1.11.14.oe
+++ b/cvs/cvs_1.11.14.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "The Concurrent Versioning System (cvs) client - Stable Version"
-SECTION = "net"
+SECTION = "console/network"
PRIORITY = "optional"
SRC_URI = "http://www.cvshome.org/files/19/10/cvs-${PV}.tar.bz2"
diff --git a/cvs/cvs_1.12.8.oe b/cvs/cvs_1.12.8.oe
index e69de29bb2..68c1c8454a 100644
--- a/cvs/cvs_1.12.8.oe
+++ b/cvs/cvs_1.12.8.oe
@@ -0,0 +1,11 @@
+DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version "
+SECTION = "console/network"
+PRIORITY = "optional"
+DEPENDS = "gettext-native"
+
+SRC_URI = "https://cvs.cvshome.org/files/documents/19/170/cvs-${PV}.tar.bz2 \
+ file://m4.patch;patch=1"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-krb4=no --with-gssapi=no"
diff --git a/cvs/cvs_1.12.9.oe b/cvs/cvs_1.12.9.oe
index e69de29bb2..3daa18147a 100644
--- a/cvs/cvs_1.12.9.oe
+++ b/cvs/cvs_1.12.9.oe
@@ -0,0 +1,11 @@
+DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version "
+SECTION = "console/network"
+PRIORITY = "optional"
+DEPENDS = "gettext-native"
+
+SRC_URI = "http://musthave.sunbase.org/progs/ccvs/cvs-${PV}/cvs-${PV}.tar.bz2 \
+ file://m4.patch;patch=1"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-krb4=no --with-gssapi=no"