Merge branch '2.4' into 2.5

Conflicts:
	git/Pkgfile
This commit is contained in:
Juergen Daubert 2008-10-23 09:50:30 +02:00
commit 7cad0a8dde
19 changed files with 1661 additions and 1083 deletions

View File

@ -163,6 +163,7 @@ drwxr-xr-x root/root usr/include/dovecot/src/lib-storage/list/
-rw-r--r-- root/root usr/include/dovecot/src/lib-storage/mailbox-list-private.h -rw-r--r-- root/root usr/include/dovecot/src/lib-storage/mailbox-list-private.h
-rw-r--r-- root/root usr/include/dovecot/src/lib-storage/mailbox-list.h -rw-r--r-- root/root usr/include/dovecot/src/lib-storage/mailbox-list.h
-rw-r--r-- root/root usr/include/dovecot/src/lib-storage/mailbox-tree.h -rw-r--r-- root/root usr/include/dovecot/src/lib-storage/mailbox-tree.h
-rw-r--r-- root/root usr/include/dovecot/src/lib-storage/mailbox-uidvalidity.h
drwxr-xr-x root/root usr/include/dovecot/src/lib/ drwxr-xr-x root/root usr/include/dovecot/src/lib/
-rw-r--r-- root/root usr/include/dovecot/src/lib/aqueue.h -rw-r--r-- root/root usr/include/dovecot/src/lib/aqueue.h
-rw-r--r-- root/root usr/include/dovecot/src/lib/array-decl.h -rw-r--r-- root/root usr/include/dovecot/src/lib/array-decl.h

View File

@ -1,3 +1,3 @@
7eaa958040fbd7169c86134439d4b632 dovecot 7eaa958040fbd7169c86134439d4b632 dovecot
0050dd609cb456c8e52565a85373df28 dovecot-1.1.4.tar.gz 64e7809aeee750e7c86d81777078e434 dovecot-1.1.5.tar.gz
97f4587ca5ed979c5f794f8df6b1c948 dovecot-config.patch 97f4587ca5ed979c5f794f8df6b1c948 dovecot-config.patch

View File

@ -4,7 +4,7 @@
# Depends on: openssl # Depends on: openssl
name=dovecot name=dovecot
version=1.1.4 version=1.1.5
release=1 release=1
source=(http://dovecot.org/releases/1.1/$name-$version.tar.gz \ source=(http://dovecot.org/releases/1.1/$name-$version.tar.gz \
dovecot-config.patch dovecot) dovecot-config.patch dovecot)

View File

@ -1 +1 @@
9441c981bfd4e521abcd5d93385f71d8 fakeroot_1.9.6.tar.gz 052a1b5474b3681bc5f3167d2b3711a8 fakeroot_1.10.1.tar.gz

View File

@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
name=fakeroot name=fakeroot
version=1.9.6 version=1.10.1
release=1 release=1
source=(http://ftp.de.debian.org/debian/pool/main/f/$name/${name}_$version.tar.gz) source=(http://ftp.de.debian.org/debian/pool/main/f/$name/${name}_$version.tar.gz)

View File

@ -1,2 +1,2 @@
1e4d9bfc1cb0abf165d4de93b5172324 git-1.6.0.2.tar.bz2 d7178b0b0eaaa07538149bb231902796 git-1.6.0.3.tar.bz2
30bd29d96b4576ef8b7b48ad791f613e git-manpages-1.6.0.2.tar.bz2 861283bbe1d8fcef8ee06dde3cd33328 git-manpages-1.6.0.3.tar.bz2

View File

@ -5,8 +5,8 @@
# Nice to have: tk # Nice to have: tk
name=git name=git
version=1.6.0.2 version=1.6.0.3
release=2 release=1
source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2) source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2)
build() { build() {

View File

@ -1,2 +1 @@
a301ca944d8c839298ec45a01a4a30c8 gtk-engines-2.16.0.tar.bz2 acf5a9792507d0cb3b29a3ce6333d003 gtk-engines-2.16.1.tar.bz2
fcac35cf0f82867a357ea2a641cb6219 gtk-engines-intltool.patch

View File

@ -1,19 +1,17 @@
# Description: Standard theme engines for GTK+2 # Description: Standard theme engines for GTK+2
# URL: http://live.gnome.org/GnomeArt/Tutorials/GtkEngines # URL: http://live.gnome.org/GnomeArt/Tutorials/GtkEngines
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: gtk # Depends on: gtk intltool
name=gtk-engines name=gtk-engines
version=2.16.0 version=2.16.1
release=1 release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.16/$name-$version.tar.bz2 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.16/$name-$version.tar.bz2)
$name-intltool.patch)
build() { build() {
cd $name-$version cd $name-$version
patch -p1 -i $SRC/$name-intltool.patch
autoreconf -f -i
./configure --prefix=/usr --enable-animation ./configure --prefix=/usr --enable-animation
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-engines
} }

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
ca6c45616caa720e9e185817272b08d7 gutenprint-5.0.2.tar.bz2 675ea5f612880e31246242b65d5993c5 gutenprint-5.2.1.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: cups, ncurses, readline # Depends on: cups, ncurses, readline
name=gutenprint name=gutenprint
version=5.0.2 version=5.2.1
release=1 release=1
source=(http://dl.sourceforge.net/sourceforge/gimp-print/$name-$version.tar.bz2) source=(http://dl.sourceforge.net/sourceforge/gimp-print/$name-$version.tar.bz2)
@ -16,14 +16,11 @@ build () {
--enable-cups-ppds \ --enable-cups-ppds \
--disable-nls \ --disable-nls \
--disable-samples \ --disable-samples \
--disable-libgutenprintui \
--disable-libgutenprintui2 \ --disable-libgutenprintui2 \
--without-gimp \
--without-gimp2 --without-gimp2
make make
make -j1 DESTDIR=$PKG install make -j1 DESTDIR=$PKG install
rm -r $PKG/usr/share/gutenprint/{doc,samples} rm -r $PKG/usr/share/gutenprint/{doc,samples}
rm -r $PKG/usr/include/{gutenprintui,gutenprintui2} rm -r $PKG/usr/share/locale
rm -r $PKG/usr/lib/{gimp,gutenprint}
} }

