summaryrefslogtreecommitdiff
path: root/data/_apt7/tag.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2010-02-22 20:57:01 +0000
committerJay Freeman <saurik@saurik.com>2010-02-22 20:57:01 +0000
commitb4eda46583b6a9c77b29e033dfdef83488f5546f (patch)
treebdad569c577d83ba7cd407b6e0bf04b67b0fe0fd /data/_apt7/tag.diff
parent6c54e22d2c79a2f644f672ab06c29a060387443a (diff)
Ported to APT 0.7.25.3.
git-svn-id: http://svn.telesphoreo.org/trunk@700 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/_apt7/tag.diff')
-rw-r--r--data/_apt7/tag.diff16
1 files changed, 8 insertions, 8 deletions
diff --git a/data/_apt7/tag.diff b/data/_apt7/tag.diff
index b315e2e50..78ce39645 100644
--- a/data/_apt7/tag.diff
+++ b/data/_apt7/tag.diff
@@ -12,8 +12,8 @@ diff -ru apt-0.7.20.2/apt-pkg/cacheiterators.h apt-0.7.20.2+iPhone/apt-pkg/cache
@@ -148,6 +150,48 @@
};
};
-
-+// Tag Iterator
+ /*}}}*/
++// Tag Iterator /*{{{*/
+class pkgCache::TagIterator
+{
+ Tag *Tg;
@@ -54,8 +54,8 @@ diff -ru apt-0.7.20.2/apt-pkg/cacheiterators.h apt-0.7.20.2+iPhone/apt-pkg/cache
+ Tg = Owner.TagP;
+ };
+};
-+
- // Description Iterator
++ /*}}}*/
+ // Description Iterator /*{{{*/
class pkgCache::DescIterator
{
@@ -423,6 +467,8 @@
@@ -260,14 +260,14 @@ diff -ru apt-0.7.20.2/apt-pkg/pkgcache.h apt-0.7.20.2+iPhone/apt-pkg/pkgcache.h
@@ -248,6 +255,12 @@
unsigned short Size;
};
-
-+struct pkgCache::Tag
+ /*}}}*/
++struct pkgCache::Tag /*{{{*/
+{
+ map_ptrloc Name; // Stringtable
+ map_ptrloc NextTag; // Tag
+};
-+
- struct pkgCache::DescFile
++ /*}}}*/
+ struct pkgCache::DescFile /*{{{*/
{
map_ptrloc File; // PackageFile
@@ -340,6 +354,7 @@