diff options
author | Jay Freeman <saurik@saurik.com> | 2012-01-02 00:09:47 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2012-01-02 00:09:47 +0000 |
commit | 0e9c0fee7db3fd8b64957aa5353b4cd7b394e0e3 (patch) | |
tree | 4c426a0e67098b5f112ce17bbe07acc15a939eb3 /data | |
parent | 97b01fcd6921c529e6c539bd4fa7c877ef7aa61b (diff) |
Remove bloks.cat, per request by host.
git-svn-id: http://svn.telesphoreo.org/trunk@764 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data')
-rw-r--r-- | data/bloks.cat/_metadata/description | 1 | ||||
l--------- | data/bloks.cat/_metadata/license | 1 | ||||
-rw-r--r-- | data/bloks.cat/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/bloks.cat/_metadata/name | 1 | ||||
-rw-r--r-- | data/bloks.cat/_metadata/priority | 1 | ||||
-rw-r--r-- | data/bloks.cat/_metadata/role | 1 | ||||
-rw-r--r-- | data/bloks.cat/_metadata/section | 1 | ||||
-rw-r--r-- | data/bloks.cat/_metadata/tags | 1 | ||||
-rw-r--r-- | data/bloks.cat/_metadata/version | 1 | ||||
-rw-r--r-- | data/bloks.cat/bloks.cat.list | 6 | ||||
-rw-r--r-- | data/bloks.cat/make.sh | 2 |
11 files changed, 0 insertions, 17 deletions
diff --git a/data/bloks.cat/_metadata/description b/data/bloks.cat/_metadata/description deleted file mode 100644 index 58b1e6060..000000000 --- a/data/bloks.cat/_metadata/description +++ /dev/null @@ -1 +0,0 @@ -Catalan language support packages diff --git a/data/bloks.cat/_metadata/license b/data/bloks.cat/_metadata/license deleted file mode 120000 index b9c4e3684..000000000 --- a/data/bloks.cat/_metadata/license +++ /dev/null @@ -1 +0,0 @@ -../../../licenses/menes
\ No newline at end of file diff --git a/data/bloks.cat/_metadata/maintainer b/data/bloks.cat/_metadata/maintainer deleted file mode 100644 index 2c5087a09..000000000 --- a/data/bloks.cat/_metadata/maintainer +++ /dev/null @@ -1 +0,0 @@ -Miquel Botanch <miquel_botanch@mac.com> diff --git a/data/bloks.cat/_metadata/name b/data/bloks.cat/_metadata/name deleted file mode 100644 index f77e60c90..000000000 --- a/data/bloks.cat/_metadata/name +++ /dev/null @@ -1 +0,0 @@ -IphoneCat Team diff --git a/data/bloks.cat/_metadata/priority b/data/bloks.cat/_metadata/priority deleted file mode 100644 index 134d9bc32..000000000 --- a/data/bloks.cat/_metadata/priority +++ /dev/null @@ -1 +0,0 @@ -optional diff --git a/data/bloks.cat/_metadata/role b/data/bloks.cat/_metadata/role deleted file mode 100644 index 762113e87..000000000 --- a/data/bloks.cat/_metadata/role +++ /dev/null @@ -1 +0,0 @@ -enduser diff --git a/data/bloks.cat/_metadata/section b/data/bloks.cat/_metadata/section deleted file mode 100644 index a1854b6a5..000000000 --- a/data/bloks.cat/_metadata/section +++ /dev/null @@ -1 +0,0 @@ -Repositories diff --git a/data/bloks.cat/_metadata/tags b/data/bloks.cat/_metadata/tags deleted file mode 100644 index dee3c5b11..000000000 --- a/data/bloks.cat/_metadata/tags +++ /dev/null @@ -1 +0,0 @@ -purpose::repository diff --git a/data/bloks.cat/_metadata/version b/data/bloks.cat/_metadata/version deleted file mode 100644 index 573541ac9..000000000 --- a/data/bloks.cat/_metadata/version +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/data/bloks.cat/bloks.cat.list b/data/bloks.cat/bloks.cat.list deleted file mode 100644 index 3cd1b0404..000000000 --- a/data/bloks.cat/bloks.cat.list +++ /dev/null @@ -1,6 +0,0 @@ -# do not edit this file to add your own custom sources -# this file is subject to be upgraded as part of a package -# either add your own .list file to /etc/apt/sources.list.d -# or add your entry to the global /etc/apt/sources.list file - -deb http://apple.bloks.cat/repo/ ./ diff --git a/data/bloks.cat/make.sh b/data/bloks.cat/make.sh deleted file mode 100644 index 95cb43ba2..000000000 --- a/data/bloks.cat/make.sh +++ /dev/null @@ -1,2 +0,0 @@ -pkg: mkdir -p /etc/apt/sources.list.d -pkg: cp -a %/bloks.cat.list /etc/apt/sources.list.d |