View File

@ -6,13 +6,13 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/opera -rwxr-xr-x root/root usr/bin/opera
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/opera/ drwxr-xr-x root/root usr/lib/opera/
drwxr-xr-x root/root usr/lib/opera/9.60/ drwxr-xr-x root/root usr/lib/opera/9.61/
-rw-r--r-- root/root usr/lib/opera/9.60/missingsyms.so -rw-r--r-- root/root usr/lib/opera/9.61/missingsyms.so
-rwxr-xr-x root/root usr/lib/opera/9.60/opera -rwxr-xr-x root/root usr/lib/opera/9.61/opera
-rwxr-xr-x root/root usr/lib/opera/9.60/operaplugincleaner -rwxr-xr-x root/root usr/lib/opera/9.61/operaplugincleaner
-rwxr-xr-x root/root usr/lib/opera/9.60/operapluginwrapper -rwxr-xr-x root/root usr/lib/opera/9.61/operapluginwrapper
-rw-r--r-- root/root usr/lib/opera/9.60/spellcheck.so -rw-r--r-- root/root usr/lib/opera/9.61/spellcheck.so
-rwxr-xr-x root/root usr/lib/opera/9.60/works -rwxr-xr-x root/root usr/lib/opera/9.61/works
drwxr-xr-x root/root usr/lib/opera/plugins/ drwxr-xr-x root/root usr/lib/opera/plugins/
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/man/man1/
@ -41,186 +41,11 @@ drwxr-xr-x root/root usr/share/opera/java/
-rw-r--r-- root/root usr/share/opera/java/opera.policy -rw-r--r-- root/root usr/share/opera/java/opera.policy
-rw-r--r-- root/root usr/share/opera/lngcode.txt -rw-r--r-- root/root usr/share/opera/lngcode.txt
drwxr-xr-x root/root usr/share/opera/locale/ drwxr-xr-x root/root usr/share/opera/locale/
drwxr-xr-x root/root usr/share/opera/locale/be/
-rw-r--r-- root/root usr/share/opera/locale/be/byelorussian.lng
-rw-r--r-- root/root usr/share/opera/locale/be/license.txt
-rw-r--r-- root/root usr/share/opera/locale/be/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/be/search.ini
drwxr-xr-x root/root usr/share/opera/locale/bg/
-rw-r--r-- root/root usr/share/opera/locale/bg/bulgarian.lng
-rw-r--r-- root/root usr/share/opera/locale/bg/license.txt
-rw-r--r-- root/root usr/share/opera/locale/bg/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/bg/search.ini
drwxr-xr-x root/root usr/share/opera/locale/cs/
-rw-r--r-- root/root usr/share/opera/locale/cs/czech.lng
-rw-r--r-- root/root usr/share/opera/locale/cs/license.txt
-rw-r--r-- root/root usr/share/opera/locale/cs/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/cs/search.ini
drwxr-xr-x root/root usr/share/opera/locale/da/
-rw-r--r-- root/root usr/share/opera/locale/da/dansk.lng
-rw-r--r-- root/root usr/share/opera/locale/da/license.txt
-rw-r--r-- root/root usr/share/opera/locale/da/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/da/search.ini
drwxr-xr-x root/root usr/share/opera/locale/de/
-rw-r--r-- root/root usr/share/opera/locale/de/deutsch.lng
-rw-r--r-- root/root usr/share/opera/locale/de/license.txt
-rw-r--r-- root/root usr/share/opera/locale/de/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/de/search.ini
drwxr-xr-x root/root usr/share/opera/locale/el/
-rw-r--r-- root/root usr/share/opera/locale/el/greek.lng
-rw-r--r-- root/root usr/share/opera/locale/el/license.txt
-rw-r--r-- root/root usr/share/opera/locale/el/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/el/search.ini
drwxr-xr-x root/root usr/share/opera/locale/en-GB/
-rw-r--r-- root/root usr/share/opera/locale/en-GB/british.lng
-rw-r--r-- root/root usr/share/opera/locale/en-GB/license.txt
-rw-r--r-- root/root usr/share/opera/locale/en-GB/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/en-GB/search.ini
drwxr-xr-x root/root usr/share/opera/locale/en/ drwxr-xr-x root/root usr/share/opera/locale/en/
-rw-r--r-- root/root usr/share/opera/locale/en/license.txt -rw-r--r-- root/root usr/share/opera/locale/en/license.txt
-rw-r--r-- root/root usr/share/opera/locale/en/opera6.adr -rw-r--r-- root/root usr/share/opera/locale/en/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/en/search.ini -rw-r--r-- root/root usr/share/opera/locale/en/search.ini
-rw-r--r-- root/root usr/share/opera/locale/english.lng -rw-r--r-- root/root usr/share/opera/locale/english.lng
drwxr-xr-x root/root usr/share/opera/locale/es-ES/
-rw-r--r-- root/root usr/share/opera/locale/es-ES/espanol-espana.lng
-rw-r--r-- root/root usr/share/opera/locale/es-ES/license.txt
-rw-r--r-- root/root usr/share/opera/locale/es-ES/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/es-ES/search.ini
drwxr-xr-x root/root usr/share/opera/locale/es-LA/
-rw-r--r-- root/root usr/share/opera/locale/es-LA/espanol-america_latina.lng
-rw-r--r-- root/root usr/share/opera/locale/es-LA/license.txt
-rw-r--r-- root/root usr/share/opera/locale/es-LA/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/es-LA/search.ini
drwxr-xr-x root/root usr/share/opera/locale/fi/
-rw-r--r-- root/root usr/share/opera/locale/fi/license.txt
-rw-r--r-- root/root usr/share/opera/locale/fi/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/fi/search.ini
-rw-r--r-- root/root usr/share/opera/locale/fi/suomi.lng
drwxr-xr-x root/root usr/share/opera/locale/fr-CA/
-rw-r--r-- root/root usr/share/opera/locale/fr-CA/francais-canadien.lng
-rw-r--r-- root/root usr/share/opera/locale/fr-CA/license.txt
-rw-r--r-- root/root usr/share/opera/locale/fr-CA/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/fr-CA/search.ini
drwxr-xr-x root/root usr/share/opera/locale/fr/
-rw-r--r-- root/root usr/share/opera/locale/fr/francais.lng
-rw-r--r-- root/root usr/share/opera/locale/fr/license.txt
-rw-r--r-- root/root usr/share/opera/locale/fr/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/fr/search.ini
drwxr-xr-x root/root usr/share/opera/locale/fy/
-rw-r--r-- root/root usr/share/opera/locale/fy/frisian.lng
-rw-r--r-- root/root usr/share/opera/locale/fy/license.txt
-rw-r--r-- root/root usr/share/opera/locale/fy/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/fy/search.ini
drwxr-xr-x root/root usr/share/opera/locale/hi/
-rw-r--r-- root/root usr/share/opera/locale/hi/hindi.lng
-rw-r--r-- root/root usr/share/opera/locale/hi/license.txt
-rw-r--r-- root/root usr/share/opera/locale/hi/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/hi/search.ini
drwxr-xr-x root/root usr/share/opera/locale/hr/
-rw-r--r-- root/root usr/share/opera/locale/hr/croatian.lng
-rw-r--r-- root/root usr/share/opera/locale/hr/license.txt
-rw-r--r-- root/root usr/share/opera/locale/hr/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/hr/search.ini
drwxr-xr-x root/root usr/share/opera/locale/hu/
-rw-r--r-- root/root usr/share/opera/locale/hu/hungarian.lng
-rw-r--r-- root/root usr/share/opera/locale/hu/license.txt
-rw-r--r-- root/root usr/share/opera/locale/hu/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/hu/search.ini
drwxr-xr-x root/root usr/share/opera/locale/id/
-rw-r--r-- root/root usr/share/opera/locale/id/indonesian.lng
-rw-r--r-- root/root usr/share/opera/locale/id/license.txt
-rw-r--r-- root/root usr/share/opera/locale/id/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/id/search.ini
drwxr-xr-x root/root usr/share/opera/locale/it/
-rw-r--r-- root/root usr/share/opera/locale/it/italiano.lng
-rw-r--r-- root/root usr/share/opera/locale/it/license.txt
-rw-r--r-- root/root usr/share/opera/locale/it/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/it/search.ini
drwxr-xr-x root/root usr/share/opera/locale/ja/
-rw-r--r-- root/root usr/share/opera/locale/ja/japanese.lng
-rw-r--r-- root/root usr/share/opera/locale/ja/license.txt
-rw-r--r-- root/root usr/share/opera/locale/ja/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/ja/search.ini
drwxr-xr-x root/root usr/share/opera/locale/ka/
-rw-r--r-- root/root usr/share/opera/locale/ka/georgian.lng
-rw-r--r-- root/root usr/share/opera/locale/ka/license.txt
-rw-r--r-- root/root usr/share/opera/locale/ka/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/ka/search.ini
drwxr-xr-x root/root usr/share/opera/locale/ko/
-rw-r--r-- root/root usr/share/opera/locale/ko/korean.lng
-rw-r--r-- root/root usr/share/opera/locale/ko/license.txt
-rw-r--r-- root/root usr/share/opera/locale/ko/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/ko/search.ini
drwxr-xr-x root/root usr/share/opera/locale/lt/
-rw-r--r-- root/root usr/share/opera/locale/lt/license.txt
-rw-r--r-- root/root usr/share/opera/locale/lt/lithuanian.lng
-rw-r--r-- root/root usr/share/opera/locale/lt/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/lt/search.ini
drwxr-xr-x root/root usr/share/opera/locale/mk/
-rw-r--r-- root/root usr/share/opera/locale/mk/license.txt
-rw-r--r-- root/root usr/share/opera/locale/mk/macedonian.lng
-rw-r--r-- root/root usr/share/opera/locale/mk/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/mk/search.ini
drwxr-xr-x root/root usr/share/opera/locale/nb/
-rw-r--r-- root/root usr/share/opera/locale/nb/license.txt
-rw-r--r-- root/root usr/share/opera/locale/nb/norsk.lng
-rw-r--r-- root/root usr/share/opera/locale/nb/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/nb/search.ini
drwxr-xr-x root/root usr/share/opera/locale/nl/
-rw-r--r-- root/root usr/share/opera/locale/nl/license.txt
-rw-r--r-- root/root usr/share/opera/locale/nl/nederlands.lng
-rw-r--r-- root/root usr/share/opera/locale/nl/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/nl/search.ini
drwxr-xr-x root/root usr/share/opera/locale/nn/
-rw-r--r-- root/root usr/share/opera/locale/nn/license.txt
-rw-r--r-- root/root usr/share/opera/locale/nn/nynorsk.lng
-rw-r--r-- root/root usr/share/opera/locale/nn/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/nn/search.ini
drwxr-xr-x root/root usr/share/opera/locale/pl/
-rw-r--r-- root/root usr/share/opera/locale/pl/license.txt
-rw-r--r-- root/root usr/share/opera/locale/pl/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/pl/polski.lng
-rw-r--r-- root/root usr/share/opera/locale/pl/search.ini
drwxr-xr-x root/root usr/share/opera/locale/pt-BR/
-rw-r--r-- root/root usr/share/opera/locale/pt-BR/brazilportuguese.lng
-rw-r--r-- root/root usr/share/opera/locale/pt-BR/license.txt
-rw-r--r-- root/root usr/share/opera/locale/pt-BR/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/pt-BR/search.ini
drwxr-xr-x root/root usr/share/opera/locale/pt/
-rw-r--r-- root/root usr/share/opera/locale/pt/license.txt
-rw-r--r-- root/root usr/share/opera/locale/pt/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/pt/portuguese.lng
-rw-r--r-- root/root usr/share/opera/locale/pt/search.ini
drwxr-xr-x root/root usr/share/opera/locale/ru/
-rw-r--r-- root/root usr/share/opera/locale/ru/license.txt
-rw-r--r-- root/root usr/share/opera/locale/ru/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/ru/russian.lng
-rw-r--r-- root/root usr/share/opera/locale/ru/search.ini
drwxr-xr-x root/root usr/share/opera/locale/sv/
-rw-r--r-- root/root usr/share/opera/locale/sv/license.txt
-rw-r--r-- root/root usr/share/opera/locale/sv/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/sv/search.ini
-rw-r--r-- root/root usr/share/opera/locale/sv/svenska.lng
drwxr-xr-x root/root usr/share/opera/locale/tr/
-rw-r--r-- root/root usr/share/opera/locale/tr/license.txt
-rw-r--r-- root/root usr/share/opera/locale/tr/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/tr/search.ini
-rw-r--r-- root/root usr/share/opera/locale/tr/turkce.lng
drwxr-xr-x root/root usr/share/opera/locale/uk/
-rw-r--r-- root/root usr/share/opera/locale/uk/license.txt
-rw-r--r-- root/root usr/share/opera/locale/uk/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/uk/search.ini
-rw-r--r-- root/root usr/share/opera/locale/uk/ukrainian.lng
drwxr-xr-x root/root usr/share/opera/locale/zh-cn/
-rw-r--r-- root/root usr/share/opera/locale/zh-cn/chinese_simp.lng
-rw-r--r-- root/root usr/share/opera/locale/zh-cn/license.txt
-rw-r--r-- root/root usr/share/opera/locale/zh-cn/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/zh-cn/search.ini
drwxr-xr-x root/root usr/share/opera/locale/zh-tw/
-rw-r--r-- root/root usr/share/opera/locale/zh-tw/chinese.lng
-rw-r--r-- root/root usr/share/opera/locale/zh-tw/license.txt
-rw-r--r-- root/root usr/share/opera/locale/zh-tw/opera6.adr
-rw-r--r-- root/root usr/share/opera/locale/zh-tw/search.ini
-rw-r--r-- root/root usr/share/opera/opera6.adr -rw-r--r-- root/root usr/share/opera/opera6.adr
-rw-r--r-- root/root usr/share/opera/search.ini -rw-r--r-- root/root usr/share/opera/search.ini
drwxr-xr-x root/root usr/share/opera/skin/ drwxr-xr-x root/root usr/share/opera/skin/

