diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-10-12 20:21:50 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-10-12 20:21:50 +0000 |
commit | 4e9aadbd68a3b893abeb6740dd41dc49c2295405 (patch) | |
tree | 4ca0e688851458a1810873cf92a3f7e1ce79a5ca /net-www/gorua/files | |
parent | Updated bbsmenu.html and bookmark. Changed install site. Marked previous vers... (diff) | |
download | gentoo-2-4e9aadbd68a3b893abeb6740dd41dc49c2295405.tar.gz gentoo-2-4e9aadbd68a3b893abeb6740dd41dc49c2295405.tar.bz2 gentoo-2-4e9aadbd68a3b893abeb6740dd41dc49c2295405.zip |
Updated bbsmenu.html and bookmark. Changed install site. Marked previous version stable.
Diffstat (limited to 'net-www/gorua/files')
-rw-r--r-- | net-www/gorua/files/bookmarks_sample | 4 | ||||
-rw-r--r-- | net-www/gorua/files/digest-gorua-0.16-r1 | 1 | ||||
-rw-r--r-- | net-www/gorua/files/goRua.sh | 7 |
3 files changed, 8 insertions, 4 deletions
diff --git a/net-www/gorua/files/bookmarks_sample b/net-www/gorua/files/bookmarks_sample index 28c21eea31af..4a2692aa9f77 100644 --- a/net-www/gorua/files/bookmarks_sample +++ b/net-www/gorua/files/bookmarks_sample @@ -4,13 +4,13 @@ A http://pc.2ch.net/unix/ UNIX A http://pc.2ch.net/linux/ Linux # Threadのbookmark例 D お気に入りのThread -S http://pc.2ch.net/linux/dat/1047823838.dat Gentoo Linux 4 +S http://pc.2ch.net/linux/dat/1065520318.dat 【厳冬】Gentoo Linux 5【利奈楠】 S http://pc.2ch.net/unix/dat/1008120213.dat goRua(Ruby/Gtkによる2chブラウザ)ってどうよ S http://pc.2ch.net/unix/dat/1044900143.dat C.i. for 2ch S http://pc.2ch.net/linux/dat/1022744633.dat おいお前ら!GTK+使ってLinux版かちゅーしゃ作れや S http://pc.2ch.net/linux/dat/1044149677.dat お勧め2ちゃんねるブラウザforLinux S http://pc.2ch.net/unix/dat/1043510520.dat モナーフォント 2 S http://pc.2ch.net/linux/dat/1033193724.dat Anthyスレッド -S http://pc.2ch.net/unix/dat/1059709039.dat ★だよもんスレだよもんだよもんだよもんだよもん★ +S http://pc.2ch.net/unix/dat/1064846626.dat 雑談スレ(だよもん){6} ! #S http://pc.2ch.net/linux/dat/1011982036.dat ▼2chでディストリビューションを作ろう!Part2 #S http://pc.2ch.net/unix/dat/1019623590.dat 2ちゃんねるAAアニメーションソフト"Gikot" diff --git a/net-www/gorua/files/digest-gorua-0.16-r1 b/net-www/gorua/files/digest-gorua-0.16-r1 new file mode 100644 index 000000000000..f836f7dfff82 --- /dev/null +++ b/net-www/gorua/files/digest-gorua-0.16-r1 @@ -0,0 +1 @@ +MD5 ebb33a785bb32771c65e7b29384e8ad6 goRua-0.16.tar.bz2 53718 diff --git a/net-www/gorua/files/goRua.sh b/net-www/gorua/files/goRua.sh index 65fa3f55672e..8da42d17a47c 100644 --- a/net-www/gorua/files/goRua.sh +++ b/net-www/gorua/files/goRua.sh @@ -1,8 +1,11 @@ #!/bin/sh GORUA_DATADIR=%%GORUA_DATADIR%% +#BBSMENU=http://www43.tok2.com/home/syatol/2chboard/2chmenu.html +BBSMENU=http://azlucky.s25.xrea.com/2chboard/bbsmenu.html -cd ${GORUA_DATADIR} ; make update > /dev/null 2>&1 +cd ${GORUA_DATADIR} +make BOARDINFO_URL=${BBSMENU} update > /dev/null 2>&1 cd - -exec goRua.rb +exec /usr/bin/goRua.rb |