Thu Oct 5 20:33:13 2017 UTC ()
Remove a comment for 0.6


(ryoon)
diff -r1.2 -r1.3 pkgsrc/devel/libgee/DESCR

cvs diff -r1.2 -r1.3 pkgsrc/devel/libgee/DESCR (expand / switch to unified diff)

--- pkgsrc/devel/libgee/DESCR 2012/12/08 23:20:37 1.2
+++ pkgsrc/devel/libgee/DESCR 2017/10/05 20:33:13 1.3
@@ -7,15 +7,13 @@ libgee provides the following interfaces @@ -7,15 +7,13 @@ libgee provides the following interfaces
7 o Collection 7 o Collection
8 + List 8 + List
9 + Set 9 + Set
10 * Iterator 10 * Iterator
11 * Map 11 * Map
12 12
13The ArrayList, HashSet, and HashMap classes provide a reasonable sample 13The ArrayList, HashSet, and HashMap classes provide a reasonable sample
14implementation of the List, Set, and Map interfaces. ReadOnlyCollection, 14implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
15ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes that 15ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes that
16prevent modification of the underlying collection. 16prevent modification of the underlying collection.
17 17
18libgee is written in Vala and can be used like any GObject-based C library. 18libgee is written in Vala and can be used like any GObject-based C library.
19It's planned to provide bindings for further languages. 19It's planned to provide bindings for further languages.
20 
21This package contains the older 0.6 branch of the library.