View File

@ -1 +1 @@
7d822ed370700e4d246b7ff26ac3ea9c opera-9.60.gcc4-qt4.i386.tar.bz2 ef895e80f26915fdedc0c5eaee486009 opera-9.61.gcc4-qt4.i386.tar.bz2

View File

@ -5,9 +5,9 @@
# Depends on: qt4 # Depends on: qt4
name=opera name=opera
version=9.60 version=9.61
release=1 release=1
source=(http://ftp.ntua.gr/pub/www/Opera/linux/960/final/en/i386/opera-$version.gcc4-qt4.i386.tar.bz2) source=(http://ftp.ntua.gr/pub/www/Opera/linux/961/final/en/i386/opera-$version.gcc4-qt4.i386.tar.bz2)
build() { build() {
cd $name-$version-* cd $name-$version-*
@ -19,4 +19,6 @@ build() {
sed -i -e "s|$PKG||g" $PKG/usr/bin/opera sed -i -e "s|$PKG||g" $PKG/usr/bin/opera
rm -rf $PKG/usr/share/doc rm -rf $PKG/usr/share/doc
find "$PKG/usr/share/opera/locale/" -type d -mindepth 1 -maxdepth 1 -not -name en -exec rm -r {} \;
} }

View File

@ -1 +1 @@
0937f34c714e3954894d056b4346d69b whois_4.7.27.tar.gz 90b8f4014d7e2249b74ac0cc56de2360 whois_4.7.28.tar.gz

View File

@ -5,7 +5,7 @@
# Depends on: # Depends on:
name=whois name=whois
version=4.7.27 version=4.7.28
release=1 release=1
source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz) source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz)

View File

@ -1 +1 @@
95e793242aad5031692ab7c35d79e6cd wine-1.0.tar.bz2 b49540f4ed194c7e8da4cdc4b5bd3404 wine-1.0.1.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on: fontforge # Depends on: fontforge
name=wine name=wine
version=1.0 version=1.0.1
release=1 release=1
source=(http://ibiblio.org/pub/linux/system/emulators/wine/wine-$version.tar.bz2) source=(http://ibiblio.org/pub/linux/system/emulators/wine/wine-$version.tar.bz